| /freebsd-14.2/sys/net/ |
| H A D | if_clone.c | 142 #define IF_CLONE_LOCK_INIT(ifc) \ argument 149 #define IF_CLONE_ADDREF(ifc) \ argument 344 struct if_clone *ifc; in ifc_find_cloner_match() local 359 struct if_clone *ifc; in ifc_find_cloner() local 427 struct if_clone *ifc; in if_clone_destroy() local 485 struct if_clone *ifc; in if_clone_alloc() local 528 struct if_clone *ifc; in ifc_attach_cloner() local 592 struct if_clone *ifc; in if_clone_advanced() local 636 struct if_clone *ifc; in if_clone_simple() local 707 struct if_clone *ifc; in if_clone_list() local [all …]
|
| H A D | if_epair.c | 475 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 D | if_loop.c | 104 lo_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in lo_clone_destroy() 122 lo_clone_create(struct if_clone *ifc, char *name, size_t len, in lo_clone_create()
|
| /freebsd-14.2/contrib/netbsd-tests/net/if/ |
| H A D | ifconf.c | 54 struct ifconf ifc; in get_number_of_entries() local 82 struct ifconf ifc; in show_interfaces() local
|
| /freebsd-14.2/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_interfaces.c | 70 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-14.2/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | b4420qds.dts | 42 ifc: localbus@ffe124000 { label
|
| H A D | t1042rdb.dts | 69 ifc: localbus@ffe124000 { label
|
| H A D | t1042rdb_pi.dts | 42 ifc: localbus@ffe124000 { label
|
| H A D | bsc9132qds.dts | 18 ifc: ifc@ff71e000 { label
|
| H A D | b4860qds.dts | 49 ifc: localbus@ffe124000 { label
|
| H A D | c293pcie.dts | 45 ifc: ifc@fffe1e000 { label
|
| H A D | t1042d4rdb.dts | 45 ifc: localbus@ffe124000 { label
|
| H A D | t1040rdb.dts | 105 ifc: localbus@ffe124000 { label
|
| H A D | t1024qds.dts | 65 ifc: localbus@ffe124000 { label
|
| H A D | t208xrdb.dtsi | 61 ifc: localbus@ffe124000 { label
|
| H A D | t208xqds.dtsi | 61 ifc: localbus@ffe124000 { label
|
| H A D | b4qds.dtsi | 50 ifc: localbus@ffe124000 { label
|
| H A D | t104xd4rdb.dtsi | 55 ifc: localbus@ffe124000 { label
|
| H A D | t1023rdb.dts | 65 ifc: localbus@ffe124000 { label
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_pf.c | 157 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-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_bpf.c | 94 ipfw_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfw_clone_create() 118 ipfwlog_clone_create(struct if_clone *ifc, int unit, caddr_t params) in ipfwlog_clone_create()
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_tracer.c | 123 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-14.2/sys/netpfil/pf/ |
| H A D | if_pflog.c | 125 pflog_clone_create(struct if_clone *ifc, char *name, size_t maxlen, in pflog_clone_create() 151 pflog_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in pflog_clone_destroy()
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | ifaddrlist.c | 79 struct ifconf ifc; in ifaddrlist() local
|
| /freebsd-14.2/usr.sbin/route6d/ |
| H A D | route6d.c | 86 struct ifc { /* Configuration of an interface */ struct 89 char ifc_name[IFNAMSIZ]; /* if name */ argument 90 int ifc_index; /* if index */ argument 91 int ifc_mtu; /* if mtu */ argument 92 int ifc_metric; /* if metric */ argument 93 u_int ifc_flags; /* flags */ argument 94 short ifc_cflags; /* IFC_XXX */ argument 95 struct in6_addr ifc_mylladdr; /* my link-local address */ argument 96 struct sockaddr_in6 ifc_ripsin; /* rip multicast address */ argument 99 int ifc_joined; /* joined to ff02::9 */ argument
|