Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dfeat.c189 static u8 dccp_feat_type(u8 feat_num) in dccp_feat_type() function
256 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 …]
H A Dfeat.h25 enum dccp_feat_type { enum