Symbol: if_clone
sys/dist/pf/net/if_pflog.c
128
pflog_clone_create(struct if_clone *ifc, int unit)
sys/dist/pf/net/if_pflog.c
93
int pflog_clone_create(struct if_clone *, int);
sys/dist/pf/net/if_pflog.c
97
struct if_clone pflog_cloner =
sys/dist/pf/net/if_pfsync.c
111
int pfsync_clone_create(struct if_clone *, int);
sys/dist/pf/net/if_pfsync.c
136
struct if_clone pfsync_cloner =
sys/dist/pf/net/if_pfsync.c
148
pfsync_clone_create(struct if_clone *ifc, int unit)
sys/net/agr/if_agr.c
100
static struct if_clone agr_cloner =
sys/net/agr/if_agr.c
278
agr_clone_create(struct if_clone *ifc, int unit)
sys/net/agr/if_agr.c
71
static int agr_clone_create(struct if_clone *, int);
sys/net/if.c
1572
struct if_clone *ifc;
sys/net/if.c
1598
struct if_clone *ifc;
sys/net/if.c
1657
static struct if_clone *
sys/net/if.c
1660
struct if_clone *ifc;
sys/net/if.c
1715
if_clone_attach(struct if_clone *ifc)
sys/net/if.c
1728
if_clone_detach(struct if_clone *ifc)
sys/net/if.c
1744
struct if_clone *ifc;
sys/net/if.c
211
static struct if_clone *if_clone_lookup(const char *, int *);
sys/net/if.c
213
static LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
sys/net/if.h
1248
void if_clone_attach(struct if_clone *);
sys/net/if.h
1249
void if_clone_detach(struct if_clone *);
sys/net/if.h
154
LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
sys/net/if.h
158
int (*ifc_create)(struct if_clone *, int);
sys/net/if_bridge.c
237
static int bridge_clone_create(struct if_clone *, int);
sys/net/if_bridge.c
379
static struct if_clone bridge_cloner =
sys/net/if_bridge.c
405
bridge_clone_create(struct if_clone *ifc, int unit)
sys/net/if_faith.c
136
faith_clone_create(struct if_clone *ifc, int unit)
sys/net/if_faith.c
94
static int faith_clone_create(struct if_clone *, int);
sys/net/if_faith.c
97
static struct if_clone faith_cloner =
sys/net/if_gif.c
120
static int gif_clone_create(struct if_clone *, int);
sys/net/if_gif.c
129
static struct if_clone gif_cloner =
sys/net/if_gif.c
363
gif_clone_create(struct if_clone *ifc, int unit)
sys/net/if_gre.c
150
static int gre_clone_create(struct if_clone *, int);
sys/net/if_gre.c
153
static struct if_clone gre_cloner =
sys/net/if_gre.c
278
gre_clone_create(struct if_clone *ifc, int unit)
sys/net/if_ipsec.c
157
struct if_clone ipsec_cloner =
sys/net/if_ipsec.c
435
if_ipsec_clone_create(struct if_clone *ifc, int unit)
sys/net/if_ipsec.c
85
static int if_ipsec_clone_create(struct if_clone *, int);
sys/net/if_l2tp.c
120
static int l2tp_clone_create(struct if_clone *, int);
sys/net/if_l2tp.c
123
struct if_clone l2tp_cloner =
sys/net/if_l2tp.c
239
l2tp_clone_create(struct if_clone *ifc, int unit)
sys/net/if_loop.c
137
static int loop_clone_create(struct if_clone *, int);
sys/net/if_loop.c
142
static struct if_clone loop_cloner =
sys/net/if_loop.c
175
loop_clone_create(struct if_clone *ifc, int unit)
sys/net/if_mpls.c
141
mpls_clone_create(struct if_clone *ifc, int unit)
sys/net/if_mpls.c
76
static int mpls_clone_create(struct if_clone *, int);
sys/net/if_mpls.c
79
static struct if_clone mpls_if_cloner =
sys/net/if_ppp.c
190
static int ppp_clone_create(struct if_clone *, int);
sys/net/if_ppp.c
200
struct if_clone ppp_cloner =
sys/net/if_ppp.c
337
ppp_clone_create(struct if_clone *ifc, int unit)
sys/net/if_pppoe.c
264
static int pppoe_clone_create(struct if_clone *, int);
sys/net/if_pppoe.c
273
static struct if_clone pppoe_cloner =
sys/net/if_pppoe.c
350
pppoe_clone_create(struct if_clone *ifc, int unit)
sys/net/if_sl.c
179
static int sl_clone_create(struct if_clone *, int);
sys/net/if_sl.c
184
struct if_clone sl_cloner =
sys/net/if_sl.c
257
sl_clone_create(struct if_clone *ifc, int unit)
sys/net/if_srt.c
272
srt_clone_create(struct if_clone *cl, int unit)
sys/net/if_srt.c
329
struct if_clone srt_clone =
sys/net/if_stf.c
138
static int stf_clone_create(struct if_clone *, int);
sys/net/if_stf.c
141
struct if_clone stf_cloner =
sys/net/if_stf.c
202
stf_clone_create(struct if_clone *ifc, int unit)
sys/net/if_tap.c
204
static int tap_clone_create(struct if_clone *, int);
sys/net/if_tap.c
207
struct if_clone tap_cloners = IF_CLONE_INITIALIZER("tap",
sys/net/if_tap.c
589
tap_clone_create(struct if_clone *ifc, int unit)
sys/net/if_tun.c
261
tun_clone_create(struct if_clone *ifc, int unit)
sys/net/if_tun.c
76
static int tun_clone_create(struct if_clone *, int);
sys/net/if_tun.c
79
static struct if_clone tun_cloner =
sys/net/if_vether.c
38
static int vether_clone_create(struct if_clone *, int);
sys/net/if_vether.c
49
struct if_clone vether_cloner =
sys/net/if_vether.c
60
vether_clone_create(struct if_clone *ifc, int unit)
sys/net/if_vlan.c
203
static int vlan_clone_create(struct if_clone *, int);
sys/net/if_vlan.c
239
struct if_clone vlan_cloner =
sys/net/if_vlan.c
331
vlan_clone_create(struct if_clone *ifc, int unit)
sys/net/if_wg.c
4283
wg_clone_create(struct if_clone *ifc, int unit)
sys/net/if_wg.c
808
static int wg_clone_create(struct if_clone *, int);
sys/net/if_wg.c
890
static struct if_clone wg_cloner =
sys/net/lagg/if_lagg.c
137
static int lagg_clone_create(struct if_clone *, int);
sys/net/lagg/if_lagg.c
201
static struct if_clone lagg_cloner =
sys/net/lagg/if_lagg.c
364
lagg_clone_create(struct if_clone *ifc, int unit)
sys/net/npf/if_npflog.c
111
npflog_clone_create(struct if_clone *ifc, int unit)
sys/net/npf/if_npflog.c
65
static int npflog_clone_create(struct if_clone *, int);
sys/net/npf/if_npflog.c
69
static struct if_clone npflog_cloner =
sys/netcan/if_canloop.c
106
canloop_clone_create(struct if_clone *ifc, int unit)
sys/netcan/if_canloop.c
68
static int canloop_clone_create(struct if_clone *, int);
sys/netcan/if_canloop.c
75
static struct if_clone canloop_cloner =
sys/netinet/ip_carp.c
224
static int carp_clone_create(struct if_clone *, int);
sys/netinet/ip_carp.c
241
struct if_clone carp_cloner =
sys/netinet/ip_carp.c
841
carp_clone_create(struct if_clone *ifc, int unit)
sys/rump/net/lib/libshmif/if_shmem.c
376
shmif_clone(struct if_clone *ifc, int unit)
sys/rump/net/lib/libshmif/if_shmem.c
60
static int shmif_clone(struct if_clone *, int);
sys/rump/net/lib/libshmif/if_shmem.c
66
struct if_clone shmif_cloner =
sys/rump/net/lib/libshmif/shmif_component.c
40
extern struct if_clone shmif_cloner; /* XXX */
sys/rump/net/lib/libvirtif/if_virt.c
103
virtif_clone(struct if_clone *ifc, int num)
sys/rump/net/lib/libvirtif/if_virt.c
67
static int virtif_clone(struct if_clone *, int);
sys/rump/net/lib/libvirtif/if_virt.c
70
struct if_clone VIF_CLONER =