Searched refs:so_tcdbg (Results 1 – 4 of 4) sorted by relevance
298 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() argument485 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 …]
50 struct so_tcdbg { struct
840 struct so_tcdbg;1076 extern int so_set_tcdbg(struct socket *, struct so_tcdbg *);
5282 struct so_tcdbg so_tcdbg; in sosetoptlock() local5284 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()