Searched refs:sp_len (Results 1 – 1 of 1) sorted by relevance
618 static u8 dccp_feat_sp_list_ok(u8 feat_num, u8 const *sp_list, u8 sp_len) in dccp_feat_sp_list_ok() argument620 if (sp_list == NULL || sp_len < 1) in dccp_feat_sp_list_ok()622 while (sp_len--) in dccp_feat_sp_list_ok()726 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument731 !dccp_feat_sp_list_ok(feat, sp_val, sp_len)) in __feat_register_sp()735 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp()738 if (dccp_feat_clone_sp_val(&fval, sp_val, sp_len)) in __feat_register_sp()