Searched refs:hmackeyid (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6.c | 98 u32 hmackeyid; in seg6_genl_sethmac() local 111 hmackeyid = nla_get_u32(info->attrs[SEG6_ATTR_HMACKEYID]); in seg6_genl_sethmac() 115 if (hmackeyid == 0) in seg6_genl_sethmac() 122 hinfo = seg6_hmac_info_lookup(net, hmackeyid); in seg6_genl_sethmac() 128 err = seg6_hmac_info_del(net, hmackeyid); in seg6_genl_sethmac() 144 err = seg6_hmac_info_del(net, hmackeyid); in seg6_genl_sethmac() 160 hinfo->hmackeyid = hmackeyid; in seg6_genl_sethmac() 162 err = seg6_hmac_info_add(net, hmackeyid, hinfo); in seg6_genl_sethmac() 248 if (nla_put_u32(msg, SEG6_ATTR_HMACKEYID, hinfo->hmackeyid) || in __seg6_hmac_fill_info() [all...] |
H A D | seg6_hmac.c | 50 return (hinfo->hmackeyid != *(__u32 *)arg->key); in seg6_hmac_cmpfn() 68 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid), 164 __be32 hmackeyid = cpu_to_be32(hinfo->hmackeyid); in seg6_hmac_compute() local 205 memcpy(off, &hmackeyid, 4); in seg6_hmac_compute() 266 hinfo = seg6_hmac_info_lookup(net, be32_to_cpu(tlv->hmackeyid)); in seg6_hmac_validate_skb() 339 hinfo = seg6_hmac_info_lookup(net, be32_to_cpu(tlv->hmackeyid)); in seg6_push_hmac()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6.c | 157 u32 hmackeyid; in seg6_genl_sethmac() local 170 hmackeyid = nla_get_u32(info->attrs[SEG6_ATTR_HMACKEYID]); in seg6_genl_sethmac() 174 if (hmackeyid == 0) in seg6_genl_sethmac() 181 hinfo = seg6_hmac_info_lookup(net, hmackeyid); in seg6_genl_sethmac() 184 err = seg6_hmac_info_del(net, hmackeyid); in seg6_genl_sethmac() 200 err = seg6_hmac_info_del(net, hmackeyid); in seg6_genl_sethmac() 216 hinfo->hmackeyid = hmackeyid; in seg6_genl_sethmac() 218 err = seg6_hmac_info_add(net, hmackeyid, hinfo); in seg6_genl_sethmac() 304 if (nla_put_u32(msg, SEG6_ATTR_HMACKEYID, hinfo->hmackeyid) || in __seg6_hmac_fill_info() [all...] |
H A D | seg6_hmac.c | 49 return (hinfo->hmackeyid != *(__u32 *)arg->key); in seg6_hmac_cmpfn() 67 .key_offset = offsetof(struct seg6_hmac_info, hmackeyid), 163 __be32 hmackeyid = cpu_to_be32(hinfo->hmackeyid); in seg6_hmac_compute() local 204 memcpy(off, &hmackeyid, 4); in seg6_hmac_compute() 265 hinfo = seg6_hmac_info_lookup(net, be32_to_cpu(tlv->hmackeyid)); in seg6_hmac_validate_skb() 338 hinfo = seg6_hmac_info_lookup(net, be32_to_cpu(tlv->hmackeyid)); in seg6_push_hmac()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seg6_hmac.h | 14 __be32 hmackeyid; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seg6_hmac.h | 14 __be32 hmackeyid; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seg6_hmac.h | 28 __be32 hmackeyid; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | seg6_hmac.h | 15 __be32 hmackeyid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seg6_hmac.h | 28 __be32 hmackeyid; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | seg6_hmac.h | 29 u32 hmackeyid; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | seg6_hmac.h | 29 u32 hmackeyid; member
|
Completed in 5 milliseconds