Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dccid.c34 bool ccid_support_check(u8 const *ccid_array, u8 array_len) in ccid_support_check() function
H A Dccid.h106 bool ccid_support_check(u8 const *ccid_array, u8 array_len);
H A Dfeat.c734 if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) in __feat_register_sp()
1164 if (feat == DCCPF_CCID && !ccid_support_check(fval.sp.vec, 1)) { in dccp_feat_change_recv()