Searched refs:bnep_mc_hash (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dbnep.h174 static inline int bnep_mc_hash(__u8 *addr) function
H A Dcore.c193 set_bit(bnep_mc_hash(s->dev->broadcast), (ulong *) &s->mc_filter);
208 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter);
211 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter);
587 set_bit(bnep_mc_hash(dev->broadcast), (ulong *) &s->mc_filter);
H A Dnetdev.c134 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bluetooth/bnep/
H A Dbnep.h174 static inline int bnep_mc_hash(__u8 *addr) function
H A Dcore.c193 set_bit(bnep_mc_hash(s->dev->broadcast), (ulong *) &s->mc_filter);
208 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter);
211 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter);
587 set_bit(bnep_mc_hash(dev->broadcast), (ulong *) &s->mc_filter);
H A Dnetdev.c134 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))

Completed in 268 milliseconds