Searched refs:PKT_SC_BE (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_qos.c | 118 case PKT_SC_BE: in fsw_qos_mark() 124 pkt->pkt_svc_class = PKT_SC_BE; in fsw_qos_mark()
|
| H A D | fsw_netagent.c | 55 sc = PKT_SC_BE; in fsw_netagent_tc2sc() 82 sc = PKT_SC_BE; in fsw_netagent_tc2sc()
|
| /xnu-11417.121.6/bsd/skywalk/packet/ |
| H A D | os_packet.h | 89 PKT_SC_BE = 0x00000000, enumerator 152 #define PKT_SCVAL_BE PKT_SCVAL(PKT_SC_BE) 617 KPKT_SC_BE = PKT_SC_BE,
|
| H A D | packet_common.h | 779 case PKT_SC_BE: in __packet_set_service_class() 810 case PKT_SC_BE: /* most likely best effort */ in __packet_get_service_class() 825 sc = PKT_SC_BE; in __packet_get_service_class() 878 sc = PKT_SC_BE; in __packet_set_traffic_class() 905 sc = PKT_SC_BE; in __packet_set_traffic_class()
|
| H A D | packet_kern.c | 251 case PKT_SC_BE: in kern_packet_is_high_priority()
|
| H A D | pbufpool.c | 130 _CASSERT(KPKT_SC_BE == PKT_SC_BE); in pp_init()
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_xfer.c | 224 PKT_SC_BE, 1027 X(PKT_SC_BE, _DSCP_DF, _DSCP_DF) \ 1688 PKT_SC_BE, TRUE, NULL); in send_and_receive() 1795 packet_svc_class_t svc_class = PKT_SC_BE; in ping_pong() 2280 PKT_SC_BE, TRUE, NULL); in send_tcp() 2468 next_batch, FALSE, FALSE, PKT_SC_BE, TRUE, NULL); in do_error_send() 3272 payload, sizeof(*payload), 1, FALSE, FALSE, PKT_SC_BE, FALSE, NULL); in send_bad_flow() 3413 peer_port, &payload, sizeof(payload), 1, FALSE, FALSE, PKT_SC_BE, in skt_xfer_flowmatch() 3611 peer_port, &payload, sizeof(payload), 1, FALSE, FALSE, PKT_SC_BE, in skt_xfer_csumoffload() 3618 peer_port, &payload, sizeof(payload), 1, FALSE, FALSE, PKT_SC_BE, in skt_xfer_csumoffload() [all …]
|