Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dqueue.c69 if (nla_put(msg, NFQA_CFG_CMD, sizeof(cmd), &cmd) < 0) in build_queue_cmd_request()
174 NLA_PUT(*result, NFQA_CFG_CMD, sizeof(cmd), &cmd); in nfnl_queue_build_create_request()
/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h103 NFQA_CFG_CMD, /* nfqnl_msg_config_cmd */ enumerator