Searched refs:OVS_FRAG_TYPE_LATER (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h419 * @OVS_FRAG_TYPE_LATER: Packet is a fragment with nonzero offset.
427 OVS_FRAG_TYPE_LATER, enumerator in enum:ovs_frag_type
/linux-master/net/openvswitch/
H A Dflow.c412 key->ip.frag = OVS_FRAG_TYPE_LATER;
712 key->ip.frag = OVS_FRAG_TYPE_LATER;
839 if (key->ip.frag == OVS_FRAG_TYPE_LATER) {
H A Dflow_netlink.c204 if (match->key->ip.frag != OVS_FRAG_TYPE_LATER) {
241 if (match->key->ip.frag != OVS_FRAG_TYPE_LATER) {
2182 swkey->ip.frag != OVS_FRAG_TYPE_LATER) {
H A Ddatapath.c370 later_key.ip.frag = OVS_FRAG_TYPE_LATER;

Completed in 155 milliseconds