Searched refs:probe_if_index (Results 1 – 3 of 3) sorted by relevance
355 u_int16_t probe_if_index);1967 u_int16_t probe_if_index) in tcp_run_conn_timer() argument2000 if (TCP_IF_STATE_CHANGED(tp, probe_if_index)) { in tcp_run_conn_timer()2168 !TCP_IF_STATE_CHANGED(tp, listp->probe_if_index)) { in tcp_run_timerlist()2209 listp->probe_if_index); in tcp_run_timerlist()2279 listp->probe_if_index = 0; in tcp_run_timerlist()2726 tcp_interface_send_probe(u_int16_t probe_if_index) in tcp_interface_send_probe() argument2735 if (listp->probe_if_index > 0 && listp->probe_if_index != probe_if_index) { in tcp_interface_send_probe()2739 __func__, probe_if_index, listp->probe_if_index, in tcp_interface_send_probe()2744 listp->probe_if_index = probe_if_index; in tcp_interface_send_probe()[all …]
253 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
1048 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument1049 (probe_if_index > 0 && tp->t_inpcb->inp_last_outifp != NULL && \1050 probe_if_index == tp->t_inpcb->inp_last_outifp->if_index)