Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dseg6_local.h117 SEG6_LOCAL_FLV_OPERATION, enumerator
/openbmc/linux/net/ipv6/
H A Dseg6_local.c2071 [SEG6_LOCAL_FLV_OPERATION] = { .type = NLA_U32 },
2147 if (!tb[SEG6_LOCAL_FLV_OPERATION]) in parse_nla_flavors()
2150 fops = nla_get_u32(tb[SEG6_LOCAL_FLV_OPERATION]); in parse_nla_flavors()
2196 if (nla_put_u32(skb, SEG6_LOCAL_FLV_OPERATION, fops)) { in put_nla_flavors()