Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_cthelper.c258 if (tb[NFCTH_QUEUE_NUM]) in nfnl_cthelper_create()
259 helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM])); in nfnl_cthelper_create()
401 if (tb[NFCTH_QUEUE_NUM]) in nfnl_cthelper_update()
402 helper->queue_num = ntohl(nla_get_be32(tb[NFCTH_QUEUE_NUM])); in nfnl_cthelper_update()
547 if (nla_put_be32(skb, NFCTH_QUEUE_NUM, htonl(helper->queue_num))) in nfnl_cthelper_fill_info()
738 [NFCTH_QUEUE_NUM] = { .type = NLA_U32, },
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cthelper.h19 NFCTH_QUEUE_NUM, enumerator