Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_exthdr.c416 [NFTA_EXTHDR_OP] = { .type = NLA_U32 },
451 if (tb[NFTA_EXTHDR_OP]) { in nft_exthdr_init()
452 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_init()
503 err = nft_parse_u32_check(tb[NFTA_EXTHDR_OP], U8_MAX, &op); in nft_exthdr_tcp_set_init()
571 if (nla_put_be32(skb, NFTA_EXTHDR_OP, htonl(priv->op))) in nft_exthdr_dump_common()
693 if (!tb[NFTA_EXTHDR_OP]) in nft_exthdr_select_ops()
699 op = ntohl(nla_get_be32(tb[NFTA_EXTHDR_OP])); in nft_exthdr_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h847 NFTA_EXTHDR_OP, enumerator