Searched refs:old_inp (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.h162 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp,
H A Dsctp_pcb.c2667 sctp_move_pcb_and_assoc(struct sctp_inpcb *old_inp, struct sctp_inpcb *new_inp, argument
2678 SCTP_INP_WLOCK(old_inp);
2684 old_inp->sctp_ep.time_of_secret_change;
2685 memcpy(new_inp->sctp_ep.secret_key, old_inp->sctp_ep.secret_key,
2686 sizeof(old_inp->sctp_ep.secret_key));
2688 old_inp->sctp_ep.current_secret_number;
2690 old_inp->sctp_ep.last_secret_number;
2691 new_inp->sctp_ep.size_of_a_cookie = old_inp->sctp_ep.size_of_a_cookie;
2698 lport = new_inp->sctp_lport = old_inp->sctp_lport;
2739 /* Subset bound, so copy in the laddr list from the old_inp */
[all...]
H A Dsctputil.c4267 sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp, argument
4282 old_so = old_inp->sctp_socket;
4299 SCTP_INP_READ_LOCK(old_inp);
4300 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) {
4304 TAILQ_REMOVE(&old_inp->read_queue, control, next);
4319 SCTP_INP_READ_UNLOCK(old_inp);

Completed in 89 milliseconds