Home
last modified time | relevance | path

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

/net/dccp/
Dfeat.h33 FEAT_UNKNOWN = 0xFF /* not understood or invalid feature */ enumerator
Dfeat.c197 return FEAT_UNKNOWN; in dccp_feat_type()
398 if (type == FEAT_UNKNOWN) in dccp_feat_clone_entry()
1105 if (len == 0 || type == FEAT_UNKNOWN) /* 6.1 and 6.6.8 */ in dccp_feat_change_recv()
1218 if (is_mandatory && type == FEAT_UNKNOWN) in dccp_feat_confirm_recv()
1317 if (type == FEAT_UNKNOWN) { in dccp_feat_handle_nn_established()