Lines Matching defs:net
123 static inline struct l2tp_net *l2tp_pernet(const struct net *net) in l2tp_pernet()
205 struct l2tp_tunnel *l2tp_tunnel_get(const struct net *net, u32 tunnel_id) in l2tp_tunnel_get()
222 struct l2tp_tunnel *l2tp_tunnel_get_nth(const struct net *net, int nth) in l2tp_tunnel_get_nth()
265 struct l2tp_session *l2tp_session_get(const struct net *net, u32 session_id) in l2tp_session_get()
312 struct l2tp_session *l2tp_session_get_by_ifname(const struct net *net, in l2tp_session_get_by_ifname()
1228 static void l2tp_tunnel_remove(struct net *net, struct l2tp_tunnel *tunnel) in l2tp_tunnel_remove()
1274 static int l2tp_tunnel_sock_create(struct net *net, in l2tp_tunnel_sock_create()
1432 static int l2tp_validate_socket(const struct sock *sk, const struct net *net, in l2tp_validate_socket()
1454 int l2tp_tunnel_register(struct l2tp_tunnel *tunnel, struct net *net, in l2tp_tunnel_register()
1640 static __net_init int l2tp_init_net(struct net *net) in l2tp_init_net()
1656 static __net_exit void l2tp_exit_net(struct net *net) in l2tp_exit_net()