Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dping.c69 static inline struct hlist_head *ping_hashslot(struct ping_table *table, in ping_hashslot() function
91 hlist = ping_hashslot(&ping_table, net, result); in ping_get_port()
110 hlist = ping_hashslot(&ping_table, net, ident); in ping_get_port()
162 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup()