Searched refs:accept_all (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/netfilter/
H A Dcore.c91 static unsigned int accept_all(void *priv, function
99 .hook = accept_all,
480 WRITE_ONCE(old->hooks[i].hook, accept_all);
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c9803 static void tg3_set_multi(struct tg3 *tp, unsigned int accept_all) argument
9806 tw32(MAC_HASH_REG_0, accept_all ? 0xffffffff : 0);
9807 tw32(MAC_HASH_REG_1, accept_all ? 0xffffffff : 0);
9808 tw32(MAC_HASH_REG_2, accept_all ? 0xffffffff : 0);
9809 tw32(MAC_HASH_REG_3, accept_all ? 0xffffffff : 0);

Completed in 134 milliseconds