Home
last modified time | relevance | path

Searched refs:inp_route (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dudp_usrreq.c767 errno == EHOSTDOWN) && inp->inp_route.ro_nh) { in udp_notify()
768 NH_FREE(inp->inp_route.ro_nh); in udp_notify()
769 inp->inp_route.ro_nh = (struct nhop_object *)NULL; in udp_notify()
1517 INP_WLOCKED(inp) ? &inp->inp_route : NULL, ipflags, in udp_output()
H A Dtcp_output.c1492 error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route, in tcp_output()
1496 if (error == EMSGSIZE && tp->t_inpcb->inp_route.ro_nh != NULL) in tcp_output()
1497 mtu = tp->t_inpcb->inp_route.ro_nh->nh_mtu; in tcp_output()
H A Din_pcb.h322 struct route inp_route; member
H A Din_pcb.c636 inp->inp_route.ro_flags = RT_LLE_CACHE; in in_pcballoc()
1820 RO_INVALIDATE_CACHE(&inp->inp_route); in in_pcbfree()
2863 RO_INVALIDATE_CACHE(&inp->inp_route); in in_losing()
H A Dtcp_subr.c2225 if (inp->inp_route.ro_nh) { in tcp_notify()
2226 NH_FREE(inp->inp_route.ro_nh); in tcp_notify()
2227 inp->inp_route.ro_nh = (struct nhop_object *)NULL; in tcp_notify()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h322 struct route inp_route; member
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5539 if ((bbr->rc_inp->inp_route.ro_nh == NULL) || in bbr_update_hardware_pacing_rate()
5540 (bbr->rc_inp->inp_route.ro_nh->nh_ifp == NULL)) { in bbr_update_hardware_pacing_rate()
5556 bbr->rc_inp->inp_route.ro_nh->nh_ifp, in bbr_update_hardware_pacing_rate()
13810 error = ip_output(m, inp->inp_options, &inp->inp_route, in bbr_output_wtime()
13813 if (error == EMSGSIZE && inp->inp_route.ro_nh != NULL) in bbr_output_wtime()
13814 mtu = inp->inp_route.ro_nh->nh_mtu; in bbr_output_wtime()
14071 (inp->inp_route.ro_nh && in bbr_output_wtime()
14072 inp->inp_route.ro_nh->nh_ifp)) { in bbr_output_wtime()
14086 inp->inp_route.ro_nh->nh_ifp, in bbr_output_wtime()
14113 inp->inp_route.ro_nh->nh_ifp, in bbr_output_wtime()
[all …]
H A Drack.c11569 if ((rack->rc_inp->inp_route.ro_nh != NULL) && in rack_get_pacing_delay()
11570 (rack->rc_inp->inp_route.ro_nh->nh_ifp != NULL)) { in rack_get_pacing_delay()
11580 rack->rc_inp->inp_route.ro_nh->nh_ifp, in rack_get_pacing_delay()
11589 rack_log_hdwr_pacing(rack, rack->rc_inp->inp_route.ro_nh->nh_ifp, in rack_get_pacing_delay()
11600 rack->rc_inp->inp_route.ro_nh->nh_ifp, in rack_get_pacing_delay()
11614 rack_log_hdwr_pacing(rack, rack->rc_inp->inp_route.ro_nh->nh_ifp, in rack_get_pacing_delay()
13788 error = ip_output(m, inp->inp_options, &inp->inp_route, in rack_output()
13791 if (error == EMSGSIZE && inp->inp_route.ro_nh != NULL) in rack_output()
13792 mtu = inp->inp_route.ro_nh->nh_mtu; in rack_output()
/f-stack/freebsd/kern/
H A Duipc_ktls.c843 nh = inp->inp_route.ro_nh; in ktls_alloc_snd_tag()