Home
last modified time | relevance | path

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

/linux/include/net/
H A Dseg6_hmac.h53 extern int seg6_hmac_init(void);
58 static inline int seg6_hmac_init(void) { return 0; } in seg6_hmac_init() function
/linux/net/ipv6/
H A Dseg6_hmac.c416 int __init seg6_hmac_init(void) in seg6_hmac_init() function
H A Dseg6.c525 err = seg6_hmac_init(); in seg6_init()