Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_llatbl.h45 struct llentry;
46 CK_LIST_HEAD(llentries, llentry);
53 struct llentry { struct
54 CK_LIST_ENTRY(llentry) lle_next;
67 void (*lle_free)(struct llentry *); argument
155 typedef int (llt_unlink_entry_t)(struct llentry *);
156 typedef void (llt_mark_used_t)(struct llentry *);
218 size_t llentry_free(struct llentry *);
221 size_t lltable_drop_entry_queue(struct llentry *);
246 static __inline struct llentry *
[all …]
H A Dif_llatbl.c141 struct llentry *lle, *next; in htable_foreach_lle()
242 struct llentry *lle, *next; in htable_prefix_free()
273 struct llentry *lle, *next; in llentries_unlink()
451 llentry_free(struct llentry *lle) in llentry_free()
492 struct llentry *lle, *next; in lltable_free()
525 struct llentry *lle; in lltable_delete_addr()
623 struct llentry *
686 struct llentry *lle, *lle_tmp; in lla_rt_output()
794 struct llentry base;
801 struct llentry *lle; in llatbl_lle_show()
[all …]
H A Dif_infiniband.c224 uint32_t *pflags, struct llentry **plle) in infiniband_resolve_addr()
297 struct llentry *lle = NULL; in infiniband_output()
H A Droute.h54 struct llentry *ro_lle;
H A Dif_ethersubr.c205 uint32_t *pflags, struct llentry **plle) in ether_resolve_addr()
293 struct llentry *lle = NULL; in ether_output()
/f-stack/freebsd/netinet6/
H A Dnd6.c741 struct llentry *ln; in nd6_llinfo_timer()
749 ln = (struct llentry *)arg; in nd6_llinfo_timer()
1195 struct llentry *
1199 struct llentry *ln; in nd6_lookup()
1213 static struct llentry *
1217 struct llentry *ln; in nd6_alloc()
1374 struct llentry *lle; in nd6_is_addr_neighbor()
1405 struct llentry *ln; in nd6_free()
1802 struct llentry *ln; in nd6_ioctl()
2216 struct llentry **plle) in nd6_resolve()
[all …]
H A Dnd6.h46 struct llentry;
367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *);
369 void nd6_llinfo_setstate(struct llentry *lle, int newstate);
375 const struct sockaddr *, u_char *, uint32_t *, struct llentry **);
379 void nd6_grab_holdchain(struct llentry *, struct mbuf **,
H A Din6.c2085 struct llentry base;
2098 struct llentry *lle; in in6_lltable_destroy_lle_unlocked()
2111 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle()
2118 static struct llentry *
2228 in6_lltable_mark_used(struct llentry *lle) in in6_lltable_mark_used()
2269 static inline struct llentry *
2272 struct llentry *lle; in in6_lltable_find_dst()
2300 static struct llentry *
2306 struct llentry *lle; in in6_lltable_alloc()
2347 static struct llentry *
[all …]
H A Din6.h381 struct llentry *ro_lle;
H A Dnd6_rtr.c948 struct llentry *ln = NULL; in defrouter_select_fib()
1810 struct llentry *ln; in find_pfxlist_reachable_router()
H A Dnd6_nbr.c620 struct llentry *ln; in nd6_na_input()
H A Dicmp6.c2427 struct llentry *ln = NULL; in icmp6_redirect_output()
/f-stack/freebsd/netinet/
H A Din.c1246 struct llentry base;
1259 struct llentry *lle; in in_lltable_destroy_lle_unlocked()
1272 in_lltable_mark_used(struct llentry *lle) in in_lltable_mark_used()
1285 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
1292 static struct llentry *
1484 static inline struct llentry *
1487 struct llentry *lle; in in_lltable_find_dst()
1515 static struct llentry *
1520 struct llentry *lle; in in_lltable_alloc()
1565 static struct llentry *
[all …]
H A Dif_ether.h118 struct llentry;
122 struct llentry **plle);
H A Dif_ether.c190 static void arp_mark_lle_reachable(struct llentry *la);
208 struct llentry *lle = (struct llentry *)arg; in arptimer()
475 struct llentry **plle) in arpresolve_full()
477 struct llentry *la = NULL, *la_tmp; in arpresolve_full()
627 struct llentry **plle) in arpresolve()
629 struct llentry *la = NULL; in arpresolve()
797 struct llentry *la = NULL, *la_tmp; in in_arpinput()
1051 struct llentry *lle; in in_arpinput()
1167 int bridged, struct llentry *la) in arp_check_update_lle()
1262 arp_mark_lle_reachable(struct llentry *la) in arp_mark_lle_reachable()
[all …]
H A Din_fib.h38 struct llentry *ro_lle;
H A Dtoecore.c405 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
H A Dsctp_structs.h187 struct llentry *ro_lle;
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h118 struct llentry;
122 struct llentry **plle);
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h46 struct llentry;
367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *);
369 void nd6_llinfo_setstate(struct llentry *lle, int newstate);
375 const struct sockaddr *, u_char *, uint32_t *, struct llentry **);
379 void nd6_grab_holdchain(struct llentry *, struct mbuf **,
H A Din6.h381 struct llentry *ro_lle;
/f-stack/tools/compat/include/net/
H A Droute.h52 struct llentry *ro_lle;