Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c355 u_int16_t probe_if_index);
1967 u_int16_t probe_if_index) in tcp_run_conn_timer() argument
2000 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() argument
2735 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 …]
H A Dtcp_timer.h253 u_int16_t probe_if_index; /* Interface index that needs to send probes */ member
H A Dtcp_var.h1048 #define TCP_IF_STATE_CHANGED(tp, probe_if_index) \ argument
1049 (probe_if_index > 0 && tp->t_inpcb->inp_last_outifp != NULL && \
1050 probe_if_index == tp->t_inpcb->inp_last_outifp->if_index)