Home
last modified time | relevance | path

Searched refs:NFQA_CFG_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/netfilter/
H A Dnfnetlink_queue.h108 NFQA_CFG_MASK, /* identify which flags to change */ enumerator
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c240 mnl_attr_put_u32(nlh, NFQA_CFG_MASK, htonl(flags)); in open_queue()
/linux-6.15/net/netfilter/
H A Dnfnetlink_queue.c1484 [NFQA_CFG_MASK] = { .type = NLA_U32 },
1517 if (!nfqa[NFQA_CFG_MASK]) { in nfqnl_recv_config()
1525 mask = ntohl(nla_get_be32(nfqa[NFQA_CFG_MASK])); in nfqnl_recv_config()