Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c2458 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_inp() local
2515 starting_point = inp->next_addr_touse; in sctp_choose_boundspecific_inp()
2543 inp->next_addr_touse = starting_point; in sctp_choose_boundspecific_inp()
2591 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_stcb() local
2690 starting_point = stcb->asoc.last_used_address; in sctp_choose_boundspecific_stcb()
2727 stcb->asoc.last_used_address = starting_point; in sctp_choose_boundspecific_stcb()