Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dseg6_local.h29 SEG6_LOCAL_VRFTABLE, enumerator
/linux-6.12.1/net/ipv6/
Dseg6_local.c1220 vrfmode = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)); in seg6_end_dt6_parse_mode()
1509 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1524 SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1536 .attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
1646 [SEG6_LOCAL_VRFTABLE] = { .type = NLA_U32 },
1759 info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]); in parse_nla_vrftable()
1771 if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table)) in put_nla_vrftable()
2307 [SEG6_LOCAL_VRFTABLE] = { .parse = parse_nla_vrftable,
2620 if (attrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE)) in seg6_local_get_encap_size()