Searched refs:outifp (Results 1 – 5 of 5) sorted by relevance
1133 struct ifnet *outifp; in set_tcp_stream_priority() local1149 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()
1036 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_timers() local1393 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()
2120 struct ifnet *outifp; in udp_output() local2146 (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()
893 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_adaptive_rwtimo_check() local896 (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() local7448 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()
2920 struct ifnet *outifp = tp->t_inpcb->inp_last_outifp; in tcp_output() local2927 if (srtt != 0 || (outifp != NULL && IFNET_IS_CELLULAR(outifp) == false)) { in tcp_output()