Home
last modified time | relevance | path

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

/linux-6.12.1/net/dccp/
Dfeat.h30 FEAT_UNKNOWN = 0xFF /* not understood or invalid feature */ enumerator
Dfeat.c194 return FEAT_UNKNOWN; in dccp_feat_type()
395 if (type == FEAT_UNKNOWN) in dccp_feat_clone_entry()
1115 if (len == 0 || type == FEAT_UNKNOWN) /* 6.1 and 6.6.8 */ in dccp_feat_change_recv()
1228 if (is_mandatory && type == FEAT_UNKNOWN) in dccp_feat_confirm_recv()
1327 if (type == FEAT_UNKNOWN) { in dccp_feat_handle_nn_established()
/linux-6.12.1/tools/lib/bpf/
Dfeatures.c600 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) { in feat_supported()
Dlibbpf_internal.h386 FEAT_UNKNOWN = 0, enumerator