Home
last modified time | relevance | path

Searched refs:so_tcdbg (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Din_tclass.c297 static int get_pid_tclass(struct so_tcdbg *);
298 static int get_pname_tclass(struct so_tcdbg *);
299 static int set_pid_tclass(struct so_tcdbg *);
300 static int set_pname_tclass(struct so_tcdbg *);
301 static int flush_pid_tclass(struct so_tcdbg *);
474 set_pid_tclass(struct so_tcdbg *so_tcdbg) in set_pid_tclass() argument
479 pid_t pid = so_tcdbg->so_tcdbg_pid; in set_pid_tclass()
480 int tclass = so_tcdbg->so_tcdbg_tclass; in set_pid_tclass()
481 int netsvctype = so_tcdbg->so_tcdbg_netsvctype; in set_pid_tclass()
502 tfp->tfp_qos_mode = so_tcdbg->so_tcbbg_qos_mode; in set_pid_tclass()
[all …]
H A Din_tclass.h50 struct so_tcdbg { struct
/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h801 struct so_tcdbg;
1024 extern int so_set_tcdbg(struct socket *, struct so_tcdbg *);
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c5444 struct so_tcdbg so_tcdbg; in sosetoptlock() local
5446 error = sooptcopyin(sopt, &so_tcdbg, in sosetoptlock()
5447 sizeof(struct so_tcdbg), sizeof(struct so_tcdbg)); in sosetoptlock()
5451 error = so_set_tcdbg(so, &so_tcdbg); in sosetoptlock()