Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h297 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1) macro
H A Dsctp_pcb.c1960 SCTP_INP_INCR_REF(inp); in sctp_pcb_findep()
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()
2747 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2752 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2924 SCTP_INP_INCR_REF(inp); in sctp_inpcb_bind()
[all …]
H A Dsctp_usrreq.c1378 SCTP_INP_INCR_REF(inp); in sctp_do_connect_x()
2341 SCTP_INP_INCR_REF(inp);
2543 SCTP_INP_INCR_REF(inp);
3207 SCTP_INP_INCR_REF(inp);
3321 SCTP_INP_INCR_REF(inp);
4912 SCTP_INP_INCR_REF(inp);
5274 SCTP_INP_INCR_REF(inp);
5799 SCTP_INP_INCR_REF(inp);
6351 SCTP_INP_INCR_REF(inp);
7004 SCTP_INP_INCR_REF(inp);
[all …]
H A Dsctp_sysctl.c427 SCTP_INP_INCR_REF(inp); in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1527 SCTP_INP_INCR_REF(it->inp); in sctp_iterator_work()
2550 SCTP_INP_INCR_REF(inp); in sctp_timer_start()
5386 SCTP_INP_INCR_REF(stcb->sctp_ep); in sctp_user_rcvd()
6690 SCTP_INP_INCR_REF(inp); in sctp_connectx_helper_find()
H A Dsctp_input.c2568 SCTP_INP_INCR_REF((*stcb)->sctp_ep); in sctp_handle_cookie_echo()
2678 SCTP_INP_INCR_REF(inp); in sctp_handle_cookie_echo()
4456 SCTP_INP_INCR_REF(inp); in sctp_process_control()
H A Dsctp_output.c5835 SCTP_INP_INCR_REF(inp); in sctp_send_initiate_ack()
12626 SCTP_INP_INCR_REF(inp); in sctp_lower_sosend()
12655 SCTP_INP_INCR_REF(inp); in sctp_lower_sosend()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c882 SCTP_INP_INCR_REF(inp); in sctp6_connect()