Home
last modified time | relevance | path

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

/Linux-v4.19/net/atm/
Dlec.c66 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv,
376 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
638 entry = lec_arp_find(priv, src); in lec_push()
1090 table = lec_arp_find(priv, dst_mac); in lane2_resolve()
1174 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr); in lane2_associate_ind()
1526 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find() function
1731 entry = lec_arp_find(priv, mac_to_find); in lec_arp_resolve()
1848 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
1860 tmp = lec_arp_find(priv, mac_addr); in lec_arp_update()
1889 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
[all …]