Searched defs:_pkt (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 44 #define PKT_IS_MBUF(_pkt) (_pkt->pkt_pflags & PKT_F_MBUF_DATA) argument 45 #define PKT_IS_TRUNC_MBUF(_pkt) (PKT_IS_MBUF(_pkt) && \ argument 47 #define PKT_IS_WAKE_PKT(_pkt) ((PKT_IS_MBUF(_pkt) && \ argument 240 #define pkt_agg_log(_pkt, _p, _is_input) do { \ argument 1562 #define __RX_AGG_CHAN_DROP_SOURCE_PACKET(_pkt) do { \ in flow_rx_agg_channel() argument 1899 #define __RX_AGG_HOST_DROP_SOURCE_PACKET(_pkt) do { \ in flow_rx_agg_host() argument
|
| /xnu-8792.41.9/bsd/net/classq/ |
| H A D | if_classq.h | 281 #define IFCQ_XMIT_ADD(_ifcq, _pkt, _len) do { \ argument 285 #define IFCQ_DROP_ADD(_ifcq, _pkt, _len) do { \ argument
|
| H A D | classq.h | 202 #define PKTCNTR_ADD(_cntr, _pkt, _len) do { \ argument
|
| /xnu-8792.41.9/bsd/skywalk/packet/ |
| H A D | packet_common.h | 97 #define PKT_GET_FIRST_BUFLET(_pkt, _bcnt, _buf) do { \ argument 109 #define _PKT_GET_NEXT_BUFLET(_pkt, _bcnt, _pbuf, _buf) do { \ argument 118 #define PKT_GET_NEXT_BUFLET(_pkt, _bcnt, _pbuf, _buf) do { \ argument 122 #define PKT_GET_NEXT_BUFLET(_pkt, _bcnt, _pbuf, _buf) do { \ argument
|
| H A D | packet_var.h | 715 #define SK_PKT2PH(_pkt) \ argument
|
| /xnu-8792.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 233 #define _CH_PKT_GET_FIRST_BUFLET(_pkt, _bft, _chrd, _ring) do { \ argument
|