Searched refs:FEAT_UNKNOWN (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/dccp/
H A Dfeat.h30 FEAT_UNKNOWN = 0xFF /* not understood or invalid feature */ enumerator in enum:dccp_feat_type
H A Dfeat.c194 return FEAT_UNKNOWN;
395 if (type == FEAT_UNKNOWN)
1115 if (len == 0 || type == FEAT_UNKNOWN) /* 6.1 and 6.6.8 */
1228 if (is_mandatory && type == FEAT_UNKNOWN)
1327 if (type == FEAT_UNKNOWN) {
/linux-master/tools/lib/bpf/
H A Dfeatures.c570 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) {
H A Dlibbpf_internal.h383 FEAT_UNKNOWN = 0, enumerator in enum:kern_feature_result

Completed in 181 milliseconds