Searched refs:taop (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c897 struct rmxp_tao *taop; local
987 if ((taop = tcp_gettaocache(tp->t_inpcb)) == NULL) {
988 taop = &tao_noncached;
989 bzero(taop, sizeof(*taop));
993 if (taop->tao_ccsent != 0 &&
994 CC_GEQ(tp->cc_send, taop->tao_ccsent)) {
995 taop->tao_ccsent = tp->cc_send;
997 taop->tao_ccsent = 0;
1016 struct rmxp_tao *taop; local
[all...]
H A Dtcp_subr.c2023 struct rmxp_tao *taop; local
2050 taop = rmx_taop(rt->rt_rmx);
2051 offered = taop->tao_mssopt;
2343 struct rmxp_tao *taop; local
2361 taop = rmx_taop(rt->rt_rmx);
2364 return (taop);
H A Dtcp_input.c4352 struct rmxp_tao *taop; local
4415 taop = rmx_taop(rt->rt_rmx);
4421 offer = taop->tao_mssopt;
4446 taop->tao_mssopt = offer;

Completed in 25 milliseconds