Searched refs:hash_dst (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/sched/ |
D | cls_rsvp.h | 99 static inline unsigned int hash_dst(__be32 *dst, u8 protocol, u8 tunnelid) in hash_dst() function 167 h1 = hash_dst(dst, protocol, tunnelid); in rsvp_classify() 566 h1 = hash_dst(dst, pinfo ? pinfo->protocol : 0, pinfo ? pinfo->tunnelid : 0); in rsvp_change()
|
/linux-6.1.9/net/netfilter/ |
D | xt_hashlimit.c | 184 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst() function 203 u_int32_t hash = hash_dst(ht, dst); in dsthash_find() 252 hlist_add_head_rcu(&ent->node, &ht->hash[hash_dst(ht, dst)]); in dsthash_alloc_init()
|