Searched refs:sctp_is_feature_off (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_var.h | 50 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
|
| H A D | sctp_indata.c | 184 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_build_ctl_nchunk() 185 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_build_ctl_nchunk() 186 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_build_ctl_nchunk()
|
| H A D | sctp_usrreq.c | 1364 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_do_connect_x() 2482 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { 2487 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) { 7034 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
|
| H A D | sctp_pcb.c | 1848 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { in sctp_swap_inpcb_for_listen() 4188 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) || in sctp_aloc_assoc() 5510 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_del_local_addr_restricted()
|
| H A D | sctp_output.c | 6731 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_sendall_iterator() 13312 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend() 13328 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend() 13595 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend() 13611 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
|
| H A D | sctputil.c | 6505 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_soreceive() 6506 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_soreceive() 6507 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) || in sctp_soreceive()
|
| H A D | sctp_asconf.c | 1894 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc()
|