Home
last modified time | relevance | path

Searched refs:bnep_mc_hash (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bluetooth/bnep/
H A Dbnep.h168 static inline int bnep_mc_hash(__u8 *addr) in bnep_mc_hash() function
H A Dcore.c174 set_bit(bnep_mc_hash(s->dev->broadcast), (ulong *) &s->mc_filter); in bnep_ctrl_set_mcfilter()
188 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter); in bnep_ctrl_set_mcfilter()
195 set_bit(bnep_mc_hash(a1), (ulong *) &s->mc_filter); in bnep_ctrl_set_mcfilter()
H A Dnetdev.c126 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter)) in bnep_net_mc_filter()