Searched refs:hash_dst (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/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() 569 h1 = hash_dst(dst, pinfo ? pinfo->protocol : 0, pinfo ? pinfo->tunnelid : 0); in rsvp_change()
|
/Linux-v5.4/net/netfilter/ |
D | xt_hashlimit.c | 183 hash_dst(const struct xt_hashlimit_htable *ht, const struct dsthash_dst *dst) in hash_dst() function 202 u_int32_t hash = hash_dst(ht, dst); in dsthash_find() 251 hlist_add_head_rcu(&ent->node, &ht->hash[hash_dst(ht, dst)]); in dsthash_alloc_init()
|