Searched refs:a2 (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ |
D | xt_policy.c | 26 const union nf_inet_addr *a2, unsigned short family) in xt_addr_cmp() argument 30 return ((a1->ip ^ a2->ip) & m->ip) == 0; in xt_addr_cmp() 32 return ipv6_masked_addr_cmp(&a1->in6, &m->in6, &a2->in6) == 0; in xt_addr_cmp()
|
/net/sched/ |
D | sch_netem.c | 132 u32 a2; /* p31 for 4-states or r for GE */ member 237 else if (clg->a3 < rnd && rnd < clg->a2 + clg->a3) { in loss_4state() 239 } else if (clg->a2 + clg->a3 < rnd) { in loss_4state() 274 if (prandom_u32() < clg->a2) in loss_gilb_ell() 800 q->clg.a2 = gi->p31; in get_loss_clg() 818 q->clg.a2 = ge->r; in get_loss_clg() 989 .p31 = q->clg.a2, in dump_loss_model() 1002 .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 | 249 const u8 a2[7], u8 mackey[16], u8 ltk[16]) in smp_f5() 266 SMP_DBG("a1 %7phN a2 %7phN", a1, a2); in smp_f5() 275 memcpy(m + 2, a2, 7); in smp_f5() 302 const u8 io_cap[3], const u8 a1[7], const u8 a2[7], in smp_f6() 310 SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2); in smp_f6() 312 memcpy(m, a2, 7); in smp_f6() 3623 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; in test_f5() local 3633 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, mackey, ltk); in test_f5() 3662 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; in test_f6() local 3669 err = smp_f6(tfm_cmac, w, n1, n2, r, io_cap, a1, a2, res); in test_f6()
|
/net/ipv4/ |
D | inet_diag.c | 471 static int bitstring_match(const __be32 *a1, const __be32 *a2, int bits) in bitstring_match() argument 478 if (memcmp(a1, a2, words << 2)) in bitstring_match() 486 w2 = a2[words]; in bitstring_match()
|