Searched refs:probe_if_index (Results 1 – 3 of 3) sorted by relevance
358 u_int16_t probe_if_index);1983 u_int16_t probe_if_index) in tcp_run_conn_timer() argument2016 if (TCP_IF_STATE_CHANGED(tp, probe_if_index)) { in tcp_run_conn_timer()2167 !TCP_IF_STATE_CHANGED(tp, listp->probe_if_index)) { in tcp_run_timerlist()2215 listp->probe_if_index); in tcp_run_timerlist()2285 listp->probe_if_index = 0; in tcp_run_timerlist()2722 tcp_interface_send_probe(u_int16_t probe_if_index) in tcp_interface_send_probe() argument2731 if (listp->probe_if_index > 0 && listp->probe_if_index != probe_if_index) { in tcp_interface_send_probe()2735 __func__, probe_if_index, listp->probe_if_index, in tcp_interface_send_probe()2740 listp->probe_if_index = probe_if_index; in tcp_interface_send_probe()[all …]
267 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
786 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument787 (probe_if_index > 0 && tp->t_inpcb->inp_last_outifp != NULL && \788 probe_if_index == tp->t_inpcb->inp_last_outifp->if_index)