SEG6_LOCAL_VRFTABLE
vrfmode = !!(parsed_optattrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE));
.attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
.attrs = SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE),
[SEG6_LOCAL_VRFTABLE] = { .type = NLA_U32 },
info->vrf_table = nla_get_u32(attrs[SEG6_LOCAL_VRFTABLE]);
if (nla_put_u32(skb, SEG6_LOCAL_VRFTABLE, info->vrf_table))
[SEG6_LOCAL_VRFTABLE] = { .parse = parse_nla_vrftable,
if (attrs & SEG6_F_ATTR(SEG6_LOCAL_VRFTABLE))