Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c160 } rehash; member
705 mlxsw_core_schedule_dw(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_rehash_work_schedule()
718 rehash.dw.work); in mlxsw_sp_acl_tcam_vregion_rehash_work()
728 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_vregion_rehash_work()
753 if (vregion->rehash.ctx.current_vchunk == vchunk) { in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()
754 vregion->rehash.ctx.start_ventry = NULL; in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()
755 vregion->rehash.ctx.stop_ventry = NULL; in mlxsw_sp_acl_tcam_rehash_ctx_vchunk_changed()
766 mlxsw_sp_acl_tcam_rehash_ctx_vchunk_reset(&vregion->rehash.ctx); in mlxsw_sp_acl_tcam_rehash_ctx_vregion_changed()
811 INIT_DELAYED_WORK(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_create()
839 struct mlxsw_sp_acl_tcam_rehash_ctx *ctx = &vregion->rehash.ctx; in mlxsw_sp_acl_tcam_vregion_destroy()
[all …]
/linux/net/ipv4/
H A Ddatagram.c72 if (sk->sk_prot->rehash) in __ip4_datagram_connect()
73 sk->sk_prot->rehash(sk); in __ip4_datagram_connect()
H A Dudp.c2165 if (sk->sk_prot->rehash && in __udp_disconnect()
2167 sk->sk_prot->rehash(sk); in __udp_disconnect()
3120 .rehash = udp_v4_rehash,
/linux/Documentation/networking/devlink/
H A Dmlxsw.rst35 ``0`` disables periodic work entirely. The first rehash will be run
/linux/net/ipv6/
H A Ddatagram.c110 if (sk->sk_prot->rehash) in ip6_datagram_dst_update()
111 sk->sk_prot->rehash(sk); in ip6_datagram_dst_update()
215 if (sk->sk_prot->rehash) in __ip6_datagram_connect()
216 sk->sk_prot->rehash(sk); in __ip6_datagram_connect()
/linux/fs/smb/client/
H A Dinode.c1947 bool rehash = false; in __cifs_unlink() local
1958 rehash = true; in __cifs_unlink()
2084 if (rehash) in __cifs_unlink()
2504 bool rehash = false; local
2527 rehash = true;
2574 rehash = false;
2666 rehash = false;
2674 if (rehash)
/linux/include/net/
H A Dsock.h1341 void (*rehash)(struct sock *sk); member