Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dcore.c88 static unsigned int accept_all(void *priv, in nf_hook_entries_free()
96 .hook = accept_all, in accept_all()
477 WRITE_ONCE(old->hooks[i].hook, accept_all); in nf_remove_net_hook()
91 static unsigned int accept_all(void *priv, accept_all() function
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c9811 static void tg3_set_multi(struct tg3 *tp, unsigned int accept_all) in tg3_set_multi() argument
9814 tw32(MAC_HASH_REG_0, accept_all ? 0xffffffff : 0); in tg3_set_multi()
9815 tw32(MAC_HASH_REG_1, accept_all ? 0xffffffff : 0); in tg3_set_multi()
9816 tw32(MAC_HASH_REG_2, accept_all ? 0xffffffff : 0); in tg3_set_multi()
9817 tw32(MAC_HASH_REG_3, accept_all ? 0xffffffff : 0); in tg3_set_multi()