Searched refs:accept_all (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | core.c | 91 static unsigned int accept_all(void *priv, in accept_all() function 99 .hook = accept_all, 442 WRITE_ONCE(old->hooks[i].hook, accept_all); in nf_remove_net_hook()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | core.c | 91 static unsigned int accept_all(void *priv, in accept_all() function 99 .hook = accept_all, 480 WRITE_ONCE(old->hooks[i].hook, accept_all); in nf_remove_net_hook()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 9749 static void tg3_set_multi(struct tg3 *tp, unsigned int accept_all) in tg3_set_multi() argument 9752 tw32(MAC_HASH_REG_0, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9753 tw32(MAC_HASH_REG_1, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9754 tw32(MAC_HASH_REG_2, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9755 tw32(MAC_HASH_REG_3, accept_all ? 0xffffffff : 0); in tg3_set_multi()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 9734 static void tg3_set_multi(struct tg3 *tp, unsigned int accept_all) in tg3_set_multi() argument 9737 tw32(MAC_HASH_REG_0, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9738 tw32(MAC_HASH_REG_1, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9739 tw32(MAC_HASH_REG_2, accept_all ? 0xffffffff : 0); in tg3_set_multi() 9740 tw32(MAC_HASH_REG_3, accept_all ? 0xffffffff : 0); in tg3_set_multi()
|
Completed in 37 milliseconds