Home
last modified time | relevance | path

Searched refs:SEG6_LOCAL_VRFTABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dseg6_local.h29 SEG6_LOCAL_VRFTABLE, enumerator
/openbmc/linux/net/ipv6/
H A Dseg6_local.c1220 vrfmode = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)); in seg6_end_dt6_parse_mode()
1503 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1518 SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1530 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1640 [SEG6_LOCAL_VRFTABLE] = { .type = NLA_U32 },
1753 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]); in parse_nla_vrftable()
1765 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table)) in put_nla_vrftable()
2301 [SEG6_LOCAL_VRFTABLE] = { .parse = parse_nla_vrftable,
2614 if (attrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)) in seg6_local_get_encap_size()