Home
last modified time | relevance | path

Searched refs:mptcp_mib_alloc (Results 1 – 3 of 3) sorted by relevance

/net/mptcp/
Dmib.h69 bool mptcp_mib_alloc(struct net *net);
Dmib.c62 bool mptcp_mib_alloc(struct net *net) in mptcp_mib_alloc() function
Dprotocol.c2565 if (unlikely(!net->mib.mptcp_statistics) && !mptcp_mib_alloc(net)) in mptcp_init_sock()