Lines Matching refs:seg6_hmac_info
48 const struct seg6_hmac_info *hinfo = obj; in seg6_hmac_cmpfn()
53 static inline void seg6_hinfo_release(struct seg6_hmac_info *hinfo) in seg6_hinfo_release()
60 struct seg6_hmac_info *hinfo = (struct seg6_hmac_info *)ptr; in seg6_free_hi()
67 .head_offset = offsetof(struct seg6_hmac_info, node),
68 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid),
119 static int __do_hmac(struct seg6_hmac_info *hinfo, const char *text, u8 psize, in __do_hmac()
161 int seg6_hmac_compute(struct seg6_hmac_info *hinfo, struct ipv6_sr_hdr *hdr, in seg6_hmac_compute()
241 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb()
281 struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key) in seg6_hmac_info_lookup()
284 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup()
292 int seg6_hmac_info_add(struct net *net, u32 key, struct seg6_hmac_info *hinfo) in seg6_hmac_info_add()
307 struct seg6_hmac_info *hinfo; in seg6_hmac_info_del()
329 struct seg6_hmac_info *hinfo; in seg6_push_hmac()