Home
last modified time | relevance | path

Searched refs:sctp_find_alternate_net (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_timer.c212 sctp_find_alternate_net(struct sctp_tcb *stcb, in sctp_find_alternate_net() function
742 alt = sctp_find_alternate_net(stcb, net); in sctp_t3rxt_timer()
883 alt = sctp_find_alternate_net(stcb, stcb->asoc.primary_destination); in sctp_t1init_timer()
945 alt = sctp_find_alternate_net(stcb, cookie->whoTo); in sctp_cookie_timer()
1001 alt = sctp_find_alternate_net(stcb, strrst->whoTo); in sctp_strreset_timer()
1095 alt = sctp_find_alternate_net(stcb, asconf->whoTo); in sctp_asconf_timer()
1146 alt = sctp_find_alternate_net(stcb, net); in sctp_shutdown_timer()
1180 alt = sctp_find_alternate_net(stcb, net); in sctp_shutdownack_timer()
H A Dsctp_timer.h37 struct sctp_nets *sctp_find_alternate_net(struct sctp_tcb *,
H A Dsctp_output.c2219 alt = sctp_find_alternate_net(stcb, net); in sctp_lowlevel_chunk_output()
2398 alt = sctp_find_alternate_net(stcb, net); in sctp_lowlevel_chunk_output()
5234 a_net = sctp_find_alternate_net(stcb, net);
6417 chk->whoTo = sctp_find_alternate_net(stcb, stcb->asoc.last_control_chunk_from);
7723 a_chk->whoTo = sctp_find_alternate_net(stcb, asoc->last_data_chunk_from);
H A Dsctp_pcb.c2893 sctp_find_alternate_net(stcb, lnet); in sctp_del_remote_addr()
H A Dsctp_indata.c3110 alt = sctp_find_alternate_net(stcb, tp1->whoTo); in sctp_strike_gap_ack_chunks()