Home
last modified time | relevance | path

Searched refs:probe_if_index (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c358 u_int16_t probe_if_index);
2009 u_int16_t probe_if_index) in tcp_run_conn_timer() argument
2042 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() argument
2751 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 …]
H A Dtcp_timer.h268 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
H A Dtcp_var.h1006 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument
1007 (probe_if_index > 0 && tp->t_inpcb->inp_last_outifp != NULL && \
1008 probe_if_index == tp->t_inpcb->inp_last_outifp->if_index)