Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 21 of 21) sorted by relevance

/xnu-8020.140.41/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c67 struct thread_command *tc; in kern_collectth_state() local
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c42 fsw_netagent_tc2sc(uint32_t tc, uint32_t *scp) in fsw_netagent_tc2sc()
/xnu-8020.140.41/tests/
H A Dbpflib.c91 int tc = SO_TC_CTL; in bpf_new() local
/xnu-8020.140.41/bsd/kern/
H A Dtty_compat.c442 struct tchars *tc = (struct tchars *)data; in ttcompat() local
H A Dkern_core.c178 struct thread_command *tc; in collectth_state() local
H A Duipc_mbuf2.c650 m_set_traffic_class(struct mbuf *m, mbuf_traffic_class_t tc) in m_set_traffic_class()
H A Dkpi_mbuf.c1455 mbuf_get_traffic_class_index(mbuf_traffic_class_t tc, u_int32_t *index) in mbuf_get_traffic_class_index()
1476 mbuf_set_traffic_class(mbuf_t m, mbuf_traffic_class_t tc) in mbuf_set_traffic_class()
H A Dkpi_socket.c567 uint32_t tc; in so_tc_from_dscp() local
/xnu-8020.140.41/osfmk/kdp/ml/arm/
H A Dkdp_vm.c311 struct thread_command *tc = (struct thread_command *)buffer; in kern_collectth_state() local
/xnu-8020.140.41/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_native.c125 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_pkt_enqueue() local
H A Dnx_netif_filter_compat.c125 uint32_t cnt = 0, bytes = 0, qlen = 0, tc; in nx_netif_filter_tx_processed_mbuf_enqueue() local
H A Dnx_netif_filter_vp.c383 kern_packet_traffic_class_t tc; in netif_filter_na_txsync() local
/xnu-8020.140.41/iokit/Kernel/
H A DIOTimerEventSource.cpp356 #define _thread_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_… argument
/xnu-8020.140.41/bsd/netinet/
H A Din_tclass.c1347 so_tc2msc(int tc) in so_tc2msc()
1573 mbuf_traffic_class_t tc = MBUF_TC_BE; in rfc4594_dscp_to_tc() local
H A Dip_input.c3774 int tc = m_get_traffic_class(m); in ip_savecontrol() local
/xnu-8020.140.41/bsd/net/
H A Dbpf.c1996 int tc; in bpfioctl() local
2411 bpf_set_traffic_class(struct bpf_d *d, int tc) in bpf_set_traffic_class()
2425 bpf_set_packet_service_class(struct mbuf *m, int tc) in bpf_set_packet_service_class()
/xnu-8020.140.41/libsyscall/wrappers/skywalk/
H A Dos_packet.c192 os_packet_set_traffic_class(const packet_t ph, packet_traffic_class_t tc) in os_packet_set_traffic_class()
/xnu-8020.140.41/osfmk/kdp/
H A Dprocessor_core.c574 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state() local
/xnu-8020.140.41/bsd/netinet6/
H A Dip6_input.c1806 int tc = m_get_traffic_class(m); in ip6_savecontrol_v4() local
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_kern.c251 kern_packet_traffic_class_t tc) in kern_packet_set_traffic_class()
H A Dpacket_common.h694 __packet_set_traffic_class(const uint64_t ph, const uint32_t tc) in __packet_set_traffic_class()