Home
last modified time | relevance | path

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

/linux-3.3/net/l2tp/
Dl2tp_core.c129 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 …]
Dl2tp_netlink.c48 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
Dl2tp_ppp.c310 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 …]
Dl2tp_debugfs.c42 struct l2tp_tunnel *tunnel; member
102 struct l2tp_tunnel *tunnel = v; in l2tp_dfs_seq_tunnel_show() local
Dl2tp_core.h89 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
Dl2tp_eth.c189 struct l2tp_tunnel *tunnel; in l2tp_eth_create() local
Dl2tp_ip.c128 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip_recv() local
/linux-3.3/net/ipv4/
Dipip.c385 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
Dip_gre.c566 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/
Dsit.c562 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/
Dlink.c2207 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/
Dxfrm.h182 struct xfrm_state *tunnel; member