Symbol: ifnet_array
sys/net/altq/altq_subr.c
351
const struct ifnet_array *arr;
sys/net/if.c
128
static struct ifnet_array *ifnet_array_alloc(int);
sys/net/if.c
129
static void ifnet_array_free(struct ifnet_array *);
sys/net/if.c
130
static struct ifnet_array *ifnet_array_add(struct ifnet *,
sys/net/if.c
131
const struct ifnet_array *);
sys/net/if.c
132
static struct ifnet_array *ifnet_array_del(struct ifnet *,
sys/net/if.c
133
const struct ifnet_array *);
sys/net/if.c
1536
const struct ifnet_array *arr;
sys/net/if.c
1568
const struct ifnet_array *arr;
sys/net/if.c
1601
const struct ifnet_array *arr;
sys/net/if.c
187
static struct ifnet_array ifnet_array0;
sys/net/if.c
1872
const struct ifnet_array *arr;
sys/net/if.c
188
static struct ifnet_array *ifnet_array = &ifnet_array0;
sys/net/if.c
1958
const struct ifnet_array *arr;
sys/net/if.c
2982
const struct ifnet_array *arr;
sys/net/if.c
3801
static struct ifnet_array *
sys/net/if.c
3804
struct ifnet_array *arr;
sys/net/if.c
3806
arr = kmalloc(__offsetof(struct ifnet_array, ifnet_arr[count]),
sys/net/if.c
3814
ifnet_array_free(struct ifnet_array *arr)
sys/net/if.c
3821
static struct ifnet_array *
sys/net/if.c
3822
ifnet_array_add(struct ifnet *ifp, const struct ifnet_array *old_arr)
sys/net/if.c
3824
struct ifnet_array *arr;
sys/net/if.c
3849
static struct ifnet_array *
sys/net/if.c
3850
ifnet_array_del(struct ifnet *ifp, const struct ifnet_array *old_arr)
sys/net/if.c
3852
struct ifnet_array *arr;
sys/net/if.c
3884
const struct ifnet_array *
sys/net/if.c
3887
const struct ifnet_array *ret;
sys/net/if.c
3890
ret = ifnet_array;
sys/net/if.c
3900
if (ifnet_array->ifnet_count == 0)
sys/net/if.c
486
struct ifnet_array *old_ifnet_array;
sys/net/if.c
727
old_ifnet_array = ifnet_array;
sys/net/if.c
728
ifnet_array = ifnet_array_add(ifp, old_ifnet_array);
sys/net/if.c
951
struct ifnet_array *old_ifnet_array;
sys/net/if.c
988
old_ifnet_array = ifnet_array;
sys/net/if.c
989
ifnet_array = ifnet_array_del(ifp, old_ifnet_array);
sys/net/if_var.h
909
const struct ifnet_array *ifnet_array_get(void);
sys/netinet6/icmp6.c
1565
const struct ifnet_array *arr;
sys/netinet6/icmp6.c
1663
const struct ifnet_array *arr;
sys/netinet6/in6.c
2020
const struct ifnet_array *arr;
sys/netinet6/in6.c
2463
const struct ifnet_array *arr;
sys/netinet6/in6_ifattach.c
335
const struct ifnet_array *arr;
sys/netinet6/in6_ifattach.c
642
const struct ifnet_array *arr;
sys/netinet6/in6_ifattach.c
689
const struct ifnet_array *arr;
sys/netinet6/in6_ifattach.c
904
const struct ifnet_array *arr;
sys/netinet6/nd6.c
1923
const struct ifnet_array *arr;