Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-openflow-1.0.c564 #define OF_PACKET_QUEUE_LEN 8 macro
826 if (len < OF_PACKET_QUEUE_LEN) in of10_queues_print()
837 if (desclen < OF_PACKET_QUEUE_LEN || desclen > len) in of10_queues_print()
844 TCHECK2(*cp, desclen - OF_PACKET_QUEUE_LEN); in of10_queues_print()
845 cp += desclen - OF_PACKET_QUEUE_LEN; in of10_queues_print()
848 if (ep == (cp = of10_queue_props_print(cp, ep, desclen - OF_PACKET_QUEUE_LEN))) in of10_queues_print()