Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c83 struct thread_command *tc = (struct thread_command *)buffer; in kern_collect_userth_state() local
107 struct thread_command *tc; in kern_collectth_state() local
/xnu-10063.141.1/osfmk/kdp/ml/arm/
H A Dkdp_vm.c312 struct thread_command *tc = (struct thread_command *)buffer; in kern_collectth_state() local
436 struct thread_command *tc = buffer; in kern_collect_userth_state() local
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c42 fsw_netagent_tc2sc(uint32_t tc, uint32_t *scp) in fsw_netagent_tc2sc()
/xnu-10063.141.1/bsd/kern/
H A Dtty_compat.c442 struct tchars *tc = (struct tchars *)data; in ttcompat() local
H A Dkern_core.c179 struct thread_command *tc; in collectth_state() local
H A Dkpi_mbuf.c1466 mbuf_get_traffic_class_index(mbuf_traffic_class_t tc, u_int32_t *index) in mbuf_get_traffic_class_index()
1487 mbuf_set_traffic_class(mbuf_t m, mbuf_traffic_class_t tc) in mbuf_set_traffic_class()
H A Duipc_mbuf2.c1032 m_set_traffic_class(struct mbuf *m, mbuf_traffic_class_t tc) in m_set_traffic_class()
H A Dkpi_socket.c569 uint32_t tc; in so_tc_from_dscp() local
/xnu-10063.141.1/tests/
H A Dbpflib.c86 bpf_set_traffic_class(int fd, int tc) in bpf_set_traffic_class()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
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_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_vp.c381 kern_packet_traffic_class_t tc; in netif_filter_na_txsync() local
/xnu-10063.141.1/iokit/Kernel/
H A DIOTimerEventSource.cpp356 #define _thread_call_cancel(tc) ((kActive & flags) ? thread_call_cancel_wait((tc)) : thread_call_… argument
/xnu-10063.141.1/bsd/netinet/
H A Din_tclass.c1365 so_tc2msc(int tc) in so_tc2msc()
1591 mbuf_traffic_class_t tc = MBUF_TC_BE; in rfc4594_dscp_to_tc() local
H A Dip_input.c3776 int tc = m_get_traffic_class(m); in ip_savecontrol() local
/xnu-10063.141.1/bsd/net/
H A Dbpf.c2435 int tc; in bpfioctl() local
2926 bpf_set_traffic_class(struct bpf_d *d, int tc) in bpf_set_traffic_class()
2940 bpf_set_packet_service_class(struct mbuf *m, int tc) in bpf_set_packet_service_class()
/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_packet.c190 os_packet_set_traffic_class(const packet_t ph, packet_traffic_class_t tc) in os_packet_set_traffic_class()
/xnu-10063.141.1/osfmk/kdp/
H A Dprocessor_core.c683 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state() local
/xnu-10063.141.1/bsd/netinet6/
H A Dip6_input.c1815 int tc = m_get_traffic_class(m); in ip6_savecontrol_v4() local
/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpacket_kern.c264 kern_packet_traffic_class_t tc) in kern_packet_set_traffic_class()
H A Dpacket_common.h837 __packet_set_traffic_class(const uint64_t ph, const uint32_t tc) in __packet_set_traffic_class()