Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dseg6_local.h118 SEG6_LOCAL_FLV_LCBLOCK_BITS, enumerator
/linux/net/ipv6/
H A Dseg6_local.c2080 [SEG6_LOCAL_FLV_LCBLOCK_BITS] = { .type = NLA_U8 },
2118 if (tb[SEG6_LOCAL_FLV_LCBLOCK_BITS]) in seg6_parse_nla_next_csid_cfg()
2119 block_len = nla_get_u8(tb[SEG6_LOCAL_FLV_LCBLOCK_BITS]); in seg6_parse_nla_next_csid_cfg()
2183 if (nla_put_u8(skb, SEG6_LOCAL_FLV_LCBLOCK_BITS, finfo->lcblock_bits)) in seg6_fill_nla_next_csid_cfg()
2259 nlsize += nla_total_size(1) + /* SEG6_LOCAL_FLV_LCBLOCK_BITS */ in encap_size_flavors()