Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_cthelper.c230 if (tb[NFCTH_QUEUE_NUM]) in nfnl_cthelper_create()
231 helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM])); in nfnl_cthelper_create()
271 if (tb[NFCTH_QUEUE_NUM]) in nfnl_cthelper_update()
272 helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM])); in nfnl_cthelper_update()
432 if (nla_put_be32(skb, NFCTH_QUEUE_NUM, htonl(helper->queue_num))) in nfnl_cthelper_fill_info()
624 [NFCTH_QUEUE_NUM] = { .type = NLA_U32, },
/linux-4.4.14/include/uapi/linux/netfilter/
Dnfnetlink_cthelper.h18 NFCTH_QUEUE_NUM, enumerator