Searched refs:so_tcdbg (Results 1 – 4 of 4) sorted by relevance
297 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() argument479 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 …]
50 struct so_tcdbg { struct
801 struct so_tcdbg;1024 extern int so_set_tcdbg(struct socket *, struct so_tcdbg *);
5444 struct so_tcdbg so_tcdbg; in sosetoptlock() local5446 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()