Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_conntrack_tcp.h48 struct nf_ct_tcp_flags { struct
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c1187 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()
1203 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1208 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1225 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },
1226 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1253 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()
1260 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()