Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.h145 void sctp_send_hb(struct sctp_tcb *, struct sctp_nets *, int);
H A Dsctp_timer.c112 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_threshold_management()
867 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_t3rxt_timer()
1461 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_heartbeat_timer()
H A Dsctp_usrreq.c5333 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
5380 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
5425 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
6390 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
6421 sctp_send_hb(stcb, net, SCTP_SO_LOCKED);
H A Dsctp_input.c821 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_start_net_timers()
3235 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in process_chunk_drop()
H A Dsctp_asconf.c272 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_add_ip()
H A Dsctp_output.c11371 sctp_send_hb(struct sctp_tcb *stcb, struct sctp_nets *net, int so_locked) in sctp_send_hb() function