Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.c298 static int get_pid_tclass(struct so_tcdbg *);
299 static int get_pname_tclass(struct so_tcdbg *);
300 static int set_pid_tclass(struct so_tcdbg *);
301 static int set_pname_tclass(struct so_tcdbg *);
302 static int flush_pid_tclass(struct so_tcdbg *);
480 set_pid_tclass(struct so_tcdbg *so_tcdbg) in set_pid_tclass() argument
485 pid_t pid = so_tcdbg->so_tcdbg_pid; in set_pid_tclass()
486 int tclass = so_tcdbg->so_tcdbg_tclass; in set_pid_tclass()
487 int netsvctype = so_tcdbg->so_tcdbg_netsvctype; in set_pid_tclass()
488 uint8_t ecn_val = so_tcdbg->so_tcdbg_ecn_val; in set_pid_tclass()
[all …]
H A Din_tclass.h50 struct so_tcdbg { struct
/xnu-11215.1.10/bsd/sys/
H A Dsocketvar.h840 struct so_tcdbg;
1076 extern int so_set_tcdbg(struct socket *, struct so_tcdbg *);
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c5282 struct so_tcdbg so_tcdbg; in sosetoptlock() local
5284 error = sooptcopyin(sopt, &so_tcdbg, in sosetoptlock()
5285 sizeof(struct so_tcdbg), sizeof(struct so_tcdbg)); in sosetoptlock()
5289 error = so_set_tcdbg(so, &so_tcdbg); in sosetoptlock()