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.c584 #define OF_PACKET_QUEUE_LEN 8 macro
1301 if (len < OF_PACKET_QUEUE_LEN) in of10_queues_print()
1312 if (desclen < OF_PACKET_QUEUE_LEN || desclen > len) in of10_queues_print()
1319 ND_TCHECK2(*cp, desclen - OF_PACKET_QUEUE_LEN); in of10_queues_print()
1320 cp += desclen - OF_PACKET_QUEUE_LEN; in of10_queues_print()
1323 if (ep == (cp = of10_queue_props_print(ndo, cp, ep, desclen - OF_PACKET_QUEUE_LEN))) in of10_queues_print()