Home
last modified time | relevance | path

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

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