Lines Matching refs:dbits
464 u8 *dbits, u8 *sbits)
468 *dbits = net->xfrm.policy_bydst[dir].dbits4;
473 *dbits = net->xfrm.policy_bydst[dir].dbits6;
478 *dbits = 0;
489 u8 dbits;
492 __get_hash_thresh(net, family, dir, &dbits, &sbits);
493 hash = __sel_hash(sel, family, hmask, dbits, sbits);
509 u8 dbits;
512 __get_hash_thresh(net, family, dir, &dbits, &sbits);
513 hash = __addr_hash(daddr, saddr, family, hmask, dbits, sbits);
528 u8 dbits;
535 __get_hash_thresh(net, pol->family, dir, &dbits, &sbits);
537 pol->family, nhashmask, dbits, sbits);
1256 u8 dbits, sbits;
1264 dbits = rbits4;
1267 dbits = rbits6;
1272 dbits = lbits4;
1275 dbits = lbits6;
1280 if (policy->selector.prefixlen_d < dbits ||