Searched refs:OVS_FRAG_TYPE_NONE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h417 * @OVS_FRAG_TYPE_NONE: Packet is not a fragment.
425 OVS_FRAG_TYPE_NONE, enumerator in enum:ovs_frag_type
/linux-master/net/openvswitch/
H A Dflow.c418 key->ip.frag = OVS_FRAG_TYPE_NONE;
720 key->ip.frag = OVS_FRAG_TYPE_NONE;
H A Dconntrack.c453 key->ip.frag = OVS_FRAG_TYPE_NONE;
1025 if (key->ip.frag != OVS_FRAG_TYPE_NONE) {

Completed in 107 milliseconds