Home
last modified time | relevance | path

Searched defs:tunnel (Results 1 – 25 of 32) sorted by relevance

12

/linux/include/drm/display/
H A Ddrm_dp_tunnel.h24 struct drm_dp_tunnel *tunnel; member
36 static inline void drm_dp_tunnel_ref_get(struct drm_dp_tunnel *tunnel, in drm_dp_tunnel_ref_get()
102 drm_dp_tunnel_get(struct drm_dp_tunnel *tunnel, struct ref_tracker **tracker) in drm_dp_tunnel_get()
108 drm_dp_tunnel_put(struct drm_dp_tunnel *tunnel, struct ref_tracker **tracker) {} in drm_dp_tunnel_put()
110 static inline void drm_dp_tunnel_ref_get(struct drm_dp_tunnel *tunnel, in drm_dp_tunnel_ref_get()
123 drm_dp_tunnel_destroy(struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_destroy()
128 static inline int drm_dp_tunnel_enable_bw_alloc(struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_enable_bw_alloc()
133 static inline int drm_dp_tunnel_disable_bw_alloc(struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_disable_bw_alloc()
138 static inline bool drm_dp_tunnel_bw_alloc_is_enabled(const struct drm_dp_tunnel *tunnel) in drm_dp_tunnel_bw_alloc_is_enabled()
144 drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw) in drm_dp_tunnel_alloc_bw()
[all …]
/linux/net/l2tp/
H A Dl2tp_core.c143 static void l2tp_tunnel_free(struct l2tp_tunnel *tunnel) in l2tp_tunnel_free()
181 struct l2tp_tunnel *tunnel; in l2tp_sk_to_tunnel() local
200 void l2tp_tunnel_put(struct l2tp_tunnel *tunnel) in l2tp_tunnel_put()
218 struct l2tp_tunnel *tunnel; in l2tp_tunnel_get() local
235 struct l2tp_tunnel *tunnel = NULL; in l2tp_tunnel_get_next() local
281 struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel); in l2tp_v3_session_get() local
340 struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel); in l2tp_v2_session_get_next() local
374 struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel); in l2tp_v3_session_get_next() local
397 struct l2tp_tunnel *tunnel = READ_ONCE(session->tunnel); in l2tp_v3_session_get_next() local
438 struct l2tp_tunnel *tunnel; in l2tp_session_get_by_ifname() local
[all …]
H A Dl2tp_netlink.c51 struct l2tp_tunnel *tunnel; in l2tp_nl_session_get() local
105 struct l2tp_tunnel *tunnel, in l2tp_tunnel_notify()
193 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_create() local
261 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_delete() local
291 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_modify() local
371 static int l2tp_nl_tunnel_send_addr(struct sk_buff *skb, struct l2tp_tunnel *tunnel) in l2tp_nl_tunnel_send_addr()
386 struct l2tp_tunnel *tunnel, u8 cmd) in l2tp_nl_tunnel_send()
452 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_get() local
503 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_dump() local
534 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_session_create() local
[all …]
H A Dl2tp_ppp.c256 struct l2tp_tunnel *tunnel; in pppol2tp_sendmsg() local
333 struct l2tp_tunnel *tunnel; in pppol2tp_xmit() local
615 static int pppol2tp_tunnel_mtu(const struct l2tp_tunnel *tunnel) in pppol2tp_tunnel_mtu()
630 struct l2tp_tunnel *tunnel; in pppol2tp_tunnel_get() local
694 struct l2tp_tunnel *tunnel; in pppol2tp_connect() local
840 static int pppol2tp_session_create(struct net *net, struct l2tp_tunnel *tunnel, in pppol2tp_session_create()
886 struct l2tp_tunnel *tunnel; in pppol2tp_getname() local
1014 struct l2tp_tunnel *tunnel) in pppol2tp_tunnel_copy_stats()
1138 struct l2tp_tunnel *tunnel, in pppol2tp_tunnel_setsockopt()
1223 struct l2tp_tunnel *tunnel; in pppol2tp_setsockopt() local
[all …]
H A Dl2tp_debugfs.c39 struct l2tp_tunnel *tunnel; member
125 struct l2tp_tunnel *tunnel = v; in l2tp_dfs_seq_tunnel_show() local
H A Dl2tp_eth.c185 static void l2tp_eth_adjust_mtu(struct l2tp_tunnel *tunnel, in l2tp_eth_adjust_mtu()
225 static int l2tp_eth_create(struct net *net, struct l2tp_tunnel *tunnel, in l2tp_eth_create()
H A Dl2tp_core.h71 struct l2tp_tunnel *tunnel; /* back pointer to tunnel context */ member
287 static inline u32 l2tp_tunnel_dst_mtu(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_dst_mtu()
303 static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_uses_xfrm()
311 static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) in l2tp_tunnel_uses_xfrm()
H A Dl2tp_ip6.c144 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip6_recv() local
270 struct l2tp_tunnel *tunnel; in l2tp_ip6_destroy_sock() local
/linux/net/ipv4/
H A Dip_tunnel.c238 struct ip_tunnel *tunnel; in __ip_tunnel_create() local
283 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_bind_dev() local
377 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, in ip_tunnel_rcv()
517 struct ip_tunnel *tunnel = netdev_priv(dev); in tnl_update_pmtu() local
574 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_md_tunnel_xmit() local
672 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_xmit() local
1056 struct ip_tunnel *tunnel = netdev_priv(dev); in __ip_tunnel_change_mtu() local
1086 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_dev_free() local
1094 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_dellink() local
1108 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_get_link_net() local
[all …]
H A Dip_vti.c50 struct ip_tunnel *tunnel; in vti_input() local
103 struct ip_tunnel *tunnel = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4; in vti_rcv_cb() local
172 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_xmit() local
283 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_xmit() local
320 struct ip_tunnel *tunnel; in vti4_err() local
438 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_init() local
454 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_fb_tunnel_init() local
H A Dip_gre.c275 struct ip_tunnel *tunnel; in erspan_rcv() local
369 struct ip_tunnel *tunnel; in __ipgre_rcv() local
477 struct ip_tunnel *tunnel = netdev_priv(dev); __gre_xmit() local
499 struct ip_tunnel *tunnel = netdev_priv(dev); gre_fb_xmit() local
542 struct ip_tunnel *tunnel = netdev_priv(dev); erspan_fb_xmit() local
652 struct ip_tunnel *tunnel = netdev_priv(dev); ipgre_xmit() local
704 struct ip_tunnel *tunnel = netdev_priv(dev); erspan_xmit() local
759 struct ip_tunnel *tunnel = netdev_priv(dev); gre_tap_xmit() local
787 struct ip_tunnel *tunnel = netdev_priv(dev); ipgre_link_update() local
998 struct ip_tunnel *tunnel; __gre_tunnel_init() local
1027 struct ip_tunnel *tunnel = netdev_priv(dev); ipgre_tunnel_init() local
1342 struct ip_tunnel *tunnel = netdev_priv(dev); erspan_tunnel_init() local
[all...]
H A Dipip.c221 struct ip_tunnel *tunnel; ipip_tunnel_rcv() local
285 struct ip_tunnel *tunnel = netdev_priv(dev); ipip_tunnel_xmit() local
391 struct ip_tunnel *tunnel = netdev_priv(dev); ipip_tunnel_init() local
524 struct ip_tunnel *tunnel = netdev_priv(dev); ipip_fill_info() local
[all...]
/linux/net/ipv6/
H A Dsit.c515 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_uninit() local
606 static inline bool is_spoofed_6rd(struct ip_tunnel *tunnel, const __be32 v4addr, in is_spoofed_6rd() argument
627 only_dnatted(const struct ip_tunnel * tunnel,const struct in6_addr * v6dst) only_dnatted() argument
644 packet_is_spoofed(struct sk_buff * skb,const struct iphdr * iph,struct ip_tunnel * tunnel) packet_is_spoofed() argument
682 struct ip_tunnel *tunnel; ipip6_rcv() local
755 struct ip_tunnel *tunnel; sit_tunnel_rcv() local
808 check_6rd(struct ip_tunnel * tunnel,const struct in6_addr * v6dst,__be32 * v4dst) check_6rd() argument
843 try_6rd(struct ip_tunnel * tunnel,const struct in6_addr * v6dst) try_6rd() argument
859 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_tunnel_xmit() local
1052 struct ip_tunnel *tunnel = netdev_priv(dev); sit_tunnel_xmit__() local
1101 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_tunnel_bind_dev() local
1412 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_dev_free() local
1425 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_tunnel_setup() local
1449 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_tunnel_init() local
1468 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_fb_tunnel_init() local
1697 struct ip_tunnel *tunnel = netdev_priv(dev); ipip6_fill_info() local
[all...]
H A Dip6_gre.c460 struct ip6_tnl *tunnel; in ip6gre_rcv() local
497 struct ip6_tnl *tunnel; ip6erspan_rcv() local
720 struct ip6_tnl *tunnel = netdev_priv(dev); __gre6_xmit() local
1162 ip6gre_calc_hlen(struct ip6_tnl * tunnel) ip6gre_calc_hlen() argument
1465 struct ip6_tnl *tunnel; ip6gre_tunnel_init_common() local
1505 struct ip6_tnl *tunnel; ip6gre_tunnel_init() local
1528 struct ip6_tnl *tunnel = netdev_priv(dev); ip6gre_fb_tunnel_init() local
1823 ip6erspan_calc_hlen(struct ip6_tnl * tunnel) ip6erspan_calc_hlen() argument
1838 struct ip6_tnl *tunnel; ip6erspan_tap_init() local
[all...]
H A Dip6_tunnel.c793 static int __ip6_tnl_rcv(struct ip6_tnl *tunnel, struct sk_buff *skb, in __ip6_tnl_rcv()
2155 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_fill_info() local
2187 struct ip6_tnl *tunnel = netdev_priv(dev); in ip6_tnl_get_link_net() local
H A Dip6_vti.c1075 struct ip6_tnl *tunnel = netdev_priv(dev); in vti6_fill_info() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.h26 bool tunnel; member
H A Dport_sel.c201 enum mlx5_traffic_types tt, bool tunnel, in mlx5_lag_set_definer()
299 enum mlx5_traffic_types tt, bool tunnel, u8 *ports) in mlx5_lag_create_definer()
/linux/net/netfilter/
H A Dnft_tunnel.c131 const struct nft_tunnel *tunnel; in nft_tunnel_get_reduce() local
/linux/net/sched/
H A Dact_tunnel_key.c781 struct ip_tunnel_info *tunnel = priv; tcf_tunnel_encap_put_tunnel() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c244 struct ip_tunnel *tunnel = netdev_priv(ol_dev); in mlxsw_sp_ipip_can_offload_gre4() local
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c45 u32 tunnel = 0; in idpf_tx_singleq_csum() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h217 struct mlx5e_tc_tunnel *tunnel; member
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1875 u32 tunnel = 0; in iavf_tx_enable_csum() local
/linux/include/net/
H A Damt.h235 struct amt_tunnel_list *tunnel; member

12