Searched refs:rehash (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/ipv4/
H A Ddatagram.c68 if (sk->sk_prot->rehash)
69 sk->sk_prot->rehash(sk);
H A Dudplite.c60 .rehash = udp_v4_rehash,
H A Dudp.c1931 if (sk->sk_prot->rehash &&
1933 sk->sk_prot->rehash(sk);
1983 * inet_rcv_saddr was changed, we must rehash secondary hash
2937 .rehash = udp_v4_rehash,
/linux-master/net/ipv6/
H A Dudplite.c59 .rehash = udp_v6_rehash,
H A Ddatagram.c109 if (sk->sk_prot->rehash)
110 sk->sk_prot->rehash(sk);
214 if (sk->sk_prot->rehash)
215 sk->sk_prot->rehash(sk);
H A Dudp.c1768 .rehash = udp_v6_rehash,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c157 } rehash; member in struct:mlxsw_sp_acl_tcam_vregion
702 mlxsw_core_schedule_dw(&vregion->rehash.dw,
715 rehash.dw.work);
723 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0);
734 * under rehash migration, we have to reset the ventry pointers
737 if (vregion->rehash.ctx.current_vchunk == vchunk) {
738 vregion->rehash.ctx.start_ventry = NULL;
739 vregion->rehash.ctx.stop_ventry = NULL;
750 vregion->rehash.ctx.current_vchunk = NULL;
794 /* Create the delayed work for vregion periodic rehash */
[all...]
/linux-master/fs/afs/
H A Ddir.c1850 if (op->rename.rehash) {
1851 d_rehash(op->rename.rehash);
1852 op->rename.rehash = NULL;
1903 if (op->rename.rehash)
1904 d_rehash(op->rename.rehash);
1980 op->rename.rehash = new_dentry;
2001 op->rename.rehash = NULL;
H A Dinternal.h904 struct dentry *rehash; member in struct:afs_operation::__anon131::__anon135
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c276 static void enetc_sync_vlan_ht_filter(struct enetc_pf *pf, bool rehash) argument
280 if (rehash) {
/linux-master/net/core/
H A Dsock.c645 if (sk->sk_prot->rehash)
646 sk->sk_prot->rehash(sk);
/linux-master/include/net/
H A Dsock.h1250 void (*rehash)(struct sock *sk); member in struct:proto

Completed in 329 milliseconds