Searched refs:sctp_is_feature_off (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 55 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
|
D | sctp_usrreq.c | 1931 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { 3103 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) { 3108 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) { 7981 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { 8148 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
|
D | sctp_indata.c | 196 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_build_ctl_nchunk() 197 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_build_ctl_nchunk() 198 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_build_ctl_nchunk()
|
D | sctp_pcb.c | 2203 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { 4937 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) || 6311 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
|
D | sctp_output.c | 7291 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && 14385 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && 14402 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) 14692 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && 14708 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
|
D | sctputil.c | 7226 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && 7227 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && 7228 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) ||
|
D | sctp_asconf.c | 1931 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc()
|