Searched refs:if_clone (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel_types.h127 typedef struct if_clone* if_clone_t;
/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c105 static int pflog_clone_create(struct if_clone *, u_int32_t, void *);
117 static struct if_clone pflog_cloner =
136 pflog_clone_create(struct if_clone *ifc, u_int32_t unit, __unused void *params)
H A Dif_var.h647 struct if_clone { struct
648 LIST_ENTRY(if_clone) ifc_list; /* on list of cloners */
656 int (*ifc_create)(struct if_clone *, u_int32_t, void *);
918 extern struct if_clone *if_clone_lookup(const char *, u_int32_t *);
919 extern int if_clone_attach(struct if_clone *);
920 extern void if_clone_detach(struct if_clone *);
H A Dif_gif.c159 static int gif_clone_create(struct if_clone *, uint32_t, void *);
245 struct if_clone *ifc = NULL;
290 gif_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params)
H A Dif.c166 LIST_HEAD(, if_clone) if_cloners = LIST_HEAD_INITIALIZER(if_cloners);
442 struct if_clone *ifc;
516 struct if_clone *ifc;
552 __private_extern__ struct if_clone *
555 struct if_clone *ifc;
570 return ((struct if_clone *)NULL);
594 if_clone_attach(struct if_clone *ifc)
640 if_clone_detach(struct if_clone *ifc)
656 struct if_clone *ifc;
H A Dif_vlan.c371 static int vlan_clone_create(struct if_clone *, u_int32_t, void *);
387 static struct if_clone vlan_cloner = IF_CLONE_INITIALIZER(VLANNAME,
940 vlan_clone_create(struct if_clone *ifc, u_int32_t unit, __unused void *params)
H A Dkpi_interface.c2080 struct if_clone *ifc = NULL;
2100 ifc = _MALLOC(sizeof (struct if_clone) + IFNAMSIZ + 1, M_CLONE,
2132 struct if_clone *ifc = ifcloner;
H A Dif_bond.c651 static int bond_clone_create(struct if_clone *, u_int32_t, void *);
666 static struct if_clone bond_cloner = IF_CLONE_INITIALIZER(BONDNAME,
1114 bond_clone_create(struct if_clone * ifc, u_int32_t unit, __unused void *params)
H A Dif_bridge.c361 static int bridge_clone_create(struct if_clone *, uint32_t, void *);
1040 bridge_clone_create(struct if_clone *ifc, uint32_t unit, __unused void *params)

Completed in 99 milliseconds