Home
last modified time | relevance | path

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

/linux/include/net/
H A Dseg6_hmac.h56 extern void seg6_hmac_net_exit(struct net *net);
61 static inline void seg6_hmac_net_exit(struct net *net) {} in seg6_hmac_net_exit() function
/linux/net/ipv6/
H A Dseg6_hmac.c458 void __net_exit seg6_hmac_net_exit(struct net *net) in seg6_hmac_net_exit() function
464 EXPORT_SYMBOL(seg6_hmac_net_exit);
H A Dseg6.c451 seg6_hmac_net_exit(net); in seg6_net_exit()