Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dping.c72 static inline struct hlist_head *ping_hashslot(struct ping_table *table, in ping_hashslot() function
93 hlist = ping_hashslot(&ping_table, sock_net(sk), in ping_get_port()
111 hlist = ping_hashslot(&ping_table, sock_net(sk), ident); in ping_get_port()
169 struct hlist_head *hslot = ping_hashslot(&ping_table, net, ident); in ping_lookup()