Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dofp_map.c87 { OFP_PKTOUT_NO_BUFFER, "NO_BUFFER" },
H A Dprint-ofp.c289 if (pin->pin_buffer_id == OFP_PKTOUT_NO_BUFFER) in ofp_print_packetin()
390 if (pout->pout_buffer_id == OFP_PKTOUT_NO_BUFFER) in ofp_print_packetout()
/openbsd/sys/net/
H A Dofp.h366 #define OFP_PKTOUT_NO_BUFFER 0xffffffff /* No buffer id */ macro