Searched refs:a2 (Results 1 – 7 of 7) sorted by relevance
/net/rds/ |
D | threads.c | 273 const __be64 *a1, *a2; in rds_addr_cmp() local 277 a2 = (__be64 *)addr2; in rds_addr_cmp() 279 if (*a1 != *a2) { in rds_addr_cmp() 280 if (be64_to_cpu(*a1) < be64_to_cpu(*a2)) in rds_addr_cmp() 286 y = be64_to_cpu(*++a2); in rds_addr_cmp()
|
D | rds.h | 1004 int rds_addr_cmp(const struct in6_addr *a1, const struct in6_addr *a2);
|
/net/netfilter/ |
D | xt_policy.c | 23 const union nf_inet_addr *a2, unsigned short family) in xt_addr_cmp() argument 27 return ((a1->ip ^ a2->ip) & m->ip) == 0; in xt_addr_cmp() 29 return ipv6_masked_addr_cmp(&a1->in6, &m->in6, &a2->in6) == 0; in xt_addr_cmp()
|
/net/sched/ |
D | sch_netem.c | 134 u32 a2; /* p31 for 4-states or r for GE */ member 240 else if (clg->a3 < rnd && rnd < clg->a2 + clg->a3) { in loss_4state() 242 } else if (clg->a2 + clg->a3 < rnd) { in loss_4state() 277 if (prandom_u32() < clg->a2) in loss_gilb_ell() 880 q->clg.a2 = gi->p31; in get_loss_clg() 898 q->clg.a2 = ge->r; in get_loss_clg() 1101 .p31 = q->clg.a2, in dump_loss_model() 1114 .r = q->clg.a2, in dump_loss_model()
|
/net/bluetooth/bnep/ |
D | core.c | 178 u8 a1[6], *a2; in bnep_ctrl_set_mcfilter() local 182 a2 = data; in bnep_ctrl_set_mcfilter() 185 BT_DBG("mc filter %pMR -> %pMR", a1, a2); in bnep_ctrl_set_mcfilter() 189 while (memcmp(a1, a2, 6) < 0 && s->mc_filter != ~0LL) { in bnep_ctrl_set_mcfilter()
|
/net/bluetooth/ |
D | smp.c | 233 const u8 a2[7], u8 mackey[16], u8 ltk[16]) in smp_f5() 250 SMP_DBG("a1 %7phN a2 %7phN", a1, a2); in smp_f5() 259 memcpy(m + 2, a2, 7); in smp_f5() 286 const u8 io_cap[3], const u8 a1[7], const u8 a2[7], in smp_f6() 294 SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2); in smp_f6() 296 memcpy(m, a2, 7); in smp_f6() 3614 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; in test_f5() local 3624 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5() 3653 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; in test_f6() local 3660 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
|
/net/ipv4/ |
D | inet_diag.c | 627 static int bitstring_match(const __be32 *a1, const __be32 *a2, int bits) in bitstring_match() argument 634 if (memcmp(a1, a2, words << 2)) in bitstring_match() 642 w2 = a2[words]; in bitstring_match()
|