Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Darp.h37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() function
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1352 struct neighbour *n = __ipv4_neigh_lookup(dev, (__force u32)ip_addr); in ofdpa_port_ipv4_resolve()
/openbmc/linux/net/ipv4/
H A Droute.c784 n = __ipv4_neigh_lookup(rt->dst.dev, (__force u32)new_gw); in __ip_do_redirect()