Home
last modified time | relevance | path

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

/Linux-v5.4/net/atm/
Dlec.c67 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
377 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
639 entry = lec_arp_find(priv, src); in lec_push()
1093 table = lec_arp_find(priv, dst_mac); in lane2_resolve()
1177 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr); in lane2_associate_ind()
1529 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find() function
1734 entry = lec_arp_find(priv, mac_to_find); in lec_arp_resolve()
1851 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
1863 tmp = lec_arp_find(priv, mac_addr); in lec_arp_update()
1892 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
[all …]