Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.c2626 SCTP_INP_WLOCK(new_inp); in sctp_move_pcb_and_assoc()
2642 stcb->sctp_ep = new_inp; in sctp_move_pcb_and_assoc()
2682 SCTP_HASH_FREE(new_inp->sctp_tcbhash, new_inp->sctp_hashmark); in sctp_move_pcb_and_assoc()
2705 new_inp->laddr_count++; in sctp_move_pcb_and_assoc()
2715 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2720 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2725 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2730 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2735 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2740 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
[all …]
H A Dsctputil.h157 struct sctp_inpcb *new_inp,
H A Dsctputil.c4734 struct sctp_inpcb *new_inp, in sctp_pull_off_control_to_new_inp() argument
4749 new_so = new_inp->sctp_socket; in sctp_pull_off_control_to_new_inp()
4790 SCTP_INP_READ_LOCK(new_inp); in sctp_pull_off_control_to_new_inp()
4792 TAILQ_INSERT_TAIL(&new_inp->read_queue, control, next); in sctp_pull_off_control_to_new_inp()
4805 SCTP_INP_READ_UNLOCK(new_inp); in sctp_pull_off_control_to_new_inp()