Lines Matching defs:net
43 static struct mptcp_pernet *mptcp_get_pernet(const struct net *net) in mptcp_get_pernet()
48 int mptcp_is_enabled(const struct net *net) in mptcp_is_enabled()
53 unsigned int mptcp_get_add_addr_timeout(const struct net *net) in mptcp_get_add_addr_timeout()
58 int mptcp_is_checksum_enabled(const struct net *net) in mptcp_is_checksum_enabled()
63 int mptcp_allow_join_id0(const struct net *net) in mptcp_allow_join_id0()
68 unsigned int mptcp_stale_loss_cnt(const struct net *net) in mptcp_stale_loss_cnt()
80 int mptcp_get_pm_type(const struct net *net) in mptcp_get_pm_type()
85 const char *mptcp_get_scheduler(const struct net *net) in mptcp_get_scheduler()
105 static int mptcp_set_scheduler(const struct net *net, const char *name) in mptcp_set_scheduler()
125 const struct net *net = current->nsproxy->net_ns; in proc_scheduler() local
249 static int mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) in mptcp_pernet_new_table()
299 static int mptcp_pernet_new_table(struct net *net, struct mptcp_pernet *pernet) in mptcp_pernet_new_table()
321 struct net *net = sock_net(sk); in mptcp_active_disable() local
347 struct net *net = sock_net(ssk); in mptcp_active_should_disable() local
413 static int __net_init mptcp_net_init(struct net *net) in mptcp_net_init()
423 static void __net_exit mptcp_net_exit(struct net *net) in mptcp_net_exit()