Searched refs:rt_llinfo_free (Results 1 – 4 of 4) sorted by relevance
219 void (*rt_llinfo_free)(void *); /* link level info free function */ member
1264 if (rt->rt_llinfo_free != NULL) { in rtfree_common()1265 (*rt->rt_llinfo_free)(rt->rt_llinfo); in rtfree_common()
985 rt->rt_llinfo_free = arp_llinfo_free; in arp_rtrequest()
2818 rt->rt_llinfo_free = nd6_llinfo_free; in nd6_rtrequest()