Searched defs:tunnel (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/net/l2tp/ |
D | l2tp_core.c | 129 static inline void l2tp_tunnel_inc_refcount_1(struct l2tp_tunnel *tunnel) in l2tp_tunnel_inc_refcount_1() 134 static inline void l2tp_tunnel_dec_refcount_1(struct l2tp_tunnel *tunnel) in l2tp_tunnel_dec_refcount_1() 194 l2tp_session_id_hash(struct l2tp_tunnel *tunnel, u32 session_id) in l2tp_session_id_hash() 201 struct l2tp_session *l2tp_session_find(struct net *net, struct l2tp_tunnel *tunnel, u32 session_id) in l2tp_session_find() 228 struct l2tp_session *l2tp_session_find_nth(struct l2tp_tunnel *tunnel, int nth) in l2tp_session_find_nth() 281 struct l2tp_tunnel *tunnel; in l2tp_tunnel_find() local 300 struct l2tp_tunnel *tunnel; in l2tp_tunnel_find_nth() local 353 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_dequeue_skb() local 532 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_common() local 735 static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb, in l2tp_udp_recv_core() [all …]
|
D | l2tp_netlink.c | 48 struct l2tp_tunnel *tunnel; in l2tp_nl_session_find() local 105 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_create() local 172 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_delete() local 197 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_modify() local 222 struct l2tp_tunnel *tunnel) in l2tp_nl_tunnel_send() 282 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_get() local 324 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_dump() local 352 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_session_create() local 557 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_nl_session_send() local 648 struct l2tp_tunnel *tunnel = NULL; in l2tp_nl_cmd_session_dump() local
|
D | l2tp_ppp.c | 310 struct l2tp_tunnel *tunnel; in pppol2tp_sendmsg() local 394 struct l2tp_tunnel *tunnel; in pppol2tp_xmit() local 634 struct l2tp_tunnel *tunnel; in pppol2tp_connect() local 826 struct l2tp_tunnel *tunnel; in pppol2tp_session_create() local 895 struct l2tp_tunnel *tunnel; in pppol2tp_getname() local 998 struct l2tp_tunnel *tunnel = session->tunnel; in pppol2tp_session_ioctl() local 1124 static int pppol2tp_tunnel_ioctl(struct l2tp_tunnel *tunnel, in pppol2tp_tunnel_ioctl() 1190 struct l2tp_tunnel *tunnel; in pppol2tp_ioctl() local 1249 struct l2tp_tunnel *tunnel, in pppol2tp_tunnel_setsockopt() 1345 struct l2tp_tunnel *tunnel; in pppol2tp_setsockopt() local [all …]
|
D | l2tp_debugfs.c | 42 struct l2tp_tunnel *tunnel; member 102 struct l2tp_tunnel *tunnel = v; in l2tp_dfs_seq_tunnel_show() local
|
D | l2tp_core.h | 89 struct l2tp_tunnel *tunnel; /* back pointer to tunnel member 194 static inline void *l2tp_tunnel_priv(struct l2tp_tunnel *tunnel) in l2tp_tunnel_priv() 206 struct l2tp_tunnel *tunnel; in l2tp_sock_to_tunnel() local
|
D | l2tp_eth.c | 189 struct l2tp_tunnel *tunnel; in l2tp_eth_create() local
|
D | l2tp_ip.c | 128 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip_recv() local
|
/linux-3.3/net/ipv4/ |
D | ipip.c | 385 struct ip_tunnel *tunnel; in ipip_rcv() local 431 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_xmit() local 572 struct ip_tunnel *tunnel; in ipip_tunnel_bind_dev() local 761 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_init() local 779 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fb_tunnel_init() local
|
D | ip_gre.c | 566 struct ip_tunnel *tunnel; in ipgre_rcv() local 697 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_tunnel_xmit() local 929 struct ip_tunnel *tunnel; in ipgre_tunnel_bind_dev() local 1120 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_tunnel_change_mtu() local 1273 struct ip_tunnel *tunnel; in ipgre_tunnel_init() local 1306 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_fb_tunnel_init() local 1478 struct ip_tunnel *tunnel; in ipgre_tap_init() local
|
/linux-3.3/net/ipv6/ |
D | sit.c | 562 struct ip_tunnel *tunnel; in ipip6_rcv() local 617 __be32 try_6rd(const struct in6_addr *v6dst, struct ip_tunnel *tunnel) in try_6rd() 658 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_xmit() local 848 struct ip_tunnel *tunnel; in ipip6_tunnel_bind_dev() local 1146 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_tunnel_init() local 1163 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip6_fb_tunnel_init() local
|
/linux-3.3/net/tipc/ |
D | link.c | 2207 struct tipc_link *tunnel; in tipc_link_tunnel() local 2240 struct tipc_link *tunnel = l_ptr->owner->active_links[0]; in tipc_link_changeover() local 2299 void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *tunnel) in tipc_link_send_duplicate()
|
/linux-3.3/include/net/ |
D | xfrm.h | 182 struct xfrm_state *tunnel; member
|