Searched refs:handshake_pernet (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/handshake/
H A Dhandshake.h77 struct handshake_net *handshake_pernet(struct net *net);
H A Dnetlink.c93 struct handshake_net *hn = handshake_pernet(net);
232 * handshake_pernet - Get the handshake private per-net structure
238 struct handshake_net *handshake_pernet(struct net *net) function
243 EXPORT_SYMBOL_IF_KUNIT(handshake_pernet); variable
H A Drequest.c245 hn = handshake_pernet(net);
326 hn = handshake_pernet(net);
H A Dhandshake-test.c263 hn = handshake_pernet(net);
372 hn = handshake_pernet(net);
414 hn = handshake_pernet(net);

Completed in 106 milliseconds