Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_conntrack.h113 CTA_PROTOINFO_TCP_FLAGS_REPLY, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c1372 if (nla_put(skb, CTA_PROTOINFO_TCP_FLAGS_REPLY, in tcp_to_nlattr()
1391 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1431 if (tb[CTA_PROTOINFO_TCP_FLAGS_REPLY]) { in nlattr_to_tcp()
1433 nla_data(tb[CTA_PROTOINFO_TCP_FLAGS_REPLY]); in nlattr_to_tcp()