Searched refs:dccp_feat_type (Results 1 – 2 of 2) sorted by relevance
130 enum dccp_feat_type rxtx; /* RX or TX */131 enum dccp_feat_type reconciliation; /* SP or NN */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()393 u8 type = dccp_feat_type(original->feat_num); in dccp_feat_clone_entry()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()[all …]
25 enum dccp_feat_type { enum