Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dmpoa_caches.h62 __be32 latest_ip_addr; /* The src IP address of the last packet */ member
H A Dmpoa_proc.c181 sprintf(ip_string, "%pI4", &eg_entry->latest_ip_addr); in mpc_show()
H A Dmpoa_caches.c403 if (entry->latest_ip_addr == ipaddr) { in eg_cache_get_by_src_ip()
H A Dmpc.c774 eg->latest_ip_addr = ip_hdr(new_skb)->saddr; in mpc_push()