Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h431 OVS_FRAG_TYPE_NONE, enumerator
/linux/net/openvswitch/
H A Dflow.c414 key->ip.frag = OVS_FRAG_TYPE_NONE; in parse_ipv6hdr()
717 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()
1053 if (key->ip.frag != OVS_FRAG_TYPE_NONE) { in ovs_ct_execute()