Home
last modified time | relevance | path

Searched refs:NH_DEV_HASHSIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c23 #define NH_DEV_HASHSIZE (1U << NH_DEV_HASHBITS) macro
52 unsigned int mask = NH_DEV_HASHSIZE - 1; in nh_dev_hashfn()
2019 size_t sz = sizeof(struct hlist_head) * NH_DEV_HASHSIZE; in nexthop_net_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c27 #define NH_DEV_HASHSIZE (1U << NH_DEV_HASHBITS) macro
447 unsigned int mask = NH_DEV_HASHSIZE - 1; in nh_dev_hashfn()
3754 size_t sz = sizeof(struct hlist_head) * NH_DEV_HASHSIZE; in nexthop_net_init()

Completed in 11 milliseconds