Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_conntrack_tcp.h52 struct nf_ct_tcp_flags { struct
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c1171 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()
1187 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1192 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1209 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },
1210 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1216 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \
1217 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))
1244 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()
1251 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()