Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp.h547 #define SCTP_PCB_FLAGS_AUTOCLOSE 0x0000000000000200 macro
Dsctp_timer.c1524 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_autoclose_timer()
Dsctp_input.c1640 (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) { in sctp_process_cookie_existing()
1749 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_existing()
2350 sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_process_cookie_new()
2975 sctp_is_feature_on(stcb->sctp_ep, SCTP_PCB_FLAGS_AUTOCLOSE)) { in sctp_handle_cookie_ack()
Dsctp_usrreq.c1656 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))
3831 set_opt = SCTP_PCB_FLAGS_AUTOCLOSE;