Searched refs:sctp_is_feature_off (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | sctp_var.h | 49 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
|
| HD | sctp_indata.c | 214 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_build_ctl_nchunk() 215 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_build_ctl_nchunk() 216 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_build_ctl_nchunk()
|
| HD | sctp_usrreq.c | 1430 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_do_connect_x() 2507 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { 2512 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) { 6895 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
|
| HD | sctp_pcb.c | 1872 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { in sctp_swap_inpcb_for_listen() 4193 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) || in sctp_aloc_assoc() 5582 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_del_local_addr_restricted()
|
| HD | sctp_output.c | 6710 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_sendall_iterator() 13168 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend() 13185 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend() 13444 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend() 13460 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
|
| HD | sctputil.c | 6309 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_soreceive() 6310 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_soreceive() 6311 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) || in sctp_soreceive()
|
| HD | sctp_asconf.c | 1876 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc()
|