Home
last modified time | relevance | path

Searched refs:SEG6_LOCAL_NH6 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dseg6_local.h25 SEG6_LOCAL_NH6, enumerator
/Linux-v4.19/include/uapi/linux/
Dseg6_local.h25 SEG6_LOCAL_NH6, enumerator
/Linux-v4.19/net/ipv6/
Dseg6_local.c547 .attrs = (1 << SEG6_LOCAL_NH6),
562 .attrs = (1 << SEG6_LOCAL_NH6),
632 [SEG6_LOCAL_NH6] = { .type = NLA_BINARY,
742 memcpy(&slwt->nh6, nla_data(attrs[SEG6_LOCAL_NH6]), in parse_nla_nh6()
752 nla = nla_reserve(skb, SEG6_LOCAL_NH6, sizeof(struct in6_addr)); in put_nla_nh6()
900 [SEG6_LOCAL_NH6] = { .parse = parse_nla_nh6,
1051 if (attrs & (1 << SEG6_LOCAL_NH6)) in seg6_local_get_encap_size()