Searched refs:nf_ct_tcp_flags (Results 1 – 2 of 2) sorted by relevance
52 struct nf_ct_tcp_flags { struct
1213 struct nf_ct_tcp_flags tmp = {}; in tcp_to_nlattr()1234 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()1239 sizeof(struct nf_ct_tcp_flags), &tmp)) in tcp_to_nlattr()1256 [CTA_PROTOINFO_TCP_FLAGS_ORIGINAL] = { .len = sizeof(struct nf_ct_tcp_flags) },1257 [CTA_PROTOINFO_TCP_FLAGS_REPLY] = { .len = sizeof(struct nf_ct_tcp_flags) },1263 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)) + \1264 NLA_ALIGN(NLA_HDRLEN + sizeof(struct nf_ct_tcp_flags)))1291 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()1298 struct nf_ct_tcp_flags *attr = in nlattr_to_tcp()