Searched refs:l2tp_tunnel (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_core.h | 45 struct l2tp_tunnel; 74 struct l2tp_tunnel *tunnel; /* back pointer to tunnel context */ 157 struct l2tp_tunnel { struct 198 int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, argument 216 void l2tp_tunnel_inc_refcount(struct l2tp_tunnel *tunnel); 217 void l2tp_tunnel_dec_refcount(struct l2tp_tunnel *tunnel); 241 struct l2tp_tunnel **tunnelp); 244 void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel); 247 struct l2tp_tunnel *tunnel, 251 struct l2tp_tunnel *tunnel); [all …]
|
A D | l2tp_core.c | 168 struct l2tp_tunnel *tunnel = sk->sk_user_data; in l2tp_sk_to_tunnel() 208 struct l2tp_tunnel *tunnel; in l2tp_tunnel_get() 226 struct l2tp_tunnel *tunnel; in l2tp_tunnel_get_nth() 338 struct l2tp_tunnel *tunnel) in l2tp_session_register() 433 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_dequeue_skb() 644 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_recv_common() 898 struct l2tp_tunnel *tunnel; in l2tp_udp_encap_recv() 930 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_build_l2tpv2_header() 1240 struct l2tp_tunnel *tunnel = container_of(work, struct l2tp_tunnel, in l2tp_tunnel_del_work() 1391 struct l2tp_tunnel *tunnel = NULL; in l2tp_tunnel_create() [all …]
|
A D | l2tp_netlink.c | 51 struct l2tp_tunnel *tunnel; in l2tp_nl_session_get() 104 struct l2tp_tunnel *tunnel, in l2tp_tunnel_notify() 192 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_create() 260 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_delete() 290 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_modify() 385 struct l2tp_tunnel *tunnel, u8 cmd) in l2tp_nl_tunnel_send() 451 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_get() 496 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_tunnel_dump() 527 struct l2tp_tunnel *tunnel; in l2tp_nl_cmd_session_create() 717 struct l2tp_tunnel *tunnel = session->tunnel; in l2tp_nl_session_send() [all …]
|
A D | trace.h | 28 TP_PROTO(struct l2tp_tunnel *tunnel), 52 TP_PROTO(struct l2tp_tunnel *tunnel), 81 TP_PROTO(struct l2tp_tunnel *tunnel), 86 TP_PROTO(struct l2tp_tunnel *tunnel),
|
A D | l2tp_ppp.c | 272 struct l2tp_tunnel *tunnel; in pppol2tp_sendmsg() 349 struct l2tp_tunnel *tunnel; in pppol2tp_xmit() 657 struct l2tp_tunnel *tunnel; in pppol2tp_tunnel_get() 721 struct l2tp_tunnel *tunnel; in pppol2tp_connect() 908 struct l2tp_tunnel *tunnel; in pppol2tp_getname() 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() 1349 struct l2tp_tunnel *tunnel; in pppol2tp_getsockopt() 1415 struct l2tp_tunnel *tunnel; [all …]
|
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_debugfs.c | 39 struct l2tp_tunnel *tunnel; 123 struct l2tp_tunnel *tunnel = v; in l2tp_dfs_seq_tunnel_show()
|
A D | l2tp_ip.c | 121 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip_recv() 238 struct l2tp_tunnel *tunnel = l2tp_sk_to_tunnel(sk); in l2tp_ip_destroy_sock()
|
A D | l2tp_ip6.c | 134 struct l2tp_tunnel *tunnel = NULL; in l2tp_ip6_recv() 252 struct l2tp_tunnel *tunnel = l2tp_sk_to_tunnel(sk); in l2tp_ip6_destroy_sock()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | l2tp.rst | 507 The kernel keeps a struct l2tp_tunnel context per L2TP tunnel. The 508 l2tp_tunnel is always associated with a UDP or L2TP/IP socket and
|
Completed in 17 milliseconds