Home
last modified time | relevance | path

Searched refs:outifp (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/netinet/
H A Din_tclass.c1133 struct ifnet *outifp; in set_tcp_stream_priority() local
1149 outifp = inp->inp_last_outifp; in set_tcp_stream_priority()
1159 if (outifp == NULL || (outifp->if_flags & IFF_LOOPBACK)) { in set_tcp_stream_priority()
1164 if (outifp != NULL) { in set_tcp_stream_priority()
1172 if (soissrcbackground(so) && outifp->if_fg_sendts > 0 && in set_tcp_stream_priority()
1173 (int)(uptime - outifp->if_fg_sendts) <= TCP_BG_SWITCH_TIME) { in set_tcp_stream_priority()
1185 if (so_throttle_best_effort(so, outifp)) { in set_tcp_stream_priority()
H A Dtcp_timer.c1036 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_timers() local
1393 if (tp->t_state >= TCPS_ESTABLISHED || (outifp != NULL && in tcp_timers()
1394 IFNET_IS_CELLULAR(outifp) == false)) { in tcp_timers()
1542 } else if (outifp != NULL && in tcp_timers()
1543 (outifp->if_eflags & IFEF_PROBE_CONNECTIVITY) && in tcp_timers()
H A Dudp_usrreq.c2120 struct ifnet *outifp; in udp_output() local
2146 (outifp = rt->rt_ifp) != inp->inp_last_outifp) { in udp_output()
2147 inp->inp_last_outifp = outifp; /* no reference needed */ in udp_output()
2158 ifnet_hdrlen(outifp) + in udp_output()
2159 ifnet_mbuf_packetpreamblelen(outifp), in udp_output()
H A Dtcp_input.c893 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_adaptive_rwtimo_check() local
896 (outifp != NULL && in tcp_adaptive_rwtimo_check()
897 (outifp->if_eflags & IFEF_PROBE_CONNECTIVITY))) in tcp_adaptive_rwtimo_check()
7433 struct ifnet *outifp = inp->inp_last_outifp; in inp_fc_unthrottle_tcp() local
7448 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
7449 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
7487 if (tp->t_rxtshift != 0 && outifp != NULL && in inp_fc_unthrottle_tcp()
7488 IFNET_IS_CELLULAR(outifp)) { in inp_fc_unthrottle_tcp()
H A Dtcp_output.c2920 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_output() local
2927 if (srtt != 0 || (outifp != NULL && IFNET_IS_CELLULAR(outifp) == false)) { in tcp_output()