Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_exthdr.c494 [NFTA_EXTHDR_OP] = NLA_POLICY_MAX(NLA_BE32, 255),
529 if (tb[NFTA_EXTHDR_OP]) { in nft_exthdr_init()
530 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init()
581 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_tcp_set_init()
665 if (nla_put_be32(skb, NFTA_EXTHDR_OP, htonl(priv->op))) in nft_exthdr_dump_common()
799 if (!tb[NFTA_EXTHDR_OP]) in nft_exthdr_select_ops()
805 op = ntohl(nla_get_be32(tb[NFTA_EXTHDR_OP])); in nft_exthdr_select_ops()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h897 NFTA_EXTHDR_OP, enumerator