ccid_support_check 106 net/dccp/ccid.h bool ccid_support_check(u8 const *ccid_array, u8 array_len); ccid_support_check 730 net/dccp/feat.c if (feat == DCCPF_CCID && !ccid_support_check(sp_val, sp_len)) ccid_support_check 1154 net/dccp/feat.c if (feat == DCCPF_CCID && !ccid_support_check(fval.sp.vec, 1)) {