Lines Matching refs:ifnet
53 struct ifc_data *ifd, struct ifnet **ifpp);
54 typedef int ifc_destroy_f(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags);
68 struct ifnet *ifp; /* (out) Returned ifp */
73 typedef int ifc_modify_nl_f(struct ifnet *ifp, struct ifc_data_nl *ifd);
74 typedef void ifc_dump_nl_f(struct ifnet *ifp, struct nl_writer *nw);
112 int ifc_create_ifp(const char *name, struct ifc_data *ifd, struct ifnet **ifpp);
115 bool ifc_modify_ifp_nl(struct ifnet *ifp, struct ifc_data_nl *ifd);
116 bool ifc_dump_ifp_nl(struct ifnet *ifp, struct nl_writer *nw);
118 void ifc_link_ifp(struct if_clone *ifc, struct ifnet *ifp);
119 bool ifc_unlink_ifp(struct if_clone *ifc, struct ifnet *ifp);
127 typedef int ifc_destroy_t(struct if_clone *, struct ifnet *);
130 typedef void ifcs_destroy_t(struct ifnet *);
154 void if_clone_restoregroup(struct ifnet *);
157 void if_clone_addif(struct if_clone *, struct ifnet *);
158 int if_clone_destroyif(struct if_clone *, struct ifnet *);