Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_tcp.h52 struct nf_ct_tcp_flags { struct
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c1347 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()
1368 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1373 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1390 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },
1391 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1397 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \
1398 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))
1425 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()
1432 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()