/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tunnel.c | 67 #define tb_tunnel_WARN(tunnel, fmt, arg...) \ argument 69 #define tb_tunnel_warn(tunnel, fmt, arg...) \ argument 73 #define tb_tunnel_dbg(tunnel, fmt, arg...) \ argument 131 struct tb_tunnel *tunnel; in tb_tunnel_alloc() local 228 struct tb_tunnel *tunnel; in tb_tunnel_discover_pci() local 308 struct tb_tunnel *tunnel; in tb_tunnel_alloc_pci() local 1150 struct tb_tunnel *tunnel; in tb_tunnel_discover_dp() local 1243 struct tb_tunnel *tunnel; in tb_tunnel_alloc_dp() local 1450 struct tb_tunnel *tunnel; in tb_tunnel_alloc_dma() local 1742 struct tb_tunnel *tunnel; in tb_tunnel_discover_usb3() local [all …]
|
A D | tb.c | 99 struct tb_tunnel *tunnel; in tb_attach_bandwidth_group() local 235 struct tb_tunnel *tunnel; in tb_discover_dp_resources() local 292 struct tb_tunnel *tunnel; in tb_discover_tunnels() local 419 struct tb_tunnel *tunnel; in tb_find_tunnel() local 464 struct tb_tunnel *tunnel; in tb_available_bandwidth() local 572 struct tb_tunnel *tunnel; in tb_release_unused_usb3_bandwidth() local 582 struct tb_tunnel *tunnel; in tb_reclaim_usb3_bandwidth() local 613 struct tb_tunnel *tunnel; in tb_tunnel_usb3() local 929 struct tb_tunnel *tunnel; in tb_free_invalid_tunnels() local 1148 struct tb_tunnel *tunnel; in tb_tunnel_dp() local [all …]
|
A D | tunnel.h | 120 static inline bool tb_tunnel_is_pci(const struct tb_tunnel *tunnel) in tb_tunnel_is_pci() 125 static inline bool tb_tunnel_is_dp(const struct tb_tunnel *tunnel) in tb_tunnel_is_dp() 130 static inline bool tb_tunnel_is_dma(const struct tb_tunnel *tunnel) in tb_tunnel_is_dma() 135 static inline bool tb_tunnel_is_usb3(const struct tb_tunnel *tunnel) in tb_tunnel_is_usb3()
|
A D | test.c | 1376 struct tb_tunnel *tunnel; in tb_test_tunnel_dp() local 1414 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_chain() local 1460 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_tree() local 1511 struct tb_tunnel *tunnel; in tb_test_tunnel_dp_max_length() local 1710 struct tb_tunnel *tunnel; in tb_test_tunnel_dma() local 1753 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_rx() local 1790 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_tx() local 1828 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_chain() local 1893 struct tb_tunnel *tunnel; in tb_test_tunnel_dma_match() local 1945 struct tb_tunnel *tunnel; in tb_test_credit_alloc_legacy_not_bonded() local [all …]
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_core.c | 168 struct l2tp_tunnel *tunnel = sk->sk_user_data; in l2tp_sk_to_tunnel() local 208 struct l2tp_tunnel *tunnel; in l2tp_tunnel_get() local 226 struct l2tp_tunnel *tunnel; in l2tp_tunnel_get_nth() local 338 struct l2tp_tunnel *tunnel) in l2tp_session_register() 433 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_dequeue_skb() local 644 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_common() local 898 struct l2tp_tunnel *tunnel; in l2tp_udp_encap_recv() local 930 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_build_l2tpv2_header() local 957 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_build_l2tpv3_header() local 1391 struct l2tp_tunnel *tunnel = NULL; in l2tp_tunnel_create() local [all …]
|
A D | l2tp_netlink.c | 51 struct l2tp_tunnel *tunnel; in l2tp_nl_session_get() local 104 struct l2tp_tunnel *tunnel, in l2tp_tunnel_notify() 192 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_create() local 260 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_delete() local 290 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_modify() local 385 struct l2tp_tunnel *tunnel, u8 cmd) in l2tp_nl_tunnel_send() 451 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_get() local 496 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_dump() local 527 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_session_create() local 717 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_nl_session_send() local [all …]
|
A D | l2tp_ppp.c | 272 struct l2tp_tunnel *tunnel; in pppol2tp_sendmsg() local 349 struct l2tp_tunnel *tunnel; in pppol2tp_xmit() local 657 struct l2tp_tunnel *tunnel; in pppol2tp_tunnel_get() local 721 struct l2tp_tunnel *tunnel; in pppol2tp_connect() local 908 struct l2tp_tunnel *tunnel; in pppol2tp_getname() local 1036 struct l2tp_tunnel *tunnel) in pppol2tp_tunnel_copy_stats() 1159 struct l2tp_tunnel *tunnel, in pppol2tp_tunnel_setsockopt() 1243 struct l2tp_tunnel *tunnel; in pppol2tp_setsockopt() local 1349 struct l2tp_tunnel *tunnel; in pppol2tp_getsockopt() local 1415 struct l2tp_tunnel *tunnel; member [all …]
|
A D | l2tp_debugfs.c | 39 struct l2tp_tunnel *tunnel; member 123 struct l2tp_tunnel *tunnel = v; in l2tp_dfs_seq_tunnel_show() local
|
A D | l2tp_core.h | 74 struct l2tp_tunnel *tunnel; /* back pointer to tunnel context */ member 293 static inline u32 l2tp_tunnel_dst_mtu(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_dst_mtu() 309 static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_uses_xfrm() 317 static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_uses_xfrm()
|
A D | l2tp_eth.c | 204 static void l2tp_eth_adjust_mtu(struct l2tp_tunnel *tunnel, in l2tp_eth_adjust_mtu() 244 static int l2tp_eth_create(struct net *net, struct l2tp_tunnel *tunnel, in l2tp_eth_create()
|
A D | l2tp_ip.c | 121 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip_recv() local 238 struct l2tp_tunnel *tunnel = l2tp_sk_to_tunnel(sk); in l2tp_ip_destroy_sock() local
|
A D | l2tp_ip6.c | 134 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip6_recv() local 252 struct l2tp_tunnel *tunnel = l2tp_sk_to_tunnel(sk); in l2tp_ip6_destroy_sock() local
|
/linux-6.3-rc2/drivers/net/ |
A D | amt.c | 226 struct amt_tunnel_list *tunnel; in amt_destroy_source() local 294 struct amt_tunnel_list *tunnel; in amt_source_work() local 464 struct amt_tunnel_list *tunnel, in amt_add_group() 791 struct amt_tunnel_list *tunnel) in amt_send_igmp_gq() 1056 struct amt_tunnel_list *tunnel, in amt_send_multicast_data() 1172 struct amt_tunnel_list *tunnel; in amt_dev_xmit() local 1353 struct amt_tunnel_list *tunnel, in amt_cleanup_srcs() 2226 struct amt_tunnel_list *tunnel) in amt_mld_report_handler() 2449 struct amt_tunnel_list *tunnel; in amt_update_handler() local 2661 struct amt_tunnel_list *tunnel; in amt_request_handler() local [all …]
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_tunnel.c | 237 struct ip_tunnel *tunnel; in __ip_tunnel_create() local 282 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_bind_dev() local 489 struct ip_tunnel *tunnel = netdev_priv(dev); in tnl_update_pmtu() local 546 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_md_tunnel_xmit() local 640 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_xmit() local 981 struct ip_tunnel *tunnel = netdev_priv(dev); in __ip_tunnel_change_mtu() local 1011 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_dev_free() local 1020 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_dellink() local 1034 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_get_link_net() local 1042 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_get_iflink() local [all …]
|
A D | ip_vti.c | 50 struct ip_tunnel *tunnel; in vti_input() local 100 struct ip_tunnel *tunnel = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4; in vti_rcv_cb() local 169 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_xmit() local 280 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_xmit() local 317 struct ip_tunnel *tunnel; in vti4_err() local 425 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_init() local 441 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_fb_tunnel_init() local
|
A D | ip_gre.c | 269 struct ip_tunnel *tunnel; in erspan_rcv() local 356 struct ip_tunnel *tunnel; in __ipgre_rcv() local 461 struct ip_tunnel *tunnel = netdev_priv(dev); in __gre_xmit() local 480 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_fb_xmit() local 518 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_fb_xmit() local 625 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_xmit() local 673 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_xmit() local 727 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_tap_xmit() local 754 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_link_update() local 952 struct ip_tunnel *tunnel; in __gre_tunnel_init() local [all …]
|
A D | ipip.c | 217 struct ip_tunnel *tunnel; in ipip_tunnel_rcv() local 276 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_xmit() local 381 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_init() local 511 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fill_info() local
|
/linux-6.3-rc2/net/ipv6/ |
A D | sit.c | 512 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_uninit() local 641 struct ip_tunnel *tunnel) in packet_is_spoofed() 679 struct ip_tunnel *tunnel; in ipip6_rcv() local 752 struct ip_tunnel *tunnel; in sit_tunnel_rcv() local 856 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_xmit() local 1049 struct ip_tunnel *tunnel = netdev_priv(dev); in sit_tunnel_xmit__() local 1099 struct ip_tunnel *tunnel; in ipip6_tunnel_bind_dev() local 1406 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_dev_free() local 1420 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_setup() local 1442 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_init() local [all …]
|
A D | ip6_gre.c | 491 struct ip6_tnl *tunnel; in ip6gre_rcv() local 528 struct ip6_tnl *tunnel; in ip6erspan_rcv() local 747 struct ip6_tnl *tunnel = netdev_priv(dev); in __gre6_xmit() local 1171 static int ip6gre_calc_hlen(struct ip6_tnl *tunnel) in ip6gre_calc_hlen() 1475 struct ip6_tnl *tunnel; in ip6gre_tunnel_init_common() local 1522 struct ip6_tnl *tunnel; in ip6gre_tunnel_init() local 1545 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6gre_fb_tunnel_init() local 1854 static int ip6erspan_calc_hlen(struct ip6_tnl *tunnel) in ip6erspan_calc_hlen() 1869 struct ip6_tnl *tunnel; in ip6erspan_tap_init() local
|
A D | ip6_tunnel.c | 791 static int __ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb, in __ip6_tnl_rcv() 2105 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_fill_info() local 2137 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_get_link_net() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun.c | 126 struct mlx5e_tc_tunnel *tunnel = mlx5e_get_tc_tun(dev); in mlx5e_route_lookup_ipv4_get() local 447 struct mlx5e_tc_tunnel *tunnel = mlx5e_get_tc_tun(dev); in mlx5e_route_lookup_ipv6_get() local 773 struct mlx5e_tc_tunnel *tunnel = mlx5e_get_tc_tun(netdev); in mlx5e_tc_tun_device_to_offload() local 786 struct mlx5e_tc_tunnel *tunnel = mlx5e_get_tc_tun(tunnel_dev); in mlx5e_tc_tun_init_encap_attr() local 802 struct mlx5e_tc_tunnel *tunnel = mlx5e_get_tc_tun(filter_dev); in mlx5e_tc_tun_parse() local
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
A D | port_sel.h | 26 bool tunnel; member
|
A D | port_sel.c | 194 enum mlx5_traffic_types tt, bool tunnel, in mlx5_lag_set_definer() 292 enum mlx5_traffic_types tt, bool tunnel, u8 *ports) in mlx5_lag_create_definer()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_tunnel.c | 131 const struct nft_tunnel *tunnel; in nft_tunnel_get_reduce() local
|
/linux-6.3-rc2/net/sched/ |
A D | act_tunnel_key.c | 776 struct ip_tunnel_info *tunnel = priv; in tcf_tunnel_encap_put_tunnel() local
|