Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h425 OVS_FRAG_TYPE_NONE, enumerator
/openbmc/linux/net/openvswitch/
H A Dflow.c418 key->ip.frag = OVS_FRAG_TYPE_NONE; in parse_ipv6hdr()
721 key->ip.frag = OVS_FRAG_TYPE_NONE; in key_extract_l3l4()
H A Dconntrack.c458 key->ip.frag = OVS_FRAG_TYPE_NONE; in ovs_ct_handle_fragments()
1030 if (key->ip.frag != OVS_FRAG_TYPE_NONE) { in ovs_ct_execute()