Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/netfilter/
A Dnf_conntrack_tcp.h52 struct nf_ct_tcp_flags { struct
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto_tcp.c1345 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()
1366 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1371 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()
1388 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },
1389 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },
1395 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \
1396 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))
1423 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()
1430 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()

Completed in 5 milliseconds