Home
last modified time | relevance | path

Searched refs:sctp_send_hb (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.h146 void sctp_send_hb(struct sctp_tcb *, struct sctp_nets *, int);
H A Dsctp_timer.c113 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_threshold_management()
871 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_t3rxt_timer()
1468 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_heartbeat_timer()
H A Dsctp_usrreq.c5363 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
5408 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
5453 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
6413 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
6444 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
H A Dsctp_input.c852 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_start_net_timers()
3276 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in process_chunk_drop()
H A Dsctp_asconf.c275 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_add_ip()
H A Dsctp_output.c11259 sctp_send_hb(struct sctp_tcb *stcb, struct sctp_nets *net, int so_locked) in sctp_send_hb() function