Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dseg6_local.h29 SEG6_LOCAL_VRFTABLE, enumerator
/linux/net/ipv6/
H A Dseg6_local.c1223 vrfmode = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)); in seg6_end_dt6_parse_mode()
1513 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1528 SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1540 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1650 [SEG6_LOCAL_VRFTABLE] = { .type = NLA_U32 },
1761 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]); in parse_nla_vrftable()
1773 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table)) in put_nla_vrftable()
2309 [SEG6_LOCAL_VRFTABLE] = { .parse = parse_nla_vrftable,
2622 if (attrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)) in seg6_local_get_encap_size()