Home
last modified time | relevance | path

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

/Linux-v5.10/net/openvswitch/
Dconntrack.c57 struct ovs_conntrack_info { struct
58 struct nf_conntrack_helper *helper;
59 struct nf_conntrack_zone zone;
60 struct nf_conn *ct;
61 u8 commit : 1;
62 u8 nat : 3; /* enum ovs_ct_nat */
63 u8 force : 1;
64 u8 have_eventmask : 1;
65 u16 family;
66 u32 eventmask; /* Mask of 1 << IPCT_*. */
[all …]