Lines Matching refs:sctp_is_feature_on

1228 						if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) {
1391 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4))
1414 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4))
1666 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT);
1669 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4);
1674 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTO_ASCONF);
1682 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXPLICIT_EOR);
1685 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY);
1688 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO);
1691 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))
1738 *value = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE);
1756 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_FRAG_INTERLEAVE)) {
1757 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_INTERLEAVE_STRMS)) {
2151 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT))
2154 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVASSOCEVNT))
2157 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVPADDREVNT))
2160 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVSENDFAILEVNT))
2163 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVPEERERR))
2166 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVSHUTDOWNEVNT))
2169 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PDAPIEVNT))
2172 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_ADAPTATIONEVNT))
2175 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTHEVNT))
2178 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_DRYEVNT))
2181 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_STREAM_RESETEVNT))
2235 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) {
2283 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) {
2310 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NEEDS_MAPPED_V4)) &&
3021 event->se_on = sctp_is_feature_on(inp, event_type);
3043 onoff = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO);
3062 onoff = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO);
6080 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) {
6179 if ((sctp_is_feature_on(inp, SCTP_PCB_FLAGS_PORTREUSE)) &&