Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_conntrack_tcp.h52 struct nf_ct_tcp_flags { struct
/Linux-v6.1/net/netfilter/
Dnf_conntrack_proto_tcp.c1304 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()
1325 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1330 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1347 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },
1348 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1354 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \
1355 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))
1382 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()
1389 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()