Home
last modified time | relevance | path

Searched defs:xt_conntrack_mtinfo1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_conntrack.h38 struct xt_conntrack_mtinfo1 { struct
39 union nf_inet_addr origsrc_addr, origsrc_mask;
40 union nf_inet_addr origdst_addr, origdst_mask;
41 union nf_inet_addr replsrc_addr, replsrc_mask;
42 union nf_inet_addr repldst_addr, repldst_mask;
43 __u32 expires_min, expires_max;
44 __u16 l4proto;
45 __be16 origsrc_port, origdst_port;
46 __be16 replsrc_port, repldst_port;
47 __u16 match_flags, invert_flags;
[all …]