Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dconntrack.c61 struct ovs_conntrack_info { struct
62 struct nf_conntrack_helper *helper;
63 struct nf_conntrack_zone zone;
64 struct nf_conn *ct;
65 u8 commit : 1;
66 u8 nat : 3; /* enum ovs_ct_nat */
67 u8 force : 1;
68 u8 have_eventmask : 1;
69 u16 family;
70 u32 eventmask; /* Mask of 1 << IPCT_*. */
[all …]