Home
last modified time | relevance | path

Searched refs:hmackeyid (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6.c98 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()
H A Dseg6_hmac.c50 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseg6_hmac.h14 __be32 hmackeyid; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseg6_hmac.h14 __be32 hmackeyid; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseg6_hmac.h14 __be32 hmackeyid; member
/OK3568_Linux_fs/kernel/include/net/
H A Dseg6_hmac.h29 u32 hmackeyid; member