Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dif.c126 static struct ifnet_array *ifnet_array_alloc(int);
127 static void ifnet_array_free(struct ifnet_array *);
128 static struct ifnet_array *ifnet_array_add(struct ifnet *,
129 const struct ifnet_array *);
130 static struct ifnet_array *ifnet_array_del(struct ifnet *,
131 const struct ifnet_array *);
185 static struct ifnet_array ifnet_array0;
186 static struct ifnet_array *ifnet_array = &ifnet_array0; variable
484 struct ifnet_array *old_ifnet_array; in if_attach()
712 old_ifnet_array = ifnet_array; in if_attach()
[all …]
H A Dif_var.h736 struct ifnet_array { struct
909 const struct ifnet_array *ifnet_array_get(void);
/dflybsd-src/sys/netinet6/
H A Din6_ifattach.c335 const struct ifnet_array *arr; in get_ifid()
642 const struct ifnet_array *arr; in in6_nigroup_attach_dispatch()
689 const struct ifnet_array *arr; in in6_nigroup_detach_dispatch()
904 const struct ifnet_array *arr; in in6_tmpaddrtimer_dispatch()
H A Din6.c2020 const struct ifnet_array *arr; in in6_ifawithscope()
2463 const struct ifnet_array *arr; in in6_setmaxmtu()
H A Dicmp6.c1565 const struct ifnet_array *arr; in ni6_addrs()
1663 const struct ifnet_array *arr; in ni6_store_addrs()
H A Dnd6.c1922 const struct ifnet_array *arr; in nd6_slowtimo_dispatch()
/dflybsd-src/sys/net/altq/
H A Daltq_subr.c351 const struct ifnet_array *arr; in tbr_timeout_dispatch()