Home
last modified time | relevance | path

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

/net/dccp/
Dfeat.c618 static u8 dccp_feat_sp_list_ok(u8 feat_num, u8 const *sp_list, u8 sp_len) in dccp_feat_sp_list_ok() argument
620 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() argument
731 !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()