DCCPF_RESERVED    173 net/dccp/feat.c 	if (feat_num > DCCPF_RESERVED && feat_num <= DCCPF_DATA_CHECKSUM)
DCCPF_RESERVED    214 net/dccp/feat.c 		[DCCPF_RESERVED]	= "Reserved",
DCCPF_RESERVED    226 net/dccp/feat.c 		return feature_names[DCCPF_RESERVED];
DCCPF_RESERVED    947 net/dccp/feat.c 	for (i = 0; rc == 0 && table[i].dependent_feat != DCCPF_RESERVED; i++)