Home
last modified time | relevance | path

Searched defs:ifc (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/net/
H A Dif_clone.c140 #define IF_CLONE_LOCK_INIT(ifc) \ argument
142 #define IF_CLONE_LOCK_DESTROY(ifc) mtx_destroy(&(ifc)->ifc_mtx) argument
143 #define IF_CLONE_LOCK_ASSERT(ifc) mtx_assert(&(ifc)->ifc_mtx, MA_OWNED) argument
144 #define IF_CLONE_LOCK(ifc) mtx_lock(&(ifc)->ifc_mtx) argument
145 #define IF_CLONE_UNLOCK(ifc) mtx_unlock(&(ifc)->ifc_mtx) argument
147 #define IF_CLONE_ADDREF(ifc) \ argument
153 #define IF_CLONE_ADDREF_LOCKED(ifc) \ argument
160 #define IF_CLONE_REMREF(ifc) \ argument
165 #define IF_CLONE_REMREF_LOCKED(ifc) \ argument
192 struct if_clone *ifc = ifc_find_cloner_match(name); in ifc_create_ifp() local
[all …]
H A Dif_epair.c475 epair_clone_match(struct if_clone *ifc, const char *name) in epair_clone_match()
499 epair_clone_add(struct if_clone *ifc, struct epair_softc *scb) in epair_clone_add()
514 epair_alloc_sc(struct if_clone *ifc) in epair_alloc_sc()
638 epair_handle_unit(struct if_clone *ifc, char *name, size_t len, int *punit) in epair_handle_unit()
696 epair_clone_create(struct if_clone *ifc, char *name, size_t len, in epair_clone_create()
775 epair_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in epair_clone_destroy()
H A Dif_loop.c102 lo_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in lo_clone_destroy()
120 lo_clone_create(struct if_clone *ifc, char *name, size_t len, in lo_clone_create()
/freebsd/contrib/netbsd-tests/net/if/
H A Difconf.c54 struct ifconf ifc; in get_number_of_entries() local
82 struct ifconf ifc; in show_interfaces() local
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c70 struct ifchange *ifc = (struct ifchange *)dep; in ifchange_func() local
196 struct ifchange *ifc; in op_ifentry() local
371 struct ifchange *ifc; in op_ifxtable() local
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts42 ifc: localbus@ffe124000 { label
H A Dt1042rdb.dts69 ifc: localbus@ffe124000 { label
H A Dt1042rdb_pi.dts42 ifc: localbus@ffe124000 { label
H A Dbsc9132qds.dts18 ifc: memory-controller@ff71e000 { label
H A Db4860qds.dts49 ifc: localbus@ffe124000 { label
H A Dc293pcie.dts45 ifc: memory-controller@fffe1e000 { label
H A Dt1042d4rdb.dts45 ifc: localbus@ffe124000 { label
H A Dt1040rdb.dts105 ifc: localbus@ffe124000 { label
H A Dt1024qds.dts65 ifc: localbus@ffe124000 { label
H A Dt208xqds.dtsi61 ifc: localbus@ffe124000 { label
H A Dt208xrdb.dtsi61 ifc: localbus@ffe124000 { label
H A Db4qds.dtsi50 ifc: localbus@ffe124000 { label
H A Dt104xd4rdb.dtsi55 ifc: localbus@ffe124000 { label
H A Dt1023rdb.dts65 ifc: localbus@ffe124000 { label
/freebsd/sys/dev/usb/
H A Dusb_pf.c157 usbpf_clone_match(struct if_clone *ifc, const char *name) in usbpf_clone_match()
171 usbpf_clone_create(struct if_clone *ifc, char *name, size_t len, in usbpf_clone_create()
217 usbpf_clone_destroy(struct if_clone *ifc, if_t ifp, uint32_t flags) in usbpf_clone_destroy()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_bpf.c93 ipfw_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfw_clone_create()
117 ipfwlog_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfwlog_clone_create()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c123 t4_cloner_match(struct if_clone *ifc, const char *name) in t4_cloner_match()
136 t4_cloner_create(struct if_clone *ifc, char *name, size_t len, caddr_t params) in t4_cloner_create()
198 t4_cloner_destroy(struct if_clone *ifc, if_t ifp) in t4_cloner_destroy()
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c150 pflog_clone_create(struct if_clone *ifc, char *name, size_t maxlen, in pflog_clone_create()
179 pflog_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in pflog_clone_destroy()
/freebsd/usr.sbin/traceroute/
H A Difaddrlist.c70 struct ifconf ifc; in ifaddrlist() local
/freebsd/usr.sbin/route6d/
H A Droute6d.c83 struct ifc { /* Configuration of an interface */ struct
86 char ifc_name[IFNAMSIZ]; /* if name */ argument
87 int ifc_index; /* if index */ argument
88 int ifc_mtu; /* if mtu */ argument
89 int ifc_metric; /* if metric */ argument
90 u_int ifc_flags; /* flags */ argument
91 short ifc_cflags; /* IFC_XXX */ argument
92 struct in6_addr ifc_mylladdr; /* my link-local address */ argument
93 struct sockaddr_in6 ifc_ripsin; /* rip multicast address */ argument
96 int ifc_joined; /* joined to ff02::9 */ argument

123