Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dseg6_hmac.h55 extern int seg6_hmac_net_init(struct net *net);
60 static inline int seg6_hmac_net_init(struct net *net) { return 0; } in seg6_hmac_net_init() function
/linux-6.12.1/net/ipv6/
Dseg6_hmac.c412 int __net_init seg6_hmac_net_init(struct net *net) in seg6_hmac_net_init() function
Dseg6.c438 if (seg6_hmac_net_init(net)) { in seg6_net_init()