Searched refs:SEG6_LOCAL_NH6 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 567 .attrs = (1 << SEG6_LOCAL_NH6), 582 .attrs = (1 << SEG6_LOCAL_NH6), 652 [SEG6_LOCAL_NH6] = { .type = NLA_BINARY, 762 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6() 772 nla = nla_reserve(skb, SEG6_LOCAL_NH6, sizeof(struct in6_addr)); in put_nla_nh6() 921 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6, 1073 if (attrs & (1 << SEG6_LOCAL_NH6)) in seg6_local_get_encap_size()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 28 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 15 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | seg6_local.h | 28 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | seg6_local.h | 25 SEG6_LOCAL_NH6, enumerator
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | seg6_local.c | 1472 .attrs = SEG6_F_ATTR(SEG6_LOCAL_NH6), 1491 .attrs = SEG6_F_ATTR(SEG6_LOCAL_NH6), 1643 [SEG6_LOCAL_NH6] = { .type = NLA_BINARY, 1812 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6() 1822 nla = nla_reserve(skb, SEG6_LOCAL_NH6, sizeof(struct in6_addr)); in put_nla_nh6() 2284 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6, 2600 if (attrs & SEG6_F_ATTR(SEG6_LOCAL_NH6)) in seg6_local_get_encap_size()
|
Completed in 11 milliseconds