Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_conntrack.h286 CTA_FILTER_REPLY_FLAGS, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_netlink.c889 [CTA_FILTER_REPLY_FLAGS] = { .type = NLA_U32 },
909 if (tb[CTA_FILTER_REPLY_FLAGS]) { in ctnetlink_parse_filter()
910 filter->reply_flags = nla_get_u32(tb[CTA_FILTER_REPLY_FLAGS]); in ctnetlink_parse_filter()