Searched refs:dccp_feat_type (Results 1 – 2 of 2) sorted by relevance
189 static u8 dccp_feat_type(u8 feat_num) in dccp_feat_type() function256 u8 i, type = dccp_feat_type(feat_num); in dccp_feat_printval()271 u8 type = dccp_feat_type(feat_num); in dccp_feat_printvals()384 if (dccp_feat_type(feat_num) == FEAT_SP) in dccp_feat_val_destructor()644 type = dccp_feat_type(pos->feat_num); in dccp_feat_insert_opts()704 if (dccp_feat_type(feat) != FEAT_NN || in __feat_register_nn()729 if (dccp_feat_type(feat) != FEAT_SP || in __feat_register_sp()761 if (dccp_feat_type(feat) != FEAT_SP) in dccp_feat_register_sp()777 if (dccp_feat_type(feat) == FEAT_NN) { in dccp_feat_nn_get()814 if (dccp_feat_type(feat) != FEAT_NN || in dccp_feat_signal_nn_change()[all …]
25 enum dccp_feat_type { enum