Home
last modified time | relevance | path

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

/xnu-8020.140.41/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 u_int32_t so_tcdbg_count; argument
55 pid_t so_tcdbg_pid; argument
57 char so_tcdbg_pname[(2 * MAXCOMLEN) + 1]; argument
H A Din_tclass.c474 set_pid_tclass(struct so_tcdbg *so_tcdbg) in set_pid_tclass()
554 set_pname_tclass(struct so_tcdbg *so_tcdbg) in set_pname_tclass()
582 flush_pid_tclass(struct so_tcdbg *so_tcdbg) in flush_pid_tclass()
623 get_pid_tclass(struct so_tcdbg *so_tcdbg) in get_pid_tclass()
657 get_pname_tclass(struct so_tcdbg *so_tcdbg) in get_pname_tclass()
679 delete_tclass_for_pid_pname(struct so_tcdbg *so_tcdbg) in delete_tclass_for_pid_pname()
707 so_set_tcdbg(struct socket *so, struct so_tcdbg *so_tcdbg) in so_set_tcdbg()
759 struct so_tcdbg so_tcdbg; in sogetopt_tcdbg() local
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c5447 struct so_tcdbg so_tcdbg; in sosetoptlock() local