l2tp_tunnel 118 net/l2tp/l2tp_core.c static inline struct l2tp_tunnel *l2tp_tunnel(struct sock *sk) l2tp_tunnel 149 net/l2tp/l2tp_core.c l2tp_session_id_hash(struct l2tp_tunnel *tunnel, u32 session_id) l2tp_tunnel 154 net/l2tp/l2tp_core.c void l2tp_tunnel_free(struct l2tp_tunnel *tunnel) l2tp_tunnel 162 net/l2tp/l2tp_core.c struct l2tp_tunnel *l2tp_tunnel_get(const struct net *net, u32 tunnel_id) l2tp_tunnel 165 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel; l2tp_tunnel 182 net/l2tp/l2tp_core.c struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) l2tp_tunnel 185 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel; l2tp_tunnel 202 net/l2tp/l2tp_core.c struct l2tp_session *l2tp_tunnel_get_session(struct l2tp_tunnel *tunnel, l2tp_tunnel 245 net/l2tp/l2tp_core.c struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth) l2tp_tunnel 297 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel) l2tp_tunnel 394 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 625 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 797 net/l2tp/l2tp_core.c static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb) l2tp_tunnel 912 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel; l2tp_tunnel 939 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 967 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 1010 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 1058 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 1155 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = l2tp_tunnel(sk); l2tp_tunnel 1189 net/l2tp/l2tp_core.c static void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel) l2tp_tunnel 1242 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = l2tp_tunnel(sk); l2tp_tunnel 1251 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = container_of(work, struct l2tp_tunnel, l2tp_tunnel 1407 net/l2tp/l2tp_core.c int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, struct l2tp_tunnel_cfg *cfg, struct l2tp_tunnel **tunnelp) l2tp_tunnel 1409 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = NULL; l2tp_tunnel 1416 net/l2tp/l2tp_core.c tunnel = kzalloc(sizeof(struct l2tp_tunnel), GFP_KERNEL); l2tp_tunnel 1476 net/l2tp/l2tp_core.c int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, l2tp_tunnel 1479 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel_walk; l2tp_tunnel 1556 net/l2tp/l2tp_core.c void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel) l2tp_tunnel 1569 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 1589 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 1648 net/l2tp/l2tp_core.c struct l2tp_session *l2tp_session_create(int priv_size, struct l2tp_tunnel *tunnel, u32 session_id, u32 peer_session_id, struct l2tp_session_cfg *cfg) l2tp_tunnel 1734 net/l2tp/l2tp_core.c struct l2tp_tunnel *tunnel = NULL; l2tp_tunnel 45 net/l2tp/l2tp_core.h struct l2tp_tunnel; l2tp_tunnel 76 net/l2tp/l2tp_core.h struct l2tp_tunnel *tunnel; /* back pointer to tunnel l2tp_tunnel 181 net/l2tp/l2tp_core.h int (*session_create)(struct net *net, struct l2tp_tunnel *tunnel, l2tp_tunnel 192 net/l2tp/l2tp_core.h struct l2tp_tunnel *l2tp_tunnel_get(const struct net *net, u32 tunnel_id); l2tp_tunnel 193 net/l2tp/l2tp_core.h struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth); l2tp_tunnel 194 net/l2tp/l2tp_core.h struct l2tp_session *l2tp_tunnel_get_session(struct l2tp_tunnel *tunnel, l2tp_tunnel 197 net/l2tp/l2tp_core.h void l2tp_tunnel_free(struct l2tp_tunnel *tunnel); l2tp_tunnel 200 net/l2tp/l2tp_core.h struct l2tp_session *l2tp_session_get_nth(struct l2tp_tunnel *tunnel, int nth); l2tp_tunnel 206 net/l2tp/l2tp_core.h struct l2tp_tunnel **tunnelp); l2tp_tunnel 207 net/l2tp/l2tp_core.h int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, l2tp_tunnel 210 net/l2tp/l2tp_core.h void l2tp_tunnel_delete(struct l2tp_tunnel *tunnel); l2tp_tunnel 212 net/l2tp/l2tp_core.h struct l2tp_tunnel *tunnel, l2tp_tunnel 216 net/l2tp/l2tp_core.h struct l2tp_tunnel *tunnel); l2tp_tunnel 235 net/l2tp/l2tp_core.h static inline void l2tp_tunnel_inc_refcount(struct l2tp_tunnel *tunnel) l2tp_tunnel 240 net/l2tp/l2tp_core.h static inline void l2tp_tunnel_dec_refcount(struct l2tp_tunnel *tunnel) l2tp_tunnel 271 net/l2tp/l2tp_core.h static inline u32 l2tp_tunnel_dst_mtu(const struct l2tp_tunnel *tunnel) l2tp_tunnel 287 net/l2tp/l2tp_core.h static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) l2tp_tunnel 295 net/l2tp/l2tp_core.h static inline bool l2tp_tunnel_uses_xfrm(const struct l2tp_tunnel *tunnel) l2tp_tunnel 39 net/l2tp/l2tp_debugfs.c struct l2tp_tunnel *tunnel; l2tp_tunnel 122 net/l2tp/l2tp_debugfs.c struct l2tp_tunnel *tunnel = v; l2tp_tunnel 217 net/l2tp/l2tp_eth.c static void l2tp_eth_adjust_mtu(struct l2tp_tunnel *tunnel, l2tp_tunnel 257 net/l2tp/l2tp_eth.c static int l2tp_eth_create(struct net *net, struct l2tp_tunnel *tunnel, l2tp_tunnel 120 net/l2tp/l2tp_ip.c struct l2tp_tunnel *tunnel = NULL; l2tp_tunnel 251 net/l2tp/l2tp_ip.c struct l2tp_tunnel *tunnel = sk->sk_user_data; l2tp_tunnel 132 net/l2tp/l2tp_ip6.c struct l2tp_tunnel *tunnel = NULL; l2tp_tunnel 263 net/l2tp/l2tp_ip6.c struct l2tp_tunnel *tunnel = sk->sk_user_data; l2tp_tunnel 40 net/l2tp/l2tp_netlink.c int flags, struct l2tp_tunnel *tunnel, u8 cmd); l2tp_tunnel 53 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 106 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel, l2tp_tunnel 168 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 264 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 294 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 324 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel, u8 cmd) l2tp_tunnel 438 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 483 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 514 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel; l2tp_tunnel 709 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel = session->tunnel; l2tp_tunnel 822 net/l2tp/l2tp_netlink.c struct l2tp_tunnel *tunnel = NULL; l2tp_tunnel 279 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 356 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 648 net/l2tp/l2tp_ppp.c static int pppol2tp_tunnel_mtu(const struct l2tp_tunnel *tunnel) l2tp_tunnel 668 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 863 net/l2tp/l2tp_ppp.c static int pppol2tp_session_create(struct net *net, struct l2tp_tunnel *tunnel, l2tp_tunnel 909 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 1037 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel) l2tp_tunnel 1151 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel, l2tp_tunnel 1251 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 1292 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel, l2tp_tunnel 1368 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 1435 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel; l2tp_tunnel 1526 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel = v; l2tp_tunnel 1545 net/l2tp/l2tp_ppp.c struct l2tp_tunnel *tunnel = session->tunnel;