Home
last modified time | relevance | path

Searched defs:so_tcdbg (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.h50 struct so_tcdbg { struct
51 u_int32_t so_tcdbg_cmd; argument
52 int32_t so_tcdbg_tclass; argument
53 int32_t so_tcdbg_netsvctype; argument
54 uint8_t so_tcdbg_ecn_val; /* 1 is ECT(1) and 2 is ECT(0) */ argument
55 u_int32_t so_tcdbg_count; argument
56 pid_t so_tcdbg_pid; argument
58 char so_tcdbg_pname[(2 * MAXCOMLEN) + 1]; argument
H A Din_tclass.c480 set_pid_tclass(struct so_tcdbg *so_tcdbg) in set_pid_tclass()
570 set_pname_tclass(struct so_tcdbg *so_tcdbg) in set_pname_tclass()
599 flush_pid_tclass(struct so_tcdbg *so_tcdbg) in flush_pid_tclass()
640 get_pid_tclass(struct so_tcdbg *so_tcdbg) in get_pid_tclass()
674 get_pname_tclass(struct so_tcdbg *so_tcdbg) in get_pname_tclass()
696 delete_tclass_for_pid_pname(struct so_tcdbg *so_tcdbg) in delete_tclass_for_pid_pname()
724 so_set_tcdbg(struct socket *so, struct so_tcdbg *so_tcdbg) in so_set_tcdbg()
776 struct so_tcdbg so_tcdbg; in sogetopt_tcdbg() local
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5170 struct so_tcdbg so_tcdbg; in sosetoptlock() local