Lines Matching defs:tunnel

143 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
553 struct l2tp_tunnel *tunnel) in l2tp_session_register()
657 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_dequeue_skb() local
868 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_common() local
1018 struct l2tp_tunnel *tunnel = NULL; in l2tp_udp_encap_recv() local
1140 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_build_l2tpv2_header() local
1167 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_build_l2tpv3_header() local
1206 static int l2tp_xmit_queue(struct l2tp_tunnel *tunnel, struct sk_buff *skb, struct flowi *fl) in l2tp_xmit_queue()
1224 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_xmit_core() local
1346 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_session_unhash() local
1380 static void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel) in l2tp_tunnel_closeall()
1394 struct l2tp_tunnel *tunnel; in l2tp_udp_encap_destroy() local
1403 static void l2tp_tunnel_remove(struct net *net, struct l2tp_tunnel *tunnel) in l2tp_tunnel_remove()
1415 struct l2tp_tunnel *tunnel = container_of(work, struct l2tp_tunnel, in l2tp_tunnel_del_work() local
1566 struct l2tp_tunnel *tunnel = NULL; in l2tp_tunnel_create() local
1608 struct l2tp_tunnel *tunnel; in l2tp_validate_socket() local
1635 int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, in l2tp_tunnel_register()
1716 void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel) in l2tp_tunnel_delete()
1773 struct l2tp_session *l2tp_session_create(int priv_size, struct l2tp_tunnel *tunnel, u32 session_id, in l2tp_session_create()
1851 struct l2tp_tunnel *tunnel = NULL; in l2tp_pre_exit_net() local