Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dseg6_hmac.h46 extern int seg6_hmac_info_add(struct net *net, u32 key,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_hmac.c292 int seg6_hmac_info_add(struct net *net, u32 key, struct seg6_hmac_info *hinfo) in seg6_hmac_info_add() function
302 EXPORT_SYMBOL(seg6_hmac_info_add);
H A Dseg6.c162 err = seg6_hmac_info_add(net, hmackeyid, hinfo); in seg6_genl_sethmac()