Searched refs:ifnet (Results 251 - 275 of 582) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/net/
H A Dif_vxlan.h147 typedef void (*vxlan_event_handler_t)(void *, struct ifnet *, sa_family_t,
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_glbl.h57 extern void qla_start(struct ifnet *ifp);
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_caps.c104 struct ifnet *ifp = vap->iv_ifp;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_fdir.c57 struct ifnet *ifp = iflib_get_ifp(ctx);
/freebsd-13-stable/sys/dev/le/
H A Dlancevar.h43 struct ifnet *sc_ifp;
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h184 * Userland emulation of struct ifnet.
188 struct ifnet { struct
191 int (*if_output)(struct ifnet *, struct mbuf *,
197 #define IFNAME(x) ((struct ifnet *)x)->if_xname
200 ((struct ifnet *)x)->if_xname, \
504 # define GETIFMTU_4(x) ((struct ifnet *)x)->if_mtu
505 # define GETIFMTU_6(x) ((struct ifnet *)x)->if_mtu
581 # define IFNAME(x) get_ifname((struct ifnet *)x)
585 extern char *ipf_getifname(struct ifnet *, char *);
587 ipf_getifname((struct ifnet *)
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux.c238 * and return the associated ifnet structure
242 struct ifnet *
245 struct ifnet *ifp;
288 linux_ifflags(struct ifnet *ifp, short *flags)
317 linux_ifhwaddr(struct ifnet *ifp, struct l_sockaddr *lsa)
/freebsd-13-stable/sys/dev/ae/
H A Dif_ae.c117 static void ae_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr);
118 static int ae_mediachange(struct ifnet *ifp);
131 static void ae_start(struct ifnet *ifp);
132 static void ae_start_locked(struct ifnet *ifp);
146 static int ae_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
242 struct ifnet *ifp;
334 device_printf(dev, "could not allocate ifnet structure.\n");
561 struct ifnet *ifp;
761 struct ifnet *ifp;
886 ae_mediastatus(struct ifnet *if
[all...]
/freebsd-13-stable/sys/dev/sis/
H A Dif_sis.c149 static void sis_ifmedia_sts(struct ifnet *, struct ifmediareq *);
150 static int sis_ifmedia_upd(struct ifnet *);
154 static int sis_ioctl(struct ifnet *, u_long, caddr_t);
163 static void sis_start(struct ifnet *);
164 static void sis_startl(struct ifnet *);
581 struct ifnet *ifp;
718 struct ifnet *ifp;
790 struct ifnet *ifp;
902 struct ifnet *ifp;
1139 struct ifnet *if
[all...]
/freebsd-13-stable/sys/dev/mge/
H A Dif_mge.c103 static int mge_ifmedia_upd(struct ifnet *ifp);
104 static void mge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr);
108 static void mge_start(struct ifnet *ifp);
109 static void mge_start_locked(struct ifnet *ifp);
111 static int mge_ioctl(struct ifnet *ifp, u_long command, caddr_t data);
147 static void mge_offload_process_frame(struct ifnet *ifp, struct mbuf *frame,
744 mge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count)
787 struct ifnet *ifp;
991 mge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
1050 mge_ifmedia_upd(struct ifnet *if
[all...]
/freebsd-13-stable/sys/netinet6/
H A Din6_mcast.c138 const struct ifnet *, const struct sockaddr *);
143 static int in6_getmulti(struct ifnet *, const struct in6_addr *,
145 static int in6_joingroup_locked(struct ifnet *, const struct in6_addr *,
161 static struct ifnet *
197 * The ifnet layer will set the ifma's ifp pointer to NULL if the ifp
203 struct ifnet *ifp;
259 im6o_match_group(const struct ip6_moptions *imo, const struct ifnet *ifp,
316 im6o_mc_filter(const struct ip6_moptions *imo, const struct ifnet *ifp,
357 in6_getmulti(struct ifnet *ifp, const struct in6_addr *group,
399 * with this network-layer group on the given ifnet
[all...]
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_main.c152 static int nicvf_if_ioctl(struct ifnet *, u_long, caddr_t);
155 static int nicvf_if_transmit(struct ifnet *, struct mbuf *);
156 static void nicvf_if_qflush(struct ifnet *);
157 static uint64_t nicvf_if_getcounter(struct ifnet *, ift_counter);
161 static void nicvf_media_status(struct ifnet *, struct ifmediareq *);
162 static int nicvf_media_change(struct ifnet *);
258 device_printf(dev, "Could not set-up ifnet\n");
308 /* Free this ifnet */
341 struct ifnet *ifp;
345 device_printf(nic->dev, "Could not allocate ifnet structur
[all...]
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_muge.c220 static int muge_ifmedia_upd(struct ifnet *);
221 static void muge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
224 static int muge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
763 struct ifnet *ifp;
1168 struct ifnet *ifp = uether_getifp(ue);
1363 struct ifnet *ifp = uether_getifp(&sc->sc_ue);
1598 struct ifnet *ifp;
1680 muge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
1893 struct ifnet *ifp = uether_getifp(ue);
1936 struct ifnet *if
[all...]
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_os.c94 static int qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
95 static int qla_media_change(struct ifnet *ifp);
96 static void qla_media_status(struct ifnet *ifp, struct ifmediareq *ifmr);
98 static int qla_transmit(struct ifnet *ifp, struct mbuf *mp);
99 static void qla_qflush(struct ifnet *ifp);
263 struct ifnet *ifp;
576 struct ifnet *ifp;
856 struct ifnet *ifp;
916 struct ifnet *ifp = ha->ifp;
990 struct ifnet *if
[all...]
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvnetavar.h143 struct ifnet *ifp;
262 struct ifnet *ifp;
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.h136 struct ifnet *netdev;
230 struct ifnet *netdev;
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6060sw.c123 struct ifnet **ifp;
153 static int e6060sw_ifmedia_upd(struct ifnet *);
154 static void e6060sw_ifmedia_sts(struct ifnet *, struct ifmediareq *);
222 device_printf(sc->sc_dev, "couldn't allocate ifnet structure\n");
303 sc->ifp = malloc(sizeof(struct ifnet *) * sc->numports, M_E6060SW,
386 static inline struct ifnet *
519 struct ifnet *ifp;
886 e6060sw_ifmedia_upd(struct ifnet *ifp)
902 e6060sw_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
/freebsd-13-stable/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c103 struct ifnet **ifp;
125 static int adm6996fc_ifmedia_upd(struct ifnet *);
126 static void adm6996fc_ifmedia_sts(struct ifnet *, struct ifmediareq *);
179 device_printf(sc->sc_dev, "couldn't allocate ifnet structure\n");
257 sc->ifp = malloc(sizeof(struct ifnet *) * sc->numports, M_ADM6996FC,
358 static inline struct ifnet *
507 struct ifnet *ifp;
724 adm6996fc_ifmedia_upd(struct ifnet *ifp)
740 adm6996fc_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
/freebsd-13-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c154 struct ifnet **ifp;
176 static int ksz8995ma_ifmedia_upd(struct ifnet *);
177 static void ksz8995ma_ifmedia_sts(struct ifnet *, struct ifmediareq *);
225 device_printf(sc->sc_dev, "couldn't allocate ifnet structure\n");
307 sc->ifp = malloc(sizeof(struct ifnet *) * sc->numports, M_KSZ8995MA,
416 static inline struct ifnet *
568 struct ifnet *ifp;
774 ksz8995ma_ifmedia_upd(struct ifnet *ifp)
790 ksz8995ma_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
/freebsd-13-stable/sys/netinet/
H A Dip_var.h92 struct ifnet *imo_multicast_ifp; /* ifp for outgoing multicasts */
165 #define IP_SENDTOIF 0x8 /* send on specific ifnet */
221 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c54 extern struct ifnet *cvm_oct_device[];
281 struct ifnet *ifp = cvm_oct_device[work->word1.cn38xx.ipprt];
H A Dethernet-tx.c66 int cvm_oct_xmit(struct mbuf *m, struct ifnet *ifp)
263 void cvm_oct_tx_shutdown(struct ifnet *ifp)
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c276 static int re_poll (struct ifnet *, enum poll_cmd, int);
277 static int re_poll_locked (struct ifnet *, enum poll_cmd, int);
283 static void re_start (struct ifnet *);
284 static void re_start_locked (struct ifnet *);
286 static int re_ioctl (struct ifnet *, u_long, caddr_t);
294 static int re_ifmedia_upd (struct ifnet *);
295 static void re_ifmedia_sts (struct ifnet *, struct ifmediareq *);
621 struct ifnet *ifp;
674 struct ifnet *ifp;
779 struct ifnet *if
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c244 static int addr_resolve_multi(u8 *edst, struct ifnet *ifp, struct sockaddr *dst_in)
271 struct ifnet **ifpp)
282 struct ifnet *ifp;
436 struct ifnet **ifpp)
447 struct ifnet **ifpp)
458 struct ifnet *ifp;
624 struct ifnet **ifpp)
630 static int addr_resolve_neigh(struct ifnet *dev,
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c266 void ipoib_create_debug_files(struct ifnet *dev)
284 void ipoib_delete_debug_files(struct ifnet *dev)

Completed in 300 milliseconds

<<11121314151617181920>>