Searched refs:SCTP_PCB_FLAGS_AUTOCLOSE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp.h553 #define SCTP_PCB_FLAGS_AUTOCLOSE 0x0000000000000200 macro
H A Dsctp_input.c1593 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) {
1703 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) {
2247 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) {
2864 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) {
H A Dsctp_timer.c1535 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) {
H A Dsctp_usrreq.c1563 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))
3795 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;

Completed in 281 milliseconds