Home
last modified time | relevance | path

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

/Linux-v5.10/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()
1087 table = lec_arp_find(priv, dst_mac); in lane2_resolve()
1171 struct lec_arp_table *entry = lec_arp_find(priv, mac_addr); in lane2_associate_ind()
1516 static struct lec_arp_table *lec_arp_find(struct lec_priv *priv, in lec_arp_find() function
1719 entry = lec_arp_find(priv, mac_to_find); in lec_arp_resolve()
1836 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
1848 tmp = lec_arp_find(priv, mac_addr); in lec_arp_update()
1877 entry = lec_arp_find(priv, mac_addr); in lec_arp_update()
[all …]