Searched refs:OVS_CT_ATTR_EVENTMASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h801 * @OVS_CT_ATTR_EVENTMASK: Mask of bits indicating which conntrack event types
824 OVS_CT_ATTR_EVENTMASK, /* u32 mask of IPCT_* events. */ enumerator in enum:ovs_ct_attr
/linux-master/net/openvswitch/
H A Dconntrack.c1200 [OVS_CT_ATTR_EVENTMASK] = { .minlen = sizeof(u32),
1285 case OVS_CT_ATTR_EVENTMASK:
1513 nla_put_u32(skb, OVS_CT_ATTR_EVENTMASK, ct_info->eventmask))

Completed in 288 milliseconds