Searched defs:sp_val (Results 1 - 1 of 1) sorted by relevance

/net/dccp/
H A Dfeat.c722 * @sp_val: SP value followed by optional preference list
723 * @sp_len: length of @sp_val in bytes
726 u8 mandatory, u8 const *sp_val, u8 sp_len)
731 !dccp_feat_sp_list_ok(feat, sp_val, sp_len))
735 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len))
738 if (dccp_feat_clone_sp_val(&fval, sp_val, sp_len))
725 __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, u8 mandatory, u8 const *sp_val, u8 sp_len) argument

Completed in 47 milliseconds