Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_DONOT_HEARTBEAT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDsctp.h549 #define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x0000000000000004 macro
HDsctp_usrreq.c2443 if (sctp_stcb_is_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
2481 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
5472 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5485 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5582 sctp_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
5584 sctp_feature_on(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT);
HDsctp_pcb.c3772 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { in sctp_add_remote_addr()