Searched refs:probe_if_index (Results 1 – 3 of 3) sorted by relevance
358 u_int16_t probe_if_index);2009 u_int16_t probe_if_index) in tcp_run_conn_timer() argument2042 if (TCP_IF_STATE_CHANGED(tp, probe_if_index)) { in tcp_run_conn_timer()2193 !TCP_IF_STATE_CHANGED(tp, listp->probe_if_index)) { in tcp_run_timerlist()2235 listp->probe_if_index); in tcp_run_timerlist()2305 listp->probe_if_index = 0; in tcp_run_timerlist()2742 tcp_interface_send_probe(u_int16_t probe_if_index) in tcp_interface_send_probe() argument2751 if (listp->probe_if_index > 0 && listp->probe_if_index != probe_if_index) { in tcp_interface_send_probe()2755 __func__, probe_if_index, listp->probe_if_index, in tcp_interface_send_probe()2760 listp->probe_if_index = probe_if_index; in tcp_interface_send_probe()[all …]
268 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
1006 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument1007 (probe_if_index > 0 && tp->t_inpcb->inp_last_outifp != NULL && \1008 probe_if_index == tp->t_inpcb->inp_last_outifp->if_index)