Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c2455 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_inp() local
2512 starting_point = inp->next_addr_touse; in sctp_choose_boundspecific_inp()
2540 inp->next_addr_touse = starting_point; in sctp_choose_boundspecific_inp()
2588 struct sctp_laddr *laddr, *starting_point; in sctp_choose_boundspecific_stcb() local
2687 starting_point = stcb->asoc.last_used_address; in sctp_choose_boundspecific_stcb()
2724 stcb->asoc.last_used_address = starting_point; in sctp_choose_boundspecific_stcb()