Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.0.c563 #define OF_QUEUE_PROP_MINLEN 8 macro
1102 if (len < OF_QUEUE_PROP_MINLEN) in of10_queue_props_print()
1112 if (plen < OF_QUEUE_PROP_MINLEN || plen > len + 4) in of10_queue_props_print()
1120 plen_bogus = plen != OF_QUEUE_PROP_MINLEN; in of10_queue_props_print()
1137 OF_CHK_FWD(plen - OF_QUEUE_PROP_MINLEN); in of10_queue_props_print()