Searched refs:seg6_hmac_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_hmac.c | 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_looku [all...] |
H A D | seg6.c | 97 struct seg6_hmac_info *hinfo; in seg6_genl_sethmac() 245 static int __seg6_hmac_fill_info(struct seg6_hmac_info *hinfo, in __seg6_hmac_fill_info() 257 static int __seg6_genl_dumphmac_element(struct seg6_hmac_info *hinfo, in __seg6_genl_dumphmac_element() 314 struct seg6_hmac_info *hinfo; in seg6_genl_dumphmac()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_hmac.c | 47 const struct seg6_hmac_info *hinfo = obj; in seg6_hmac_cmpfn() 52 static inline void seg6_hinfo_release(struct seg6_hmac_info *hinfo) in seg6_hinfo_release() 59 struct seg6_hmac_info *hinfo = (struct seg6_hmac_info *)ptr; in seg6_free_hi() 66 .head_offset = offsetof(struct seg6_hmac_info, node), 67 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid), 118 static int __do_hmac(struct seg6_hmac_info *hinfo, const char *text, u8 psize, in __do_hmac() 160 int seg6_hmac_compute(struct seg6_hmac_info *hinfo, struct ipv6_sr_hdr *hdr, in seg6_hmac_compute() 240 struct seg6_hmac_info *hinfo; in seg6_hmac_validate_skb() 280 struct seg6_hmac_info *seg6_hmac_info_looku [all...] |
H A D | seg6.c | 156 struct seg6_hmac_info *hinfo; in seg6_genl_sethmac() 301 static int __seg6_hmac_fill_info(struct seg6_hmac_info *hinfo, in __seg6_hmac_fill_info() 313 static int __seg6_genl_dumphmac_element(struct seg6_hmac_info *hinfo, in __seg6_genl_dumphmac_element() 370 struct seg6_hmac_info *hinfo; in seg6_genl_dumphmac()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | seg6_hmac.h | 25 struct seg6_hmac_info { struct 42 extern int seg6_hmac_compute(struct seg6_hmac_info *hinfo, 45 extern struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key); 47 struct seg6_hmac_info *hinfo);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6_hmac.h | 25 struct seg6_hmac_info { struct 42 extern int seg6_hmac_compute(struct seg6_hmac_info *hinfo, 45 extern struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key); 47 struct seg6_hmac_info *hinfo);
|
Completed in 4 milliseconds