Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_output.h115 void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *, int addr_locked);
HDsctp_asconf.c1842 sctp_send_asconf(stcb, net, SCTP_ADDR_NOT_LOCKED); in sctp_handle_asconf_ack()
2013 sctp_send_asconf(stcb, NULL, addr_locked); in sctp_addr_mgmt_assoc()
2255 sctp_send_asconf(stcb, NULL, SCTP_ADDR_NOT_LOCKED); in sctp_asconf_iterator_stcb()
2312 sctp_send_asconf(stcb, NULL, SCTP_ADDR_NOT_LOCKED); in sctp_set_primary_ip_address_sa()
2868 sctp_send_asconf(stcb, NULL, SCTP_ADDR_NOT_LOCKED); in sctp_process_initack_addresses()
3472 sctp_send_asconf(stcb, net, SCTP_ADDR_NOT_LOCKED); in sctp_asconf_send_nat_state_update()
HDsctp_timer.c1187 sctp_send_asconf(stcb, net, SCTP_ADDR_NOT_LOCKED); in sctp_asconf_timer()
1269 sctp_send_asconf(stcb, alt, SCTP_ADDR_NOT_LOCKED); in sctp_asconf_timer()
HDsctp_input.c2834 sctp_send_asconf(stcb, stcb->asoc.primary_destination, in sctp_handle_cookie_ack()
HDsctp_output.c9316 sctp_send_asconf(struct sctp_tcb *stcb, struct sctp_nets *net, int addr_locked) in sctp_send_asconf() function