Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.c1825 SCTP_INP_INCR_REF(inp); in sctp_pcb_findep()
2599 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2604 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2609 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2614 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2619 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2624 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2631 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2636 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
2641 SCTP_INP_INCR_REF(new_inp); in sctp_move_pcb_and_assoc()
[all …]
H A Dsctp_lock_bsd.h311 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1) macro
H A Dsctp_usrreq.c1370 SCTP_INP_INCR_REF(inp); in sctp_do_connect_x()
2334 SCTP_INP_INCR_REF(inp);
2536 SCTP_INP_INCR_REF(inp);
3200 SCTP_INP_INCR_REF(inp);
3314 SCTP_INP_INCR_REF(inp);
4901 SCTP_INP_INCR_REF(inp);
5243 SCTP_INP_INCR_REF(inp);
5776 SCTP_INP_INCR_REF(inp);
6328 SCTP_INP_INCR_REF(inp);
6500 SCTP_INP_INCR_REF(inp);
[all …]
H A Dsctp_sysctl.c455 SCTP_INP_INCR_REF(inp); in sctp_sysctl_handle_assoclist()
H A Dsctputil.c1534 SCTP_INP_INCR_REF(it->inp); in sctp_iterator_work()
2567 SCTP_INP_INCR_REF(inp); in sctp_timer_start()
5445 SCTP_INP_INCR_REF(stcb->sctp_ep); in sctp_user_rcvd()
6747 SCTP_INP_INCR_REF(inp); in sctp_connectx_helper_find()
H A Dsctp_input.c2519 SCTP_INP_INCR_REF((*stcb)->sctp_ep); in sctp_handle_cookie_echo()
2632 SCTP_INP_INCR_REF(inp); in sctp_handle_cookie_echo()
4409 SCTP_INP_INCR_REF(inp); in sctp_process_control()
H A Dsctp_output.c5882 SCTP_INP_INCR_REF(inp); in sctp_send_initiate_ack()
12725 SCTP_INP_INCR_REF(inp); in sctp_lower_sosend()
12760 SCTP_INP_INCR_REF(inp); in sctp_lower_sosend()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c848 SCTP_INP_INCR_REF(inp); in sctp6_connect()