Home
last modified time | relevance | path

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

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