Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_queue.h104 NFQA_CFG_PARAMS, /* nfqnl_msg_config_params */ enumerator
/third_party/libnl/lib/netfilter/
Dqueue.c149 if (nla_put(msg, NFQA_CFG_PARAMS, sizeof(params), &params) < 0) in nfnl_queue_build_request()