Searched refs:seg6_hmac_info (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/net/ipv6/ |
| D | seg6_hmac.c | 54 const struct seg6_hmac_info *hinfo = obj; in seg6_hmac_cmpfn() 59 static inline void seg6_hinfo_release(struct seg6_hmac_info *hinfo) in seg6_hinfo_release() 66 struct seg6_hmac_info *hinfo = (struct seg6_hmac_info *)ptr; in seg6_free_hi() 73 .head_offset = offsetof(struct seg6_hmac_info, node), 74 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid), 125 static int __do_hmac(struct seg6_hmac_info *hinfo, const char *text, u8 psize, in __do_hmac() 167 int seg6_hmac_compute(struct seg6_hmac_info *hinfo, struct ipv6_sr_hdr *hdr, in seg6_hmac_compute() 247 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() 287 struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key) in seg6_hmac_info_lookup() 290 struct seg6_hmac_info *hinfo; in seg6_hmac_info_lookup() [all …]
|
| D | seg6.c | 92 struct seg6_hmac_info *hinfo; in seg6_genl_sethmac() 237 static int __seg6_hmac_fill_info(struct seg6_hmac_info *hinfo, in __seg6_hmac_fill_info() 249 static int __seg6_genl_dumphmac_element(struct seg6_hmac_info *hinfo, in __seg6_genl_dumphmac_element() 306 struct seg6_hmac_info *hinfo; in seg6_genl_dumphmac()
|
| /Linux-v4.19/include/net/ |
| D | seg6_hmac.h | 30 struct seg6_hmac_info { struct 47 extern int seg6_hmac_compute(struct seg6_hmac_info *hinfo, argument 50 extern struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key); 52 struct seg6_hmac_info *hinfo);
|