Searched refs:sctp_is_feature_off (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_var.h51 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
H A Dsctp_indata.c187 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) &&
188 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) &&
189 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) {
H A Dsctp_usrreq.c1351 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
2471 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
2476 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) {
7024 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
H A Dsctp_output.c6731 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
13317 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
13334 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
13596 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
13612 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
H A Dsctp_pcb.c1873 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
4237 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) ||
5568 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
H A Dsctputil.c6510 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) &&
6511 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) &&
6512 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) ||
H A Dsctp_asconf.c1904 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {

Completed in 212 milliseconds