Lines Matching refs:sopt
258 tcp_ctloutput(int op, struct socket *so, struct sockopt *sopt) in tcp_ctloutput() argument
268 level = sopt->sopt_level; in tcp_ctloutput()
269 optname = sopt->sopt_name; in tcp_ctloutput()
282 error = ip_ctloutput(op, so, sopt); in tcp_ctloutput()
286 error = ip6_ctloutput(op, so, sopt); in tcp_ctloutput()
300 error = sockopt_getint(sopt, &optval); in tcp_ctloutput()
311 error = sockopt_getint(sopt, &optval); in tcp_ctloutput()
321 error = sockopt_getint(sopt, &optval); in tcp_ctloutput()
332 error = tcp_congctl_select(tp, sopt->sopt_data); in tcp_ctloutput()
337 error = sockopt_get(sopt, &ui, sizeof(ui)); in tcp_ctloutput()
348 error = sockopt_get(sopt, &ui, sizeof(ui)); in tcp_ctloutput()
359 error = sockopt_get(sopt, &ui, sizeof(ui)); in tcp_ctloutput()
370 error = sockopt_get(sopt, &ui, sizeof(ui)); in tcp_ctloutput()
401 error = sockopt_set(sopt, &ti, sizeof ti); in tcp_ctloutput()
418 setval: error = sockopt_set(sopt, &optval, sizeof(optval)); in tcp_ctloutput()