Home
last modified time | relevance | path

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

/xnu-10063.101.15/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()
482 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-10063.101.15/bsd/sys/
H A Dsocketvar.h832 struct so_tcdbg;
1049 extern int so_set_tcdbg(struct socket *, struct so_tcdbg *);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c5232 struct so_tcdbg so_tcdbg; in sosetoptlock() local
5234 error = sooptcopyin(sopt, &so_tcdbg, in sosetoptlock()
5235 sizeof(struct so_tcdbg), sizeof(struct so_tcdbg)); in sosetoptlock()
5239 error = so_set_tcdbg(so, &so_tcdbg); in sosetoptlock()