Symbol: ifnet
sbin/routed/defs.h
457
extern struct interface *ifnet; /* all interfaces */
sbin/routed/if.c
100
ifnet = ifp;
sbin/routed/if.c
1085
for (ifp1 = ifnet; NULL != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
1162
for (ifp = ifnet; ifp != NULL; ifp = ifp1) {
sbin/routed/if.c
1187
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/if.c
211
for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next) {
sbin/routed/if.c
238
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/if.c
315
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/if.c
36
struct interface *ifnet; /* all interfaces */
sbin/routed/if.c
387
for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next) {
sbin/routed/if.c
477
for (ifp1 = ifnet; NULL != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
561
for (ifp1 = ifnet; NULL != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
597
for (ifp1 = ifnet; NULL != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
679
for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next)
sbin/routed/if.c
96
ifp->int_prev = &ifnet;
sbin/routed/if.c
97
ifp->int_next = ifnet;
sbin/routed/if.c
98
if (ifnet != NULL)
sbin/routed/if.c
99
ifnet->int_prev = &ifp->int_next;
sbin/routed/main.c
504
for (ifp = ifnet; n > 0 && 0 != ifp; ifp = ifp->int_next) {
sbin/routed/main.c
553
for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next) {
sbin/routed/main.c
663
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/main.c
732
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/main.c
747
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/output.c
824
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/output.c
888
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/parms.c
341
for (ifp = ifnet; NULL != ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
271
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
817
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
859
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/table.c
1867
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/table.c
1883
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) {
sbin/routed/table.c
2049
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/trace.c
838
for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next)
stand/lib/if_ether.h
121
struct ifnet ac_if; /* network-visible interface */
stand/lib/if_ether.h
245
void revarprequest(struct ifnet *);
stand/lib/if_ether.h
246
int revarpwhoarewe(struct ifnet *, struct in_addr *, struct in_addr *);
stand/lib/if_ether.h
247
int revarpwhoami(struct in_addr *, struct ifnet *);
sys/bus/u4b/net/if_aue.c
1003
aue_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/if_aue.c
1023
aue_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/bus/u4b/net/if_aue.c
1043
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_aue.c
216
static int aue_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/if_aue.c
217
static void aue_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/bus/u4b/net/if_aue.c
535
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_aue.c
729
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_aue.c
773
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_aue.c
839
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_aue.c
953
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_aue.c
988
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
1111
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
1162
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_axe.c
1309
struct ifnet *ifp;
sys/bus/u4b/net/if_axe.c
1337
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
1434
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
1456
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
1472
axe_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *uc)
sys/bus/u4b/net/if_axe.c
197
static int axe_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/if_axe.c
198
static void axe_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/bus/u4b/net/if_axe.c
206
static int axe_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/bus/u4b/net/if_axe.c
373
struct ifnet *ifp;
sys/bus/u4b/net/if_axe.c
452
axe_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/if_axe.c
471
axe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/bus/u4b/net/if_axe.c
487
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_axe.c
870
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
1021
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
123
static int axge_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/if_axge.c
124
static void axge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/bus/u4b/net/if_axge.c
125
static int axge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/bus/u4b/net/if_axge.c
323
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
447
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
477
axge_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/if_axge.c
499
axge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/bus/u4b/net/if_axge.c
631
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
739
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
774
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
807
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
865
struct ifnet *ifp;
sys/bus/u4b/net/if_axge.c
884
axge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *uc)
sys/bus/u4b/net/if_axge.c
981
struct ifnet *ifp;
sys/bus/u4b/net/if_cdce.c
1215
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_cdce.c
1368
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_cdce.c
1426
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_cdce.c
553
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cdce.c
777
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_cdce.c
900
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cdce.c
927
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
290
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
308
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
448
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
496
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_cue.c
557
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
585
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_cue.c
635
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_ipheth.c
342
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_ipheth.c
384
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_kue.c
342
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_kue.c
358
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_kue.c
536
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_kue.c
584
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_kue.c
664
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_kue.c
695
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
1016
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
173
static int mos_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/if_mos.c
174
static void mos_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/bus/u4b/net/if_mos.c
525
mos_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/if_mos.c
547
mos_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/bus/u4b/net/if_mos.c
564
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
588
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
781
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
853
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_mos.c
937
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_mos.c
979
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_mosreg.h
161
struct ifnet ifp;
sys/bus/u4b/net/if_udav.c
101
static int udav_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/if_udav.c
102
static void udav_ifmedia_status(struct ifnet *, struct ifmediareq *);
sys/bus/u4b/net/if_udav.c
425
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_udav.c
499
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_udav.c
537
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_udav.c
569
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_udav.c
651
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_udav.c
728
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_udav.c
750
udav_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/if_udav.c
767
udav_ifmedia_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/bus/u4b/net/if_urndis.c
346
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_urndis.c
365
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/if_urndis.c
784
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/if_urndis.c
914
struct ifnet *ifp = uether_getifp(&sc->sc_ue);
sys/bus/u4b/net/usb_ethernet.c
133
struct ifnet *
sys/bus/u4b/net/usb_ethernet.c
197
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
270
struct ifnet *ifp;
sys/bus/u4b/net/usb_ethernet.c
337
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
365
uether_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/bus/u4b/net/usb_ethernet.c
372
ue_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/bus/u4b/net/usb_ethernet.c
408
uether_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/usb_ethernet.c
415
ue_ifmedia_upd(struct ifnet *ifp)
sys/bus/u4b/net/usb_ethernet.c
435
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
444
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
462
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
471
uether_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred* uc)
sys/bus/u4b/net/usb_ethernet.c
566
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
584
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
613
struct ifnet *ifp = uether_getifp(ue);
sys/bus/u4b/net/usb_ethernet.c
82
static void ue_start(struct ifnet *, struct ifaltq_subque *);
sys/bus/u4b/net/usb_ethernet.c
83
static int ue_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/usb_ethernet.h
114
struct ifnet *uether_getifp(struct usb_ether *);
sys/bus/u4b/net/usb_ethernet.h
119
int uether_ifmedia_upd(struct ifnet *);
sys/bus/u4b/net/usb_ethernet.h
121
int uether_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/bus/u4b/net/usb_ethernet.h
130
void uether_start(struct ifnet *, struct ifaltq_subque *);
sys/bus/u4b/net/usb_ethernet.h
67
int (*ue_mii_upd)(struct ifnet *);
sys/bus/u4b/net/usb_ethernet.h
68
void (*ue_mii_sts)(struct ifnet *,
sys/bus/u4b/net/usb_ethernet.h
70
int (*ue_ioctl)(struct ifnet *, u_long, caddr_t,
sys/bus/u4b/usb_bus.h
114
struct ifnet *ifp; /* only for USB Packet Filter */
sys/bus/u4b/usb_pf.c
123
usbpf_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/bus/u4b/usb_pf.c
149
struct ifnet *ifp;
sys/bus/u4b/usb_pf.c
183
usbpf_clone_destroy(struct ifnet *ifp)
sys/bus/u4b/usb_pf.c
68
static int usbpf_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/bus/u4b/usb_pf.c
70
static int usbpf_clone_destroy(struct ifnet *);
sys/bus/u4b/wlan/if_mtw.c
1701
mtw_media_change(struct ifnet *ifp)
sys/bus/u4b/wlan/if_mtw.c
193
static int mtw_media_change(struct ifnet *);
sys/bus/u4b/wlan/if_run.c
2002
run_media_change(struct ifnet *ifp)
sys/bus/u4b/wlan/if_run.c
376
static int run_media_change(struct ifnet *);
sys/bus/u4b/wlan/if_urtwn.c
4891
struct ifnet *ifp;
sys/dev/netif/ae/if_ae.c
1004
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1017
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1144
ae_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/ae/if_ae.c
1199
ae_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/ae/if_ae.c
1257
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1413
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1682
ae_mediachange(struct ifnet *ifp)
sys/dev/netif/ae/if_ae.c
1699
ae_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/ae/if_ae.c
1766
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1783
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
1799
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
222
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
343
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
600
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
633
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
677
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
751
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
790
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ae/if_ae.c
92
static int ae_mediachange(struct ifnet *);
sys/dev/netif/ae/if_ae.c
93
static void ae_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/ae/if_ae.c
95
static void ae_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/ae/if_ae.c
96
static int ae_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/ae/if_ae.c
97
static void ae_watchdog(struct ifnet *);
sys/dev/netif/ae/if_ae.c
971
ae_watchdog(struct ifnet *ifp)
sys/dev/netif/ae/if_ae.c
992
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1256
struct ifnet *ifp;
sys/dev/netif/age/if_age.c
1391
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1407
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1557
age_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/age/if_age.c
1610
age_watchdog(struct ifnet *ifp)
sys/dev/netif/age/if_age.c
1639
age_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/age/if_age.c
1763
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1858
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1934
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
1987
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
2191
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
2234
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
247
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
2518
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
2791
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
2804
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
293
age_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/age/if_age.c
309
age_mediachange(struct ifnet *ifp)
sys/dev/netif/age/if_age.c
509
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
684
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/age/if_age.c
87
static int age_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/age/if_age.c
88
static void age_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/age/if_age.c
89
static void age_watchdog(struct ifnet *);
sys/dev/netif/age/if_age.c
90
static void age_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/age/if_age.c
91
static int age_mediachange(struct ifnet *);
sys/dev/netif/alc/if_alc.c
1343
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
148
static void alc_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/alc/if_alc.c
150
static int alc_mediachange(struct ifnet *);
sys/dev/netif/alc/if_alc.c
152
static void alc_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/alc/if_alc.c
153
static int alc_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/alc/if_alc.c
1613
struct ifnet *ifp = sc->alc_ifp;
sys/dev/netif/alc/if_alc.c
2434
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
2451
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
2698
alc_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/alc/if_alc.c
2764
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
2785
alc_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/alc/if_alc.c
2960
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
3072
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
3117
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
3224
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
3296
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
3411
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
3567
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
382
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
3959
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/alc/if_alc.c
4203
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
4218
struct ifnet *ifp;
sys/dev/netif/alc/if_alc.c
577
alc_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/alc/if_alc.c
594
alc_mediachange(struct ifnet *ifp)
sys/dev/netif/alc/if_alcvar.h
207
struct ifnet *alc_ifp; /* points to arpcom.ac_if */
sys/dev/netif/ale/if_ale.c
1387
struct ifnet *ifp;
sys/dev/netif/ale/if_ale.c
1453
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
1468
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
1645
ale_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/ale/if_ale.c
1704
ale_watchdog(struct ifnet *ifp)
sys/dev/netif/ale/if_ale.c
1726
ale_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/ale/if_ale.c
1864
struct ifnet *ifp;
sys/dev/netif/ale/if_ale.c
1966
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2011
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2110
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2155
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2260
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2306
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
253
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2546
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
2674
struct ifnet *ifp;
sys/dev/netif/ale/if_ale.c
2688
struct ifnet *ifp;
sys/dev/netif/ale/if_ale.c
297
ale_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/ale/if_ale.c
310
ale_mediachange(struct ifnet *ifp)
sys/dev/netif/ale/if_ale.c
447
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
658
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ale/if_ale.c
91
static void ale_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/ale/if_ale.c
92
static int ale_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/ale/if_ale.c
93
static void ale_watchdog(struct ifnet *);
sys/dev/netif/ale/if_ale.c
94
static int ale_mediachange(struct ifnet *);
sys/dev/netif/ale/if_ale.c
95
static void ale_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/ath/ath/if_ath.c
170
static int ath_media_change(struct ifnet *);
sys/dev/netif/ath/ath/if_ath.c
3523
ath_media_change(struct ifnet *ifp)
sys/dev/netif/ath/ath/if_ath.c
3585
struct ifnet *ifp;
sys/dev/netif/ath/ath/if_ath_ioctl.c
247
struct ifnet *ifp;
sys/dev/netif/bce/if_bce.c
1068
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
1126
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
2370
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
3437
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
4206
bce_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/bce/if_bce.c
421
static void bce_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/bce/if_bce.c
422
static int bce_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/bce/if_bce.c
4237
bce_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/bce/if_bce.c
424
static int bce_ifmedia_upd(struct ifnet *);
sys/dev/netif/bce/if_bce.c
425
static void bce_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/bce/if_bce.c
4257
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
428
static void bce_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/bce/if_bce.c
429
static void bce_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/bce/if_bce.c
430
static void bce_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/bce/if_bce.c
431
static void bce_npoll_status(struct ifnet *);
sys/dev/netif/bce/if_bce.c
432
static void bce_npoll_rx_pack(struct ifnet *, void *, int);
sys/dev/netif/bce/if_bce.c
4320
struct ifnet *ifp = &rxr->sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
434
static void bce_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bce/if_bce.c
435
static void bce_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bce/if_bce.c
436
static int bce_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bce/if_bce.c
438
static void bce_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/bce/if_bce.c
4539
struct ifnet *ifp = &txr->sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
4681
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
4807
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
4964
bce_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/bce/if_bce.c
5037
bce_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/bce/if_bce.c
5136
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/bce/if_bce.c
5163
bce_npoll_status(struct ifnet *ifp)
sys/dev/netif/bce/if_bce.c
5200
bce_npoll_rx(struct ifnet *ifp, void *arg, int count)
sys/dev/netif/bce/if_bce.c
5224
bce_npoll_rx_pack(struct ifnet *ifp, void *arg, int count)
sys/dev/netif/bce/if_bce.c
5244
bce_npoll_tx(struct ifnet *ifp, void *arg, int count __unused)
sys/dev/netif/bce/if_bce.c
5262
bce_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/bce/if_bce.c
5351
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
5562
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
5639
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
5863
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
5913
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
6482
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
6508
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bce/if_bce.c
6684
bce_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bce/if_bce.c
6692
bce_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bce/if_bce.c
6700
bce_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bce/if_bce.c
6711
bce_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/bce/if_bce.c
691
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
1061
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
109
static int bfe_ifmedia_upd(struct ifnet *);
sys/dev/netif/bfe/if_bfe.c
1099
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
110
static void bfe_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/bfe/if_bfe.c
1156
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
1274
bfe_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/bfe/if_bfe.c
1358
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
1393
bfe_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/bfe/if_bfe.c
1419
bfe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/bfe/if_bfe.c
1433
bfe_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/bfe/if_bfe.c
1471
bfe_watchdog(struct ifnet *ifp)
sys/dev/netif/bfe/if_bfe.c
1490
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
1518
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
316
struct ifnet *ifp;
sys/dev/netif/bfe/if_bfe.c
437
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
472
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
865
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bfe/if_bfe.c
93
static void bfe_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/bfe/if_bfe.c
94
static int bfe_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/bfe/if_bfe.c
97
static void bfe_watchdog(struct ifnet *);
sys/dev/netif/bge/if_bge.c
1259
struct ifnet *ifp;
sys/dev/netif/bge/if_bge.c
2030
struct ifnet *ifp;
sys/dev/netif/bge/if_bge.c
2714
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3044
struct ifnet *ifp;
sys/dev/netif/bge/if_bge.c
317
static void bge_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/bge/if_bge.c
318
static void bge_npoll_compat(struct ifnet *, void *, int );
sys/dev/netif/bge/if_bge.c
3183
struct ifnet *ifp;
sys/dev/netif/bge/if_bge.c
3221
bge_npoll_compat(struct ifnet *ifp, void *arg __unused, int cycles)
sys/dev/netif/bge/if_bge.c
3262
bge_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/bge/if_bge.c
327
static void bge_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/bge/if_bge.c
328
static int bge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/bge/if_bge.c
3291
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
331
static void bge_watchdog(struct ifnet *);
sys/dev/netif/bge/if_bge.c
335
static int bge_ifmedia_upd(struct ifnet *);
sys/dev/netif/bge/if_bge.c
336
static void bge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/bge/if_bge.c
3383
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3420
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3454
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3475
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3653
bge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/bge/if_bge.c
3741
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
3891
bge_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/bge/if_bge.c
3975
bge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/bge/if_bge.c
4008
bge_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/bge/if_bge.c
4097
bge_watchdog(struct ifnet *ifp)
sys/dev/netif/bge/if_bge.c
4118
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4213
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4224
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4237
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4256
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4325
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4557
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4585
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4639
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4661
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4779
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4802
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4908
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
4938
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bge/if_bge.c
851
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
1060
struct ifnet *ifp;
sys/dev/netif/bnx/if_bnx.c
183
static void bnx_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/bnx/if_bnx.c
184
static void bnx_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/bnx/if_bnx.c
185
static void bnx_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/bnx/if_bnx.c
186
static void bnx_npoll_tx_notag(struct ifnet *, void *, int);
sys/dev/netif/bnx/if_bnx.c
1868
struct ifnet *ifp;
sys/dev/netif/bnx/if_bnx.c
187
static void bnx_npoll_status(struct ifnet *);
sys/dev/netif/bnx/if_bnx.c
188
static void bnx_npoll_status_notag(struct ifnet *);
sys/dev/netif/bnx/if_bnx.c
217
static void bnx_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/bnx/if_bnx.c
218
static int bnx_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/bnx/if_bnx.c
222
static int bnx_ifmedia_upd(struct ifnet *);
sys/dev/netif/bnx/if_bnx.c
223
static void bnx_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/bnx/if_bnx.c
225
static void bnx_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bnx/if_bnx.c
226
static void bnx_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bnx/if_bnx.c
227
static int bnx_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/bnx/if_bnx.c
229
static void bnx_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/bnx/if_bnx.c
2508
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
2796
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
2902
struct ifnet *ifp = &txr->bnx_sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
3004
bnx_npoll_rx(struct ifnet *ifp __unused, void *xret, int cycle)
sys/dev/netif/bnx/if_bnx.c
3020
bnx_npoll_tx_notag(struct ifnet *ifp __unused, void *xtxr, int cycle __unused)
sys/dev/netif/bnx/if_bnx.c
3033
bnx_npoll_tx(struct ifnet *ifp, void *xtxr, int cycle)
sys/dev/netif/bnx/if_bnx.c
3045
bnx_npoll_status_notag(struct ifnet *ifp)
sys/dev/netif/bnx/if_bnx.c
3063
bnx_npoll_status(struct ifnet *ifp)
sys/dev/netif/bnx/if_bnx.c
3075
bnx_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/bnx/if_bnx.c
3176
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
3215
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
3343
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
3524
bnx_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/bnx/if_bnx.c
3592
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
3744
bnx_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/bnx/if_bnx.c
3807
bnx_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/bnx/if_bnx.c
3840
bnx_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/bnx/if_bnx.c
3933
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/bnx/if_bnx.c
3956
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4047
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4058
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4071
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4091
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4382
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4436
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4458
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4576
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4602
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
4766
struct ifnet *ifp;
sys/dev/netif/bnx/if_bnx.c
4809
struct ifnet *ifp;
sys/dev/netif/bnx/if_bnx.c
4848
struct ifnet *ifp;
sys/dev/netif/bnx/if_bnx.c
4885
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
5271
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
5301
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
5520
bnx_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bnx/if_bnx.c
5529
bnx_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bnx/if_bnx.c
5538
bnx_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/bnx/if_bnx.c
5549
bnx_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/bnx/if_bnx.c
5668
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/bnx/if_bnx.c
639
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/dc/if_dc.c
1050
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
1119
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
1186
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
1262
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
1841
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
217
static void dc_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/dc/if_dc.c
218
static int dc_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/dc/if_dc.c
2208
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/dc/if_dc.c
221
static void dc_npoll (struct ifnet *, struct ifpoll_info *);
sys/dev/netif/dc/if_dc.c
222
static void dc_npoll_compat (struct ifnet *, void *, int);
sys/dev/netif/dc/if_dc.c
226
static void dc_watchdog (struct ifnet *);
sys/dev/netif/dc/if_dc.c
228
static int dc_ifmedia_upd (struct ifnet *);
sys/dev/netif/dc/if_dc.c
229
static void dc_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/dc/if_dc.c
2503
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
2618
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
2721
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/dc/if_dc.c
2848
dc_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/dc/if_dc.c
2898
dc_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/dc/if_dc.c
2932
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
3085
dc_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/dc/if_dc.c
3188
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/dc/if_dc.c
3367
dc_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/dc/if_dc.c
3391
dc_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/dc/if_dc.c
3415
dc_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/dc/if_dc.c
3459
dc_watchdog(struct ifnet *ifp)
sys/dev/netif/dc/if_dc.c
3484
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
3540
struct ifnet *ifp;
sys/dev/netif/dc/if_dc.c
3560
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/dc/if_dc.c
3587
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/de/if_de.c
103
static void tulip_ifstart(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/de/if_de.c
113
static int tulip_ifmedia_change(struct ifnet *);
sys/dev/netif/de/if_de.c
114
static void tulip_ifmedia_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/de/if_de.c
2674
tulip_ifmedia_change(struct ifnet *ifp)
sys/dev/netif/de/if_de.c
2703
tulip_ifmedia_status(struct ifnet *ifp, struct ifmediareq *req)
sys/dev/netif/de/if_de.c
2721
struct ifnet *ifp;
sys/dev/netif/de/if_de.c
2975
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/de/if_de.c
3688
tulip_ifioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred * cr)
sys/dev/netif/de/if_de.c
3767
tulip_ifstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/de/if_de.c
3793
tulip_ifwatchdog(struct ifnet *ifp)
sys/dev/netif/de/if_de.c
3839
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1045
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1108
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1132
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1149
em_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/em/if_em.c
1214
em_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/em/if_em.c
1365
em_watchdog(struct ifnet *ifp)
sys/dev/netif/em/if_em.c
1417
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1537
em_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/em/if_em.c
1564
em_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/em/if_em.c
1596
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
1665
em_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/em/if_em.c
1720
em_media_change(struct ifnet *ifp)
sys/dev/netif/em/if_em.c
2031
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2112
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2133
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2163
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2220
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2245
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2336
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
2751
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
296
static int em_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/em/if_em.c
297
static void em_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/em/if_em.c
299
static void em_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/em/if_em.c
300
static void em_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/em/if_em.c
302
static void em_watchdog(struct ifnet *);
sys/dev/netif/em/if_em.c
303
static void em_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/em/if_em.c
304
static int em_media_change(struct ifnet *);
sys/dev/netif/em/if_em.c
3215
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
3277
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
3346
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
3492
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
3663
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
4093
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
4301
struct ifnet *ifp;
sys/dev/netif/em/if_em.c
4342
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
4400
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
4445
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
450
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
488
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/em/if_em.c
532
struct ifnet *ifp = &adapter->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1055
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1079
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1095
emx_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/emx/if_emx.c
1160
emx_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/emx/if_emx.c
1299
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/emx/if_emx.c
1347
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1484
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1568
emx_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/emx/if_emx.c
1617
emx_media_change(struct ifnet *ifp)
sys/dev/netif/emx/if_emx.c
1824
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1845
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1875
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1912
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
1937
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
2023
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
2190
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
225
static int emx_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/emx/if_emx.c
226
static void emx_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/emx/if_emx.c
228
static void emx_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/emx/if_emx.c
229
static void emx_npoll_status(struct ifnet *);
sys/dev/netif/emx/if_emx.c
230
static void emx_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/emx/if_emx.c
231
static void emx_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/emx/if_emx.c
234
static void emx_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/emx/if_emx.c
235
static int emx_media_change(struct ifnet *);
sys/dev/netif/emx/if_emx.c
237
static void emx_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/emx/if_emx.c
238
static void emx_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/emx/if_emx.c
239
static int emx_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/emx/if_emx.c
241
static void emx_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/emx/if_emx.c
3108
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
3339
struct ifnet *ifp = &rdata->sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
3638
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
3828
struct ifnet *ifp;
sys/dev/netif/emx/if_emx.c
3869
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
3969
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
4014
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
4055
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
4135
emx_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/emx/if_emx.c
4143
emx_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/emx/if_emx.c
4151
emx_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/emx/if_emx.c
4173
emx_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/emx/if_emx.c
4187
emx_npoll_status(struct ifnet *ifp)
sys/dev/netif/emx/if_emx.c
4204
emx_npoll_tx(struct ifnet *ifp, void *arg, int cycle __unused)
sys/dev/netif/emx/if_emx.c
4215
emx_npoll_rx(struct ifnet *ifp __unused, void *arg, int cycle)
sys/dev/netif/emx/if_emx.c
4225
emx_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/emx/if_emx.c
430
struct ifnet *ifp = &tdata->sc->arpcom.ac_if;
sys/dev/netif/emx/if_emx.c
985
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1058
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1087
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1133
et_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/et/if_et.c
1194
et_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/et/if_et.c
1262
et_watchdog(struct ifnet *ifp)
sys/dev/netif/et/if_et.c
1342
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1398
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1609
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1661
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1788
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
1838
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
2013
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
2067
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
2167
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
2195
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
236
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
387
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
425
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
521
et_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/et/if_et.c
538
et_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/et/if_et.c
551
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/et/if_et.c
79
static int et_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/et/if_et.c
80
static void et_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/et/if_et.c
81
static void et_watchdog(struct ifnet *);
sys/dev/netif/et/if_et.c
82
static int et_ifmedia_upd(struct ifnet *);
sys/dev/netif/et/if_et.c
83
static void et_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/fwe/if_fwe.c
108
fwe_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/fwe/if_fwe.c
127
fwe_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/fwe/if_fwe.c
179
struct ifnet *ifp;
sys/dev/netif/fwe/if_fwe.c
249
struct ifnet *ifp = &fwe->fwe_if;
sys/dev/netif/fwe/if_fwe.c
302
struct ifnet *ifp = &fwe->fwe_if;
sys/dev/netif/fwe/if_fwe.c
392
fwe_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/fwe/if_fwe.c
434
struct ifnet *ifp;
sys/dev/netif/fwe/if_fwe.c
456
fwe_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/fwe/if_fwe.c
483
fwe_as_output(struct fwe_softc *fwe, struct ifnet *ifp)
sys/dev/netif/fwe/if_fwe.c
536
struct ifnet *ifp;
sys/dev/netif/fwe/if_fwe.c
75
static void fwe_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/fwe/if_fwe.c
76
static int fwe_ioctl (struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/fwe/if_fwe.c
80
static void fwe_as_output (struct fwe_softc *, struct ifnet *);
sys/dev/netif/fxp/if_fxp.c
1040
fxp_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/fxp/if_fxp.c
1194
fxp_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/fxp/if_fxp.c
1221
fxp_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/fxp/if_fxp.c
1288
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
1444
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
1564
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
1626
fxp_watchdog(struct ifnet *ifp)
sys/dev/netif/fxp/if_fxp.c
1639
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
1890
fxp_serial_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/fxp/if_fxp.c
1897
fxp_serial_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/fxp/if_fxp.c
1907
fxp_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/fxp/if_fxp.c
1923
fxp_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/fxp/if_fxp.c
2051
fxp_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/fxp/if_fxp.c
207
static void fxp_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/dev/netif/fxp/if_fxp.c
210
static int fxp_ioctl(struct ifnet *ifp, u_long command,
sys/dev/netif/fxp/if_fxp.c
212
static void fxp_watchdog(struct ifnet *ifp);
sys/dev/netif/fxp/if_fxp.c
2128
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
2170
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
225
static int fxp_ifmedia_upd(struct ifnet *ifp);
sys/dev/netif/fxp/if_fxp.c
226
static void fxp_ifmedia_sts(struct ifnet *ifp,
sys/dev/netif/fxp/if_fxp.c
228
static int fxp_serial_ifmedia_upd(struct ifnet *ifp);
sys/dev/netif/fxp/if_fxp.c
229
static void fxp_serial_ifmedia_sts(struct ifnet *ifp,
sys/dev/netif/fxp/if_fxp.c
238
static void fxp_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/fxp/if_fxp.c
239
static void fxp_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/fxp/if_fxp.c
392
struct ifnet *ifp;
sys/dev/netif/fxp/if_fxp.c
779
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/fxp/if_fxp.c
829
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ic/if_ic.c
131
struct ifnet *ifp = &sc->ic_if;
sys/dev/netif/ic/if_ic.c
157
icioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/ic/if_ic.c
336
icoutput(struct ifnet *ifp, struct mbuf *m,
sys/dev/netif/ic/if_ic.c
72
struct ifnet ic_if;
sys/dev/netif/ic/if_ic.c
92
static int icioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/ic/if_ic.c
93
static int icoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/dev/netif/igb/if_igb.c
1082
igb_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/igb/if_igb.c
1147
igb_media_change(struct ifnet *ifp)
sys/dev/netif/igb/if_igb.c
1223
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1247
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1278
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1326
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1429
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1465
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
1581
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
201
static int igb_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/igb/if_igb.c
202
static void igb_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/igb/if_igb.c
203
static int igb_media_change(struct ifnet *);
sys/dev/netif/igb/if_igb.c
206
static void igb_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/igb/if_igb.c
208
static void igb_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/igb/if_igb.c
209
static void igb_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/igb/if_igb.c
210
static void igb_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/igb/if_igb.c
211
static void igb_npoll_status(struct ifnet *);
sys/dev/netif/igb/if_igb.c
213
static void igb_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/igb/if_igb.c
214
static void igb_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/igb/if_igb.c
215
static int igb_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/igb/if_igb.c
217
static void igb_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/igb/if_igb.c
2493
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
2714
struct ifnet *ifp = &rxr->sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
2847
struct ifnet *ifp = sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3163
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
331
struct ifnet *ifp = &txr->sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3341
igb_npoll_status(struct ifnet *ifp)
sys/dev/netif/igb/if_igb.c
3356
igb_npoll_tx(struct ifnet *ifp, void *arg, int cycle __unused)
sys/dev/netif/igb/if_igb.c
3366
igb_npoll_rx(struct ifnet *ifp __unused, void *arg, int cycle)
sys/dev/netif/igb/if_igb.c
3376
igb_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/igb/if_igb.c
3428
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3480
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3675
igb_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/igb/if_igb.c
3736
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/igb/if_igb.c
3823
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3862
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3894
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
3914
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
4217
igb_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/igb/if_igb.c
4225
igb_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/igb/if_igb.c
4233
igb_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/igb/if_igb.c
4244
igb_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/igb/if_igb.c
5334
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
748
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
814
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
833
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/igb/if_igb.c
850
igb_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/igb/if_igb.c
960
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/iwi/if_iwi.c
172
static void iwi_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/iwi/if_iwi.c
2886
struct ifnet *ifp = vap->iv_ifp;
sys/dev/netif/iwi/if_iwi.c
985
iwi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/netif/iwn/if_iwn.c
208
static int iwn_media_change(struct ifnet *);
sys/dev/netif/iwn/if_iwn.c
2887
iwn_media_change(struct ifnet *ifp)
sys/dev/netif/ix/if_ix.c
1227
ix_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/ix/if_ix.c
1373
ix_media_change(struct ifnet *ifp)
sys/dev/netif/ix/if_ix.c
155
static void ix_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/ix/if_ix.c
156
static void ix_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/ix/if_ix.c
157
static int ix_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/ix/if_ix.c
1576
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
159
static void ix_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/ix/if_ix.c
1612
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
162
static void ix_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/ix/if_ix.c
164
static int ix_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/ix/if_ix.c
167
static void ix_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/ix/if_ix.c
168
static int ix_media_change(struct ifnet *);
sys/dev/netif/ix/if_ix.c
1694
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
172
static void ix_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/ix/if_ix.c
173
static void ix_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/ix/if_ix.c
174
static void ix_npoll_rx_direct(struct ifnet *, void *, int);
sys/dev/netif/ix/if_ix.c
175
static void ix_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/ix/if_ix.c
1750
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
176
static void ix_npoll_status(struct ifnet *);
sys/dev/netif/ix/if_ix.c
1796
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
2672
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
2951
struct ifnet *ifp = &rxr->rx_sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
3535
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
355
struct ifnet *ifp = &txr->tx_sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
3942
ix_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/ix/if_ix.c
3950
ix_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/ix/if_ix.c
3958
ix_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/ix/if_ix.c
3980
ix_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/ix/if_ix.c
4032
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4051
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4065
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/ix/if_ix.c
4297
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4319
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4361
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4445
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
4939
ix_npoll_status(struct ifnet *ifp)
sys/dev/netif/ix/if_ix.c
4951
ix_npoll_tx(struct ifnet *ifp, void *arg, int cycle __unused)
sys/dev/netif/ix/if_ix.c
4962
ix_npoll_rx(struct ifnet *ifp __unused, void *arg, int cycle)
sys/dev/netif/ix/if_ix.c
4971
ix_npoll_rx_direct(struct ifnet *ifp __unused, void *arg, int cycle)
sys/dev/netif/ix/if_ix.c
4980
ix_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/ix/if_ix.c
5441
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
681
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
744
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ix/if_ix.c
757
ix_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/ix/if_ix.c
815
ix_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/ix/if_ix.c
928
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
103
static int jme_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/jme/if_jme.c
104
static void jme_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/jme/if_jme.c
105
static void jme_watchdog(struct ifnet *);
sys/dev/netif/jme/if_jme.c
106
static void jme_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/jme/if_jme.c
107
static int jme_mediachange(struct ifnet *);
sys/dev/netif/jme/if_jme.c
109
static void jme_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/jme/if_jme.c
1090
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
110
static void jme_npoll_status(struct ifnet *);
sys/dev/netif/jme/if_jme.c
111
static void jme_npoll_rx(struct ifnet *, void *, int);
sys/dev/netif/jme/if_jme.c
112
static void jme_npoll_tx(struct ifnet *, void *, int);
sys/dev/netif/jme/if_jme.c
114
static void jme_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/jme/if_jme.c
115
static void jme_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/jme/if_jme.c
116
static int jme_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/netif/jme/if_jme.c
118
static void jme_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/netif/jme/if_jme.c
1542
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
1587
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
1603
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
1798
jme_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/jme/if_jme.c
1875
jme_watchdog(struct ifnet *ifp)
sys/dev/netif/jme/if_jme.c
1906
jme_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/jme/if_jme.c
2114
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
2180
struct ifnet *ifp = &tdata->jme_sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
2306
struct ifnet *ifp = &rdata->jme_sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
2660
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
2891
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3102
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3117
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3178
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3207
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3236
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3265
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3320
jme_npoll_status(struct ifnet *ifp)
sys/dev/netif/jme/if_jme.c
3335
jme_npoll_rx(struct ifnet *ifp __unused, void *arg, int cycle)
sys/dev/netif/jme/if_jme.c
3345
jme_npoll_tx(struct ifnet *ifp, void *arg, int cycle __unused)
sys/dev/netif/jme/if_jme.c
3357
jme_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/jme/if_jme.c
355
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3568
jme_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/jme/if_jme.c
3577
jme_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/jme/if_jme.c
3586
jme_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/jme/if_jme.c
3597
jme_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/jme/if_jme.c
3812
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3835
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
3854
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/jme/if_jme.c
501
jme_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/jme/if_jme.c
517
jme_mediachange(struct ifnet *ifp)
sys/dev/netif/jme/if_jme.c
673
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
1024
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
1122
lge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/lge/if_lge.c
1203
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
1326
lge_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/lge/if_lge.c
1346
lge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/lge/if_lge.c
1358
lge_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/lge/if_lge.c
1415
lge_watchdog(struct ifnet *ifp)
sys/dev/netif/lge/if_lge.c
143
static void lge_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/lge/if_lge.c
1438
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
144
static int lge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/lge/if_lge.c
147
static void lge_watchdog(struct ifnet *);
sys/dev/netif/lge/if_lge.c
149
static int lge_ifmedia_upd(struct ifnet *);
sys/dev/netif/lge/if_lge.c
150
static void lge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/lge/if_lge.c
344
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
430
struct ifnet *ifp;
sys/dev/netif/lge/if_lge.c
573
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
850
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
930
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
943
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
982
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lge/if_lge.c
994
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/lnc/am7990.c
147
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
209
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
305
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
389
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
487
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
566
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am7990.c
589
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
185
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
249
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
341
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
426
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
524
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
604
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/am79900.c
626
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/lance.c
101
static void lance_watchdog(struct ifnet *);
sys/dev/netif/lnc/lance.c
102
static int lance_mediachange(struct ifnet *);
sys/dev/netif/lnc/lance.c
103
static void lance_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/lnc/lance.c
104
static int lance_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/lnc/lance.c
109
struct ifnet *ifp;
sys/dev/netif/lnc/lance.c
209
lance_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/lnc/lance.c
220
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/lance.c
249
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/lance.c
336
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/lance.c
383
lance_watchdog(struct ifnet *ifp)
sys/dev/netif/lnc/lance.c
393
lance_mediachange(struct ifnet *ifp)
sys/dev/netif/lnc/lance.c
406
lance_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/lnc/lance.c
426
lance_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/lnc/lance.c
510
struct ifnet *ifp = sc->ifp;
sys/dev/netif/lnc/lance.c
99
static void lance_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/lnc/lancevar.h
50
struct ifnet *ifp;
sys/dev/netif/mii_layer/mii_physubr.c
454
struct ifnet *ifp = mii->mii_ifp;
sys/dev/netif/mii_layer/mii_physubr.c
489
struct ifnet *ifp = mii->mii_ifp;
sys/dev/netif/mii_layer/miivar.h
64
struct ifnet *mii_ifp; /* pointer back to network interface */
sys/dev/netif/msk/if_msk.c
1365
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/msk/if_msk.c
1756
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/msk/if_msk.c
258
static int msk_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/msk/if_msk.c
2585
msk_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/msk/if_msk.c
259
static void msk_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/msk/if_msk.c
260
static void msk_watchdog(struct ifnet *);
sys/dev/netif/msk/if_msk.c
261
static int msk_mediachange(struct ifnet *);
sys/dev/netif/msk/if_msk.c
262
static void msk_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/msk/if_msk.c
2650
msk_watchdog(struct ifnet *ifp)
sys/dev/netif/msk/if_msk.c
2769
struct ifnet *ifp;
sys/dev/netif/msk/if_msk.c
2833
struct ifnet *ifp;
sys/dev/netif/msk/if_msk.c
2888
struct ifnet *ifp;
sys/dev/netif/msk/if_msk.c
2933
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/msk/if_msk.c
298
static void msk_setvlan(struct msk_if_softc *, struct ifnet *);
sys/dev/netif/msk/if_msk.c
3246
struct ifnet *ifp0, *ifp1;
sys/dev/netif/msk/if_msk.c
3311
struct ifnet *ifp = sc_if->msk_ifp;
sys/dev/netif/msk/if_msk.c
3339
struct ifnet *ifp = sc_if->msk_ifp;
sys/dev/netif/msk/if_msk.c
3678
struct ifnet *ifp = sc_if->msk_ifp;
sys/dev/netif/msk/if_msk.c
534
struct ifnet *ifp;
sys/dev/netif/msk/if_msk.c
579
msk_setvlan(struct msk_if_softc *sc_if, struct ifnet *ifp)
sys/dev/netif/msk/if_msk.c
827
msk_mediachange(struct ifnet *ifp)
sys/dev/netif/msk/if_msk.c
843
msk_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/msk/if_msk.c
856
msk_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/msk/if_mskreg.h
2504
struct ifnet *msk_ifp; /* interface info */
sys/dev/netif/mxge/if_mxge.c
1041
struct ifnet *ifp = sc->ifp;
sys/dev/netif/mxge/if_mxge.c
1956
mxge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/mxge/if_mxge.c
1996
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/dev/netif/mxge/if_mxge.c
2224
mxge_rx_done_big(struct ifnet *ifp, mxge_rx_ring_t *rx,
sys/dev/netif/mxge/if_mxge.c
2281
mxge_rx_done_small(struct ifnet *ifp, mxge_rx_ring_t *rx,
sys/dev/netif/mxge/if_mxge.c
2338
mxge_clean_rx_done(struct ifnet *ifp, struct mxge_rx_data *rx_data, int cycle)
sys/dev/netif/mxge/if_mxge.c
2365
mxge_tx_done(struct ifnet *ifp, mxge_tx_ring_t *tx, uint32_t mcp_idx)
sys/dev/netif/mxge/if_mxge.c
3329
struct ifnet *ifp = sc->ifp;
sys/dev/netif/mxge/if_mxge.c
3516
struct ifnet *ifp = sc->ifp;
sys/dev/netif/mxge/if_mxge.c
3753
mxge_media_change(struct ifnet *ifp)
sys/dev/netif/mxge/if_mxge.c
3774
struct ifnet *ifp = sc->ifp;
sys/dev/netif/mxge/if_mxge.c
3797
mxge_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/mxge/if_mxge.c
3820
mxge_ioctl(struct ifnet *ifp, u_long command, caddr_t data,
sys/dev/netif/mxge/if_mxge.c
4149
mxge_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/mxge/if_mxge.c
4157
mxge_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/mxge/if_mxge.c
4165
mxge_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/netif/mxge/if_mxge.c
4175
mxge_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/netif/mxge/if_mxge.c
4189
mxge_npoll_rx(struct ifnet *ifp, void *xss, int cycle)
sys/dev/netif/mxge/if_mxge.c
4211
mxge_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/mxge/if_mxge.c
4239
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/mxge/if_mxge.c
4460
struct ifnet *ifp = sc->ifp;
sys/dev/netif/mxge/if_mxge_var.h
127
struct ifnet* ifp; /* points to arpcom.ac_if */
sys/dev/netif/my/if_my.c
1089
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
1146
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
115
static void my_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/my/if_my.c
116
static int my_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/my/if_my.c
119
static void my_watchdog(struct ifnet *);
sys/dev/netif/my/if_my.c
1197
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
121
static int my_ifmedia_upd(struct ifnet *);
sys/dev/netif/my/if_my.c
1218
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
122
static void my_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/my/if_my.c
1330
my_start(struct ifnet * ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/my/if_my.c
1404
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
1498
my_ifmedia_upd(struct ifnet * ifp)
sys/dev/netif/my/if_my.c
1523
my_ifmedia_sts(struct ifnet * ifp, struct ifmediareq * ifmr)
sys/dev/netif/my/if_my.c
1581
my_ioctl(struct ifnet * ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/my/if_my.c
1615
my_watchdog(struct ifnet * ifp)
sys/dev/netif/my/if_my.c
1646
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
327
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
395
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
551
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
645
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/my/if_my.c
784
struct ifnet *ifp;
sys/dev/netif/my/if_my.c
975
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
1063
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
112
static void nfe_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/nfe/if_nfe.c
113
static void nfe_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/nfe/if_nfe.c
1157
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
117
static int nfe_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/nfe/if_nfe.c
122
static void nfe_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/nfe/if_nfe.c
123
static void nfe_watchdog(struct ifnet *);
sys/dev/netif/nfe/if_nfe.c
1346
nfe_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/nfe/if_nfe.c
139
static int nfe_ifmedia_upd(struct ifnet *);
sys/dev/netif/nfe/if_nfe.c
140
static void nfe_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/nfe/if_nfe.c
1417
nfe_watchdog(struct ifnet *ifp)
sys/dev/netif/nfe/if_nfe.c
1440
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
1587
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
1819
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
2064
nfe_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/nfe/if_nfe.c
2083
nfe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/nfe/if_nfe.c
2098
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
2184
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
2325
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
463
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
667
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
703
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
714
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
727
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
854
nfe_npoll_compat(struct ifnet *ifp, void *arg __unused, int count __unused)
sys/dev/netif/nfe/if_nfe.c
874
nfe_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/nfe/if_nfe.c
903
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nfe/if_nfe.c
984
nfe_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/nge/if_nge.c
1201
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
1313
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
1369
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
1411
nge_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/nge/if_nge.c
1452
nge_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/nge/if_nge.c
1486
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
1626
nge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/nge/if_nge.c
163
static void nge_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/nge/if_nge.c
164
static int nge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/nge/if_nge.c
167
static void nge_watchdog(struct ifnet *);
sys/dev/netif/nge/if_nge.c
169
static int nge_ifmedia_upd(struct ifnet *);
sys/dev/netif/nge/if_nge.c
170
static void nge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/nge/if_nge.c
1706
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
1888
nge_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/nge/if_nge.c
192
static void nge_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/nge/if_nge.c
193
static void nge_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/nge/if_nge.c
1941
nge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/nge/if_nge.c
1985
nge_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/nge/if_nge.c
2060
nge_watchdog(struct ifnet *ifp)
sys/dev/netif/nge/if_nge.c
2083
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
2165
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
615
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/nge/if_nge.c
723
struct ifnet *ifp;
sys/dev/netif/nge/if_nge.c
929
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/oce/oce_hw.c
550
struct ifnet *ifp = sc->ifp;
sys/dev/netif/oce/oce_if.c
1094
struct ifnet *ifp = sc->ifp;
sys/dev/netif/oce/oce_if.c
1114
oce_start_locked(struct ifnet *ifp)
sys/dev/netif/oce/oce_if.c
1153
oce_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/oce/oce_if.c
1200
oce_multiq_transmit(struct ifnet *ifp, struct mbuf *m, struct oce_wq *wq)
sys/dev/netif/oce/oce_if.c
1717
oce_add_vlan(void *arg, struct ifnet *ifp, uint16_t vtag)
sys/dev/netif/oce/oce_if.c
1733
oce_del_vlan(void *arg, struct ifnet *ifp, uint16_t vtag)
sys/dev/netif/oce/oce_if.c
1807
oce_handle_passthrough(struct ifnet *ifp, caddr_t data)
sys/dev/netif/oce/oce_if.c
361
oce_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/oce/oce_if.c
506
oce_multiq_start(struct ifnet *ifp, struct mbuf *m)
sys/dev/netif/oce/oce_if.c
53
static int oce_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr);
sys/dev/netif/oce/oce_if.c
533
oce_multiq_flush(struct ifnet *ifp)
sys/dev/netif/oce/oce_if.c
56
static int oce_multiq_start(struct ifnet *ifp, struct mbuf *m);
sys/dev/netif/oce/oce_if.c
57
static void oce_multiq_flush(struct ifnet *ifp);
sys/dev/netif/oce/oce_if.c
68
static void oce_media_status(struct ifnet *ifp, struct ifmediareq *req);
sys/dev/netif/oce/oce_if.c
69
static int oce_media_change(struct ifnet *ifp);
sys/dev/netif/oce/oce_if.c
761
oce_media_status(struct ifnet *ifp, struct ifmediareq *req)
sys/dev/netif/oce/oce_if.c
77
static int oce_multiq_transmit(struct ifnet *ifp, struct mbuf *m,
sys/dev/netif/oce/oce_if.c
798
oce_media_change(struct ifnet *ifp)
sys/dev/netif/oce/oce_if.c
92
static void oce_add_vlan(void *arg, struct ifnet *ifp, uint16_t vtag);
sys/dev/netif/oce/oce_if.c
93
static void oce_del_vlan(void *arg, struct ifnet *ifp, uint16_t vtag);
sys/dev/netif/oce/oce_if.c
96
static int oce_handle_passthrough(struct ifnet *ifp, caddr_t data);
sys/dev/netif/oce/oce_if.h
1077
void oce_start_locked(struct ifnet *ifp);
sys/dev/netif/oce/oce_if.h
1078
void oce_start(struct ifnet *ifp, struct ifaltq_subque *ifsq);
sys/dev/netif/oce/oce_if.h
826
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
1073
pcn_setfilt(struct ifnet *ifp)
sys/dev/netif/pcn/if_pcn.c
1100
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/pcn/if_pcn.c
1202
pcn_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/pcn/if_pcn.c
1226
pcn_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/pcn/if_pcn.c
1242
pcn_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/pcn/if_pcn.c
127
static void pcn_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/pcn/if_pcn.c
128
static int pcn_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/pcn/if_pcn.c
1299
pcn_watchdog(struct ifnet *ifp)
sys/dev/netif/pcn/if_pcn.c
132
static void pcn_watchdog (struct ifnet *);
sys/dev/netif/pcn/if_pcn.c
1324
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
134
static int pcn_ifmedia_upd (struct ifnet *);
sys/dev/netif/pcn/if_pcn.c
135
static void pcn_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/pcn/if_pcn.c
1372
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/pcn/if_pcn.c
141
static void pcn_setfilt (struct ifnet *);
sys/dev/netif/pcn/if_pcn.c
316
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
486
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
638
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/pcn/if_pcn.c
761
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
819
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
877
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/pcn/if_pcn.c
905
struct ifnet *ifp;
sys/dev/netif/pcn/if_pcn.c
994
pcn_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/plip/if_plip.c
150
struct ifnet sc_if;
sys/dev/netif/plip/if_plip.c
170
static int lpioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/plip/if_plip.c
171
static int lpoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/dev/netif/plip/if_plip.c
228
struct ifnet *ifp = &lp->sc_if;
sys/dev/netif/plip/if_plip.c
284
lpioctl (struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/plip/if_plip.c
428
lptap(struct ifnet *ifp, struct mbuf *m)
sys/dev/netif/plip/if_plip.c
588
lpoutput (struct ifnet *ifp, struct mbuf *m,
sys/dev/netif/re/if_re.c
1132
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1281
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1329
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1367
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1386
re_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/re/if_re.c
1422
re_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/re/if_re.c
1450
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1705
re_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/re/if_re.c
1787
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1850
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1867
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
1885
re_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/re/if_re.c
1964
re_watchdog(struct ifnet *ifp)
sys/dev/netif/re/if_re.c
1990
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2043
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2074
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2114
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2143
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2174
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
2221
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/if_re.c
224
static void re_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/re/if_re.c
225
static int re_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/re/if_re.c
228
static void re_watchdog(struct ifnet *);
sys/dev/netif/re/if_re.c
252
static void re_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/re/if_re.c
253
static void re_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/re/if_re.c
597
struct ifnet *ifp;
sys/dev/netif/re/if_re.c
905
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/re/re.c
1101
struct ifnet *ifp;
sys/dev/netif/re/re.c
231
static void re_start __P((struct ifnet *));
sys/dev/netif/re/re.c
25083
struct ifnet *ifp = RE_GET_IFNET(sc);
sys/dev/netif/re/re.c
261
static int re_ioctl __P((struct ifnet *, u_long, caddr_t));
sys/dev/netif/re/re.c
272
static void re_watchdog __P((struct ifnet *));
sys/dev/netif/re/re.c
276
static int re_ifmedia_upd __P((struct ifnet *));
sys/dev/netif/re/re.c
277
static void re_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
sys/dev/netif/re/re.c
279
static int re_ifmedia_upd_8125 __P((struct ifnet *));
sys/dev/netif/re/re.c
280
static void re_ifmedia_sts_8125 __P((struct ifnet *, struct ifmediareq *));
sys/dev/netif/re/re.c
31991
rtl_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/re/re.c
32002
rtl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/re/re.c
4889
struct ifnet *ifp;
sys/dev/netif/re/re.c
5354
struct ifnet *ifp;
sys/dev/netif/re/re.c
5476
re_link_state_change(struct ifnet *ifp, int link_state)
sys/dev/netif/re/re.c
5494
struct ifnet *ifp;
sys/dev/netif/re/re.c
5522
struct ifnet *ifp;
sys/dev/netif/re/re.c
5634
struct ifnet *ifp;
sys/dev/netif/re/re.c
5647
struct ifnet *ifp;
sys/dev/netif/re/re.c
7168
struct ifnet *ifp;
sys/dev/netif/re/re.c
7215
struct ifnet *ifp;
sys/dev/netif/re/re.c
7235
struct ifnet *ifp;
sys/dev/netif/re/re.c
7790
struct ifnet *ifp;
sys/dev/netif/re/re.c
7920
struct ifnet *ifp;
sys/dev/netif/re/re.c
7988
static void re_start(struct ifnet *ifp) /* Transmit Packet*/
sys/dev/netif/re/re.c
8227
struct ifnet *ifp;
sys/dev/netif/re/re.c
8318
struct ifnet *ifp;
sys/dev/netif/re/re.c
8563
struct ifnet *ifp;
sys/dev/netif/re/re.c
8650
struct ifnet *ifp;
sys/dev/netif/re/re.c
8723
struct ifnet *ifp;
sys/dev/netif/re/re.c
8743
struct ifnet *ifp;
sys/dev/netif/re/re.c
8782
struct ifnet *ifp;
sys/dev/netif/re/re.c
8852
struct ifnet *ifp;
sys/dev/netif/re/re.c
9002
struct ifnet *ifp;
sys/dev/netif/re/re.c
9095
struct ifnet *ifp;
sys/dev/netif/re/re.c
9112
struct ifnet *ifp;
sys/dev/netif/re/re.c
9192
struct ifnet *ifp;
sys/dev/netif/re/re.c
9217
static int re_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/re/re.c
9323
static int re_ifmedia_upd_8125(struct ifnet *ifp)
sys/dev/netif/re/re.c
9434
static void re_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/re/re.c
9476
static void re_ifmedia_sts_8125(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/re/re.c
962
struct ifnet *ifp;
sys/dev/netif/re/re.c
987
struct ifnet *ifp;
sys/dev/netif/re/re.h
889
struct ifnet *re_ifp;
sys/dev/netif/re/re.h
982
int (*ifmedia_upd)(struct ifnet *);
sys/dev/netif/re/re.h
983
void (*ifmedia_sts)(struct ifnet *, struct ifmediareq *);
sys/dev/netif/re/re_dragonfly.h
65
int rtl_ifmedia_upd(struct ifnet *);
sys/dev/netif/re/re_dragonfly.h
66
void rtl_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/rl/if_rl.c
1110
struct ifnet *ifp;
sys/dev/netif/rl/if_rl.c
1176
rl_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/rl/if_rl.c
1211
rl_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/rl/if_rl.c
1245
struct ifnet *ifp;
sys/dev/netif/rl/if_rl.c
1346
rl_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/rl/if_rl.c
1391
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/rl/if_rl.c
1497
rl_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/rl/if_rl.c
1513
rl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/rl/if_rl.c
1524
rl_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/rl/if_rl.c
1562
rl_watchdog(struct ifnet *ifp)
sys/dev/netif/rl/if_rl.c
1582
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/rl/if_rl.c
1660
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/rl/if_rl.c
183
static void rl_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/rl/if_rl.c
184
static int rl_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/rl/if_rl.c
187
static void rl_watchdog(struct ifnet *);
sys/dev/netif/rl/if_rl.c
191
static int rl_ifmedia_upd(struct ifnet *);
sys/dev/netif/rl/if_rl.c
192
static void rl_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/rl/if_rl.c
211
static void rl_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/rl/if_rl.c
212
static void rl_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/rl/if_rl.c
642
struct ifnet *ifp;
sys/dev/netif/rl/if_rl.c
738
struct ifnet *ifp;
sys/dev/netif/rl/if_rl.c
903
struct ifnet *ifp;
sys/dev/netif/rl/if_rl.c
982
struct ifnet *ifp;
sys/dev/netif/sbsh/if_sbsh.c
155
static int sbsh_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/sbsh/if_sbsh.c
159
static void sbsh_watchdog(struct ifnet *);
sys/dev/netif/sbsh/if_sbsh.c
161
static void sbsh_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sbsh/if_sbsh.c
221
struct ifnet *ifp;
sys/dev/netif/sbsh/if_sbsh.c
290
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sbsh/if_sbsh.c
313
sbsh_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sbsh/if_sbsh.c
328
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sbsh/if_sbsh.c
390
sbsh_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/sbsh/if_sbsh.c
537
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sbsh/if_sbsh.c
547
sbsh_watchdog(struct ifnet *ifp)
sys/dev/netif/sbsh/if_sbsh.c
626
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sbsh/if_sbsh.c
792
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sf/if_sf.c
1054
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
1105
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sf/if_sf.c
1238
sf_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sf/if_sf.c
1340
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
138
static void sf_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sf/if_sf.c
139
static int sf_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/sf/if_sf.c
1390
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sf/if_sf.c
1427
sf_watchdog(struct ifnet *ifp)
sys/dev/netif/sf/if_sf.c
143
static void sf_watchdog (struct ifnet *);
sys/dev/netif/sf/if_sf.c
1448
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
145
static int sf_ifmedia_upd (struct ifnet *);
sys/dev/netif/sf/if_sf.c
146
static void sf_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/sf/if_sf.c
417
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
464
sf_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/sf/if_sf.c
487
sf_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/sf/if_sf.c
503
sf_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/sf/if_sf.c
641
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
794
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sf/if_sf.c
922
struct ifnet *ifp;
sys/dev/netif/sf/if_sf.c
988
struct ifnet *ifp;
sys/dev/netif/sis/if_sis.c
1200
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
123
static void sis_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sis/if_sis.c
124
static int sis_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/sis/if_sis.c
127
static void sis_watchdog(struct ifnet *);
sys/dev/netif/sis/if_sis.c
129
static int sis_ifmedia_upd(struct ifnet *);
sys/dev/netif/sis/if_sis.c
130
static void sis_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/sis/if_sis.c
1351
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
1425
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
1482
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
1505
sis_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/sis/if_sis.c
1546
sis_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/sis/if_sis.c
1580
struct ifnet *ifp;
sys/dev/netif/sis/if_sis.c
162
static void sis_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/sis/if_sis.c
163
static void sis_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/sis/if_sis.c
1693
sis_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sis/if_sis.c
1763
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
1929
sis_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/sis/if_sis.c
1952
sis_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/sis/if_sis.c
1966
sis_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/sis/if_sis.c
2004
sis_watchdog(struct ifnet *ifp)
sys/dev/netif/sis/if_sis.c
2028
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
2085
struct ifnet *ifp;
sys/dev/netif/sis/if_sis.c
766
struct ifnet *ifp;
sys/dev/netif/sis/if_sis.c
813
struct ifnet *ifp;
sys/dev/netif/sis/if_sis.c
867
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sis/if_sis.c
926
struct ifnet *ifp;
sys/dev/netif/sk/if_sk.c
1146
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
1534
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
1688
sk_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sk/if_sk.c
1744
sk_watchdog(struct ifnet *ifp)
sys/dev/netif/sk/if_sk.c
1806
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
1893
sk_rxcsum(struct ifnet *ifp, struct mbuf *m,
sys/dev/netif/sk/if_sk.c
193
static void sk_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sk/if_sk.c
194
static int sk_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/sk/if_sk.c
1989
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
199
static void sk_watchdog(struct ifnet *);
sys/dev/netif/sk/if_sk.c
200
static int sk_ifmedia_upd(struct ifnet *);
sys/dev/netif/sk/if_sk.c
201
static void sk_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/sk/if_sk.c
2035
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
2084
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
2097
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
2196
struct ifnet *ifp0 = NULL, *ifp1 = NULL;
sys/dev/netif/sk/if_sk.c
2276
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
231
static void sk_rxcsum(struct ifnet *, struct mbuf *, const uint16_t,
sys/dev/netif/sk/if_sk.c
2595
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
2773
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
574
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
666
struct ifnet *ifp = &sc_if->arpcom.ac_if;
sys/dev/netif/sk/if_sk.c
931
sk_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/sk/if_sk.c
947
sk_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/sk/if_sk.c
961
sk_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/sln/if_sln.c
1022
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
104
static int sln_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/sln/if_sln.c
106
static void sln_watchdog(struct ifnet *);
sys/dev/netif/sln/if_sln.c
1070
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
108
static int sln_media_upd(struct ifnet *);
sys/dev/netif/sln/if_sln.c
110
static void sln_media_stat(struct ifnet *, struct ifmediareq *);
sys/dev/netif/sln/if_sln.c
1124
sln_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/sln/if_sln.c
1158
sln_watchdog(struct ifnet *ifp)
sys/dev/netif/sln/if_sln.c
1180
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
1194
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
1209
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
184
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
280
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
315
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
335
sln_media_upd(struct ifnet *ifp)
sys/dev/netif/sln/if_sln.c
350
sln_media_stat(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/sln/if_sln.c
501
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
587
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
664
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
729
sln_tx(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sln/if_sln.c
813
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
964
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sln/if_sln.c
99
static void sln_tx(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sn/if_sn.c
1077
snioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/sn/if_sn.c
1129
snwatchdog(struct ifnet *ifp)
sys/dev/netif/sn/if_sn.c
1143
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sn/if_sn.c
118
static int snioctl(struct ifnet * ifp, u_long, caddr_t, struct ucred *);
sys/dev/netif/sn/if_sn.c
120
static void snresume(struct ifnet *);
sys/dev/netif/sn/if_sn.c
123
void snread(struct ifnet *);
sys/dev/netif/sn/if_sn.c
125
void snstart(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/sn/if_sn.c
127
void snwatchdog(struct ifnet *);
sys/dev/netif/sn/if_sn.c
1330
struct ifnet *ifp = (struct ifnet *)sc;
sys/dev/netif/sn/if_sn.c
156
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sn/if_sn.c
238
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sn/if_sn.c
329
snstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/sn/if_sn.c
543
snresume(struct ifnet *ifp)
sys/dev/netif/sn/if_sn.c
731
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/sn/if_sn.c
949
snread(struct ifnet *ifp)
sys/dev/netif/sn/if_sn_pccard.c
113
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ste/if_ste.c
102
static void ste_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/ste/if_ste.c
103
static void ste_watchdog (struct ifnet *);
sys/dev/netif/ste/if_ste.c
108
static int ste_ifmedia_upd (struct ifnet *);
sys/dev/netif/ste/if_ste.c
109
static void ste_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/ste/if_ste.c
1125
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
1227
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
1296
ste_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/ste/if_ste.c
1409
ste_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/ste/if_ste.c
1481
ste_watchdog(struct ifnet *ifp)
sys/dev/netif/ste/if_ste.c
428
ste_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/ste/if_ste.c
448
ste_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/ste/if_ste.c
537
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
582
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
636
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
710
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
747
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
783
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
847
struct ifnet *ifp;
sys/dev/netif/ste/if_ste.c
98
static int ste_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/ste/if_ste.c
994
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1047
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1058
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1072
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1170
stge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/stge/if_stge.c
1232
stge_watchdog(struct ifnet *ifp)
sys/dev/netif/stge/if_stge.c
1247
stge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/netif/stge/if_stge.c
134
static void stge_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/stge/if_stge.c
135
static void stge_watchdog(struct ifnet *);
sys/dev/netif/stge/if_stge.c
136
static int stge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/stge/if_stge.c
1395
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1458
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1553
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1685
stge_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/stge/if_stge.c
171
static int stge_mediachange(struct ifnet *);
sys/dev/netif/stge/if_stge.c
1719
stge_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/stge/if_stge.c
172
static void stge_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/netif/stge/if_stge.c
1755
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
1788
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
180
static void stge_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/stge/if_stge.c
181
static void stge_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/stge/if_stge.c
1887
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
2075
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
2100
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
2375
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
2395
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/stge/if_stge.c
484
stge_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/stge/if_stge.c
503
stge_mediachange(struct ifnet *ifp)
sys/dev/netif/stge/if_stge.c
572
struct ifnet *ifp;
sys/dev/netif/stge/if_stge.c
817
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1019
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1090
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1227
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1409
struct ifnet *ifp;
sys/dev/netif/ti/if_ti.c
1586
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1626
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
166
static void ti_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/ti/if_ti.c
167
static int ti_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/ti/if_ti.c
171
static void ti_watchdog(struct ifnet *);
sys/dev/netif/ti/if_ti.c
1722
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
173
static int ti_ifmedia_upd(struct ifnet *);
sys/dev/netif/ti/if_ti.c
174
static void ti_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/ti/if_ti.c
1768
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1800
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
1905
ti_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/ti/if_ti.c
1985
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
2065
ti_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/ti/if_ti.c
2122
ti_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/ti/if_ti.c
2166
ti_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/ti/if_ti.c
2241
ti_watchdog(struct ifnet *ifp)
sys/dev/netif/ti/if_ti.c
2262
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
277
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
405
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/ti/if_ti.c
505
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/tl/if_tl.c
1054
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
1254
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/tl/if_tl.c
1392
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
1527
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
1598
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
1669
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/tl/if_tl.c
1681
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
1822
tl_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/tl/if_tl.c
1910
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/tl/if_tl.c
1988
tl_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/tl/if_tl.c
2009
tl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/tl/if_tl.c
2039
tl_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/tl/if_tl.c
2092
tl_watchdog(struct ifnet *ifp)
sys/dev/netif/tl/if_tl.c
2116
struct ifnet *ifp;
sys/dev/netif/tl/if_tl.c
277
static void tl_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/tl/if_tl.c
278
static int tl_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/tl/if_tl.c
282
static void tl_watchdog (struct ifnet *);
sys/dev/netif/tl/if_tl.c
284
static int tl_ifmedia_upd (struct ifnet *);
sys/dev/netif/tl/if_tl.c
285
static void tl_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/tl/if_tl.c
887
struct ifnet *ifp;
sys/dev/netif/tx/if_tx.c
1052
struct ifnet *ifp = &sc->sc_if;
sys/dev/netif/tx/if_tx.c
116
static int epic_ifmedia_upd(struct ifnet *);
sys/dev/netif/tx/if_tx.c
117
static void epic_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/tx/if_tx.c
1176
struct ifnet *ifp = &sc->sc_if;
sys/dev/netif/tx/if_tx.c
191
struct ifnet *ifp;
sys/dev/netif/tx/if_tx.c
298
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/tx/if_tx.c
339
struct ifnet *ifp;
sys/dev/netif/tx/if_tx.c
352
epic_ifioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/tx/if_tx.c
476
epic_ifstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/tx/if_tx.c
558
struct ifnet *ifp = &sc->sc_if;
sys/dev/netif/tx/if_tx.c
765
epic_ifwatchdog(struct ifnet *ifp)
sys/dev/netif/tx/if_tx.c
800
struct ifnet *ifp = &sc->sc_if;
sys/dev/netif/tx/if_tx.c
817
epic_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/tx/if_tx.c
82
static int epic_ifioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/tx/if_tx.c
86
static void epic_ifstart(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/tx/if_tx.c
87
static void epic_ifwatchdog(struct ifnet *);
sys/dev/netif/tx/if_tx.c
942
epic_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/txp/if_txp.c
1003
txp_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/txp/if_txp.c
1042
struct ifnet *ifp;
sys/dev/netif/txp/if_txp.c
1100
struct ifnet *ifp;
sys/dev/netif/txp/if_txp.c
115
static int txp_ioctl (struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/txp/if_txp.c
1150
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
116
static void txp_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/txp/if_txp.c
1186
txp_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/txp/if_txp.c
119
static void txp_watchdog (struct ifnet *);
sys/dev/netif/txp/if_txp.c
145
static void txp_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/txp/if_txp.c
146
static int txp_ifmedia_upd (struct ifnet *);
sys/dev/netif/txp/if_txp.c
1510
struct ifnet *ifp;
sys/dev/netif/txp/if_txp.c
1528
txp_watchdog(struct ifnet *ifp)
sys/dev/netif/txp/if_txp.c
1534
txp_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/txp/if_txp.c
1570
txp_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/txp/if_txp.c
1680
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
1728
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
205
struct ifnet *ifp;
sys/dev/netif/txp/if_txp.c
335
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
652
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
749
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
805
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sys/dev/netif/txp/if_txp.c
850
struct ifnet *ifp;
sys/dev/netif/vge/if_vge.c
1058
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
1245
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
1414
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
1466
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
1488
vge_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/vge/if_vge.c
1526
vge_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/vge/if_vge.c
1555
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
159
static void vge_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/vge/if_vge.c
160
static int vge_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/vge/if_vge.c
164
static void vge_watchdog (struct ifnet *);
sys/dev/netif/vge/if_vge.c
168
static int vge_ifmedia_upd (struct ifnet *);
sys/dev/netif/vge/if_vge.c
1685
vge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/vge/if_vge.c
169
static void vge_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/vge/if_vge.c
1771
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
188
static void vge_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/vge/if_vge.c
189
static void vge_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/vge/if_vge.c
1926
vge_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/vge/if_vge.c
1940
vge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/vge/if_vge.c
1997
vge_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/vge/if_vge.c
2065
vge_watchdog(struct ifnet *ifp)
sys/dev/netif/vge/if_vge.c
2085
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
2137
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
2156
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
2181
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
513
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vge/if_vge.c
946
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
1034
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
1072
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
1147
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
1162
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vr/if_vr.c
1187
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
1323
vr_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/vr/if_vr.c
140
static void vr_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/vr/if_vr.c
1401
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vr/if_vr.c
141
static int vr_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/vr/if_vr.c
144
static void vr_watchdog(struct ifnet *);
sys/dev/netif/vr/if_vr.c
146
static int vr_ifmedia_upd(struct ifnet *);
sys/dev/netif/vr/if_vr.c
147
static void vr_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/vr/if_vr.c
1495
vr_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/vr/if_vr.c
1511
vr_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/vr/if_vr.c
1524
vr_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/vr/if_vr.c
1561
vr_npoll_compat(struct ifnet *ifp, void *arg __unused, int count __unused)
sys/dev/netif/vr/if_vr.c
1570
vr_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/vr/if_vr.c
1600
vr_watchdog(struct ifnet *ifp)
sys/dev/netif/vr/if_vr.c
1625
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
165
static void vr_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/netif/vr/if_vr.c
166
static void vr_npoll_compat(struct ifnet *, void *, int);
sys/dev/netif/vr/if_vr.c
519
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
606
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vr/if_vr.c
654
struct ifnet *ifp;
sys/dev/netif/vr/if_vr.c
820
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/vr/if_vr.c
961
struct ifnet *ifp;
sys/dev/netif/wb/if_wb.c
1049
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
1102
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
1120
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
1194
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
1298
wb_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/wb/if_wb.c
1382
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
1497
wb_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/wb/if_wb.c
1511
wb_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/wb/if_wb.c
152
static void wb_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/wb/if_wb.c
1522
wb_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/wb/if_wb.c
153
static int wb_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/netif/wb/if_wb.c
156
static void wb_watchdog(struct ifnet *);
sys/dev/netif/wb/if_wb.c
1560
wb_watchdog(struct ifnet *ifp)
sys/dev/netif/wb/if_wb.c
158
static int wb_ifmedia_upd(struct ifnet *);
sys/dev/netif/wb/if_wb.c
1585
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
159
static void wb_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/netif/wb/if_wb.c
1632
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
532
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
711
struct ifnet *ifp;
sys/dev/netif/wb/if_wb.c
836
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wb/if_wb.c
966
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/wi/if_wi.c
1213
wi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/netif/wi/if_wi.c
147
static void wi_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/netif/wi/if_wi.c
1576
struct ifnet *ifp;
sys/dev/netif/xe/if_xe.c
1293
struct ifnet *ifp;
sys/dev/netif/xe/if_xe.c
157
static void xe_start (struct ifnet *ifp, struct ifaltq_subque *);
sys/dev/netif/xe/if_xe.c
158
static int xe_ioctl (struct ifnet *ifp, u_long command, caddr_t data, struct ucred *);
sys/dev/netif/xe/if_xe.c
159
static void xe_watchdog (struct ifnet *ifp);
sys/dev/netif/xe/if_xe.c
160
static int xe_media_change (struct ifnet *ifp);
sys/dev/netif/xe/if_xe.c
161
static void xe_media_status (struct ifnet *ifp, struct ifmediareq *mrp);
sys/dev/netif/xe/if_xe.c
231
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/xe/if_xe.c
472
xe_start(struct ifnet *ifp, struct ifaltq_subque *ifsq) {
sys/dev/netif/xe/if_xe.c
523
xe_ioctl (struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr) {
sys/dev/netif/xe/if_xe.c
606
struct ifnet *ifp;
sys/dev/netif/xe/if_xe.c
870
xe_watchdog(struct ifnet *ifp) {
sys/dev/netif/xe/if_xe.c
886
xe_media_change(struct ifnet *ifp) {
sys/dev/netif/xe/if_xe.c
911
xe_media_status(struct ifnet *ifp, struct ifmediareq *mrp) {
sys/dev/netif/xe/if_xevar.h
41
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
1021
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/xl/if_xl.c
1060
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/xl/if_xl.c
1158
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
1556
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
1951
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
2075
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
2126
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
2169
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/xl/if_xl.c
220
static void xl_start_body (struct ifnet *, int);
sys/dev/netif/xl/if_xl.c
221
static void xl_start (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/xl/if_xl.c
222
static void xl_start_90xB (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/xl/if_xl.c
223
static int xl_ioctl (struct ifnet *, u_long, caddr_t,
sys/dev/netif/xl/if_xl.c
2231
xl_start_poll(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/xl/if_xl.c
2238
xl_npoll_compat(struct ifnet *ifp, void *arg __unused, int count)
sys/dev/netif/xl/if_xl.c
227
static void xl_watchdog (struct ifnet *);
sys/dev/netif/xl/if_xl.c
2284
xl_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/netif/xl/if_xl.c
229
static void xl_start_poll (struct ifnet *, struct ifaltq_subque *);
sys/dev/netif/xl/if_xl.c
230
static void xl_npoll (struct ifnet *, struct ifpoll_info *);
sys/dev/netif/xl/if_xl.c
231
static void xl_npoll_compat (struct ifnet *, void *, int);
sys/dev/netif/xl/if_xl.c
2317
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
235
static int xl_ifmedia_upd (struct ifnet *);
sys/dev/netif/xl/if_xl.c
236
static void xl_ifmedia_sts (struct ifnet *, struct ifmediareq *);
sys/dev/netif/xl/if_xl.c
2386
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
2484
xl_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/xl/if_xl.c
2498
xl_start_body(struct ifnet *ifp, int proc_rx)
sys/dev/netif/xl/if_xl.c
2621
xl_start_90xB(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/netif/xl/if_xl.c
2702
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/netif/xl/if_xl.c
2925
xl_ifmedia_upd(struct ifnet *ifp)
sys/dev/netif/xl/if_xl.c
2967
xl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/netif/xl/if_xl.c
3032
xl_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/dev/netif/xl/if_xl.c
3105
xl_watchdog(struct ifnet *ifp)
sys/dev/netif/xl/if_xl.c
3139
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
3232
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
723
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
758
struct ifnet *ifp;
sys/dev/netif/xl/if_xl.c
838
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/amazon/ena/ena.c
160
static void ena_start_xmit(struct ifnet *, struct ifaltq_subque *);
sys/dev/virtual/amazon/ena/ena.c
2577
((struct ifnet *)ifp)->if_capabilities |= caps;
sys/dev/virtual/amazon/ena/ena.c
2578
((struct ifnet *)ifp)->if_capabilities &= ~0;
sys/dev/virtual/amazon/ena/ena.c
2888
ena_start_xmit(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/virtual/amazon/ena/ena.h
60
typedef struct ifnet * if_t;
sys/dev/virtual/virtio/net/if_vtnet.c
109
static int vtnet_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/virtual/virtio/net/if_vtnet.c
1104
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
140
static void vtnet_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/virtual/virtio/net/if_vtnet.c
1452
vtnet_npoll_status(struct ifnet *ifp)
sys/dev/virtual/virtio/net/if_vtnet.c
1462
vtnet_npoll_rx(struct ifnet *ifp, void *arg __unused, int cycle)
sys/dev/virtual/virtio/net/if_vtnet.c
1470
vtnet_npoll_tx(struct ifnet *ifp, void *arg __unused, int cycle __unused)
sys/dev/virtual/virtio/net/if_vtnet.c
1482
vtnet_npoll(struct ifnet *ifp, struct ifpoll_info *info)
sys/dev/virtual/virtio/net/if_vtnet.c
163
static void vtnet_register_vlan(void *, struct ifnet *, uint16_t);
sys/dev/virtual/virtio/net/if_vtnet.c
1639
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
164
static void vtnet_unregister_vlan(void *, struct ifnet *, uint16_t);
sys/dev/virtual/virtio/net/if_vtnet.c
166
static int vtnet_ifmedia_upd(struct ifnet *);
sys/dev/virtual/virtio/net/if_vtnet.c
167
static void vtnet_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/virtual/virtio/net/if_vtnet.c
1687
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
1800
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
1849
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
1878
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2114
vtnet_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/virtual/virtio/net/if_vtnet.c
2170
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2223
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2255
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2298
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2450
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2524
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2693
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
2725
vtnet_register_vlan(void *arg, struct ifnet *ifp, uint16_t tag)
sys/dev/virtual/virtio/net/if_vtnet.c
2735
vtnet_unregister_vlan(void *arg, struct ifnet *ifp, uint16_t tag)
sys/dev/virtual/virtio/net/if_vtnet.c
2745
vtnet_ifmedia_upd(struct ifnet *ifp)
sys/dev/virtual/virtio/net/if_vtnet.c
2760
vtnet_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/virtual/virtio/net/if_vtnet.c
381
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
459
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
545
vtnet_serialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/virtual/virtio/net/if_vtnet.c
553
vtnet_deserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/virtual/virtio/net/if_vtnet.c
561
vtnet_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz)
sys/dev/virtual/virtio/net/if_vtnet.c
571
vtnet_serialize_assert(struct ifnet *ifp, enum ifnet_serialize slz,
sys/dev/virtual/virtio/net/if_vtnet.c
732
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
87
static void vtnet_npoll(struct ifnet *, struct ifpoll_info *);
sys/dev/virtual/virtio/net/if_vtnet.c
88
static void vtnet_npoll_status(struct ifnet *);
sys/dev/virtual/virtio/net/if_vtnet.c
89
static void vtnet_npoll_rx(struct ifnet *, void *, int);
sys/dev/virtual/virtio/net/if_vtnet.c
898
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
90
static void vtnet_npoll_tx(struct ifnet *, void *, int);
sys/dev/virtual/virtio/net/if_vtnet.c
92
static void vtnet_serialize(struct ifnet *, enum ifnet_serialize);
sys/dev/virtual/virtio/net/if_vtnet.c
920
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
93
static void vtnet_deserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/virtual/virtio/net/if_vtnet.c
94
static int vtnet_tryserialize(struct ifnet *, enum ifnet_serialize);
sys/dev/virtual/virtio/net/if_vtnet.c
951
struct ifnet *ifp;
sys/dev/virtual/virtio/net/if_vtnet.c
96
static void vtnet_serialize_assert(struct ifnet *, enum ifnet_serialize,
sys/dev/virtual/virtio/net/if_vtnet.c
991
vtnet_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,struct ucred *cr)
sys/dev/virtual/virtio/net/if_vtnetvar.h
59
struct ifnet *vtnet_ifp;
sys/dev/virtual/vkernel/net/if_vke.c
125
static void vke_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/virtual/vkernel/net/if_vke.c
127
static int vke_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/virtual/vkernel/net/if_vke.c
129
static int vke_media_change(struct ifnet *);
sys/dev/virtual/vkernel/net/if_vke.c
130
static void vke_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/virtual/vkernel/net/if_vke.c
134
static int vke_init_addr(struct ifnet *, in_addr_t, in_addr_t);
sys/dev/virtual/vkernel/net/if_vke.c
302
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/vkernel/net/if_vke.c
366
vke_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/virtual/vkernel/net/if_vke.c
401
vke_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/dev/virtual/vkernel/net/if_vke.c
460
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/vkernel/net/if_vke.c
536
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/vkernel/net/if_vke.c
585
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/vkernel/net/if_vke.c
629
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/dev/virtual/vkernel/net/if_vke.c
770
struct ifnet *ifp;
sys/dev/virtual/vkernel/net/if_vke.c
948
vke_init_addr(struct ifnet *ifp, in_addr_t addr, in_addr_t mask)
sys/dev/virtual/vkernel/net/if_vke.c
988
static int vke_media_change(struct ifnet *ifp)
sys/dev/virtual/vkernel/net/if_vke.c
994
static void vke_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1674
struct ifnet *ifp = sc->vmx_ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1694
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1742
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
180
static void vmxnet3_start_locked(struct ifnet *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1807
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
181
static void vmxnet3_start(struct ifnet *, struct ifaltq_subque *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
185
static int vmxnet3_txq_mq_start(struct ifnet *, struct mbuf *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1872
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1923
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
193
static void vmxnet3_register_vlan(void *, struct ifnet *, uint16_t);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
194
static void vmxnet3_unregister_vlan(void *, struct ifnet *, uint16_t);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
197
static int vmxnet3_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
1976
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
200
static void vmxnet3_qflush(struct ifnet *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
211
static void vmxnet3_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2118
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
212
static int vmxnet3_media_change(struct ifnet *);
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2178
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2498
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2545
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2658
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2696
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
2969
vmxnet3_start_locked(struct ifnet *ifp)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3017
vmxnet3_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3038
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3094
vmxnet3_txq_mq_start(struct ifnet *ifp, struct mbuf *m)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3143
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3177
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3209
vmxnet3_register_vlan(void *arg, struct ifnet *ifp, uint16_t tag)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3217
vmxnet3_unregister_vlan(void *arg, struct ifnet *ifp, uint16_t tag)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3227
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3273
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3291
vmxnet3_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cred)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3408
vmxnet3_qflush(struct ifnet *ifp)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3490
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3527
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3563
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3581
vmxnet3_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
3599
vmxnet3_media_change(struct ifnet *ifp)
sys/dev/virtual/vmware/vmxnet3/if_vmx.c
371
struct ifnet *ifp;
sys/dev/virtual/vmware/vmxnet3/if_vmxvar.h
203
struct ifnet *vmx_ifp;
sys/kern/uipc_mbuf.c
2235
m_devget(void *_buf, int len, int offset __unused, struct ifnet *ifp)
sys/kern/uipc_msg.c
272
struct ifnet *ifp)
sys/net/altq/altq_cbq.c
233
struct ifnet *ifp;
sys/net/altq/altq_cbq.c
627
struct ifnet *ifp = ifq->altq_ifp;
sys/net/altq/altq_fairq.c
159
struct ifnet *ifp;
sys/net/altq/altq_hfsc.c
157
struct ifnet *ifp;
sys/net/altq/altq_priq.c
98
struct ifnet *ifp;
sys/net/altq/altq_rio.c
286
do { (m)->m_pkthdr.rcvif = (struct ifnet *)((long)(idx)); } while (0)
sys/net/altq/altq_subr.c
363
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/altq/altq_subr.c
410
struct ifnet *ifp;
sys/net/altq/altq_subr.c
483
struct ifnet *ifp;
sys/net/altq/altq_subr.c
99
struct ifnet *ifp;
sys/net/altq/altq_var.h
61
struct ifnet;
sys/net/altq/if_altq.h
163
struct ifnet *altq_ifp; /* back pointer to interface */
sys/net/altq/if_altq.h
67
struct ifnet *ifsq_ifp;
sys/net/bpf.c
1101
struct ifnet *theywant;
sys/net/bpf.c
1115
struct ifnet *ifp = bp->bif_ifp;
sys/net/bpf.c
1514
bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen)
sys/net/bpf.c
1520
bpfattach_dlt(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp)
sys/net/bpf.c
1558
bpfdetach(struct ifnet *ifp)
sys/net/bpf.c
1602
struct ifnet *ifp;
sys/net/bpf.c
1631
struct ifnet *ifp;
sys/net/bpf.c
1720
bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen)
sys/net/bpf.c
1725
bpfattach_dlt(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp)
sys/net/bpf.c
1730
bpfdetach(struct ifnet *ifp)
sys/net/bpf.c
311
struct ifnet *ifp;
sys/net/bpf.c
585
struct ifnet *ifp = bmsg->nm_ifp;
sys/net/bpf.c
616
struct ifnet *ifp;
sys/net/bpf.c
770
struct ifnet *ifp;
sys/net/bpf.c
881
struct ifnet *const ifp = d->bd_bif->bif_ifp;
sys/net/bpf.c
90
struct ifnet *nm_ifp;
sys/net/bpf.h
239
struct ifnet;
sys/net/bpf.h
248
void bpfattach(struct ifnet *, u_int, u_int);
sys/net/bpf.h
249
void bpfattach_dlt(struct ifnet *, u_int, u_int, struct bpf_if **);
sys/net/bpf.h
250
void bpfdetach(struct ifnet *);
sys/net/bpf.h
280
typedef void (*bpf_track_fn)(void *, struct ifnet *, int /* dlt */,
sys/net/bpfdesc.h
110
struct ifnet *bif_ifp; /* corresponding interface */
sys/net/bridge/bridgestp.c
1346
bstp_linkstate(struct ifnet *ifp, int state)
sys/net/bridge/bridgestp.c
1375
struct ifnet *ifp = bif->bif_ifp;
sys/net/bridge/bridgestp.c
247
struct ifnet *ifp;
sys/net/bridge/bridgestp.c
428
struct ifnet *ifp;
sys/net/bridge/if_bridge.c
1025
bridge_lookup_member_if(struct bridge_softc *sc, struct ifnet *member_ifp)
sys/net/bridge/if_bridge.c
1063
struct ifnet *ifs = bif->bif_ifp;
sys/net/bridge/if_bridge.c
1064
struct ifnet *bifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1162
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1178
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1217
struct ifnet *ifs, *bifp;
sys/net/bridge/if_bridge.c
1381
struct ifnet *bifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1416
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1570
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1610
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1623
struct ifnet *ifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
1796
struct ifnet *ifs;
sys/net/bridge/if_bridge.c
1844
struct ifnet *ifs;
sys/net/bridge/if_bridge.c
1868
struct ifnet *ifp, *bifp;
sys/net/bridge/if_bridge.c
1922
bridge_ifdetach(void *arg __unused, struct ifnet *ifp)
sys/net/bridge/if_bridge.c
1950
bridge_stop(struct ifnet *ifp)
sys/net/bridge/if_bridge.c
1985
bridge_enqueue(struct ifnet *dst_ifp, struct mbuf *m)
sys/net/bridge/if_bridge.c
2004
static struct ifnet *
sys/net/bridge/if_bridge.c
2005
bridge_select_unicast(struct bridge_softc *sc, struct ifnet *dst_if,
sys/net/bridge/if_bridge.c
2176
bridge_output(struct ifnet *ifp, struct mbuf *m)
sys/net/bridge/if_bridge.c
2181
struct ifnet *dst_if, *alt_if, *bifp;
sys/net/bridge/if_bridge.c
2376
static struct ifnet *
sys/net/bridge/if_bridge.c
2389
bridge_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/bridge/if_bridge.c
2399
struct ifnet *dst_if = NULL;
sys/net/bridge/if_bridge.c
2456
struct ifnet *src_if, *dst_if, *ifp;
sys/net/bridge/if_bridge.c
2616
bridge_input(struct ifnet *ifp, struct mbuf *m)
sys/net/bridge/if_bridge.c
2620
struct ifnet *bifp, *new_ifp;
sys/net/bridge/if_bridge.c
3006
struct ifnet *dst_if, *alt_if, *bifp;
sys/net/bridge/if_bridge.c
3084
bridge_broadcast(struct bridge_softc *sc, struct ifnet *src_if, struct mbuf *m)
sys/net/bridge/if_bridge.c
3089
struct ifnet *dst_if, *alt_if, *bifp;
sys/net/bridge/if_bridge.c
3261
struct ifnet *dst_if, *bifp;
sys/net/bridge/if_bridge.c
328
struct ifnet *br_dst_if;
sys/net/bridge/if_bridge.c
3305
bridge_rtinfo_update(struct bridge_rtinfo *bri, struct ifnet *dst_if,
sys/net/bridge/if_bridge.c
3320
struct ifnet *dst_if, int setflags, uint8_t flags,
sys/net/bridge/if_bridge.c
339
struct ifnet *br_bif_ifp;
sys/net/bridge/if_bridge.c
3406
struct ifnet *dst_if, uint8_t flags)
sys/net/bridge/if_bridge.c
3443
struct ifnet *dst_if, uint8_t flags)
sys/net/bridge/if_bridge.c
3466
static struct ifnet *
sys/net/bridge/if_bridge.c
358
extern struct mbuf *(*bridge_input_p)(struct ifnet *, struct mbuf *);
sys/net/bridge/if_bridge.c
359
extern int (*bridge_output_p)(struct ifnet *, struct mbuf *);
sys/net/bridge/if_bridge.c
360
extern void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
sys/net/bridge/if_bridge.c
361
extern struct ifnet *(*bridge_interface_p)(void *if_bridge);
sys/net/bridge/if_bridge.c
366
static int bridge_clone_destroy(struct ifnet *);
sys/net/bridge/if_bridge.c
368
static int bridge_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/bridge/if_bridge.c
369
static void bridge_mutecaps(struct bridge_ifinfo *, struct ifnet *, int);
sys/net/bridge/if_bridge.c
370
static void bridge_ifdetach(void *, struct ifnet *);
sys/net/bridge/if_bridge.c
3714
bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp, int bf)
sys/net/bridge/if_bridge.c
373
static void bridge_stop(struct ifnet *);
sys/net/bridge/if_bridge.c
374
static void bridge_start(struct ifnet *, struct ifaltq_subque *);
sys/net/bridge/if_bridge.c
375
static struct mbuf *bridge_input(struct ifnet *, struct mbuf *);
sys/net/bridge/if_bridge.c
376
static int bridge_output(struct ifnet *, struct mbuf *);
sys/net/bridge/if_bridge.c
377
static struct ifnet *bridge_interface(void *if_bridge);
sys/net/bridge/if_bridge.c
385
static void bridge_broadcast(struct bridge_softc *, struct ifnet *,
sys/net/bridge/if_bridge.c
390
struct ifnet *, uint8_t);
sys/net/bridge/if_bridge.c
391
static struct ifnet *bridge_rtlookup(struct bridge_softc *, const uint8_t *);
sys/net/bridge/if_bridge.c
3972
bridge_pfil(struct mbuf **mp, struct ifnet *bifp, struct ifnet *ifp, int dir)
sys/net/bridge/if_bridge.c
400
struct ifnet *, uint8_t);
sys/net/bridge/if_bridge.c
405
struct ifnet *, int, uint8_t, struct bridge_rtinfo **);
sys/net/bridge/if_bridge.c
421
struct ifnet *ifp);
sys/net/bridge/if_bridge.c
4325
struct ifnet *inifp = m->m_pkthdr.rcvif;
sys/net/bridge/if_bridge.c
4336
struct ifnet *inifp = m->m_pkthdr.rcvif;
sys/net/bridge/if_bridge.c
4368
bridge_fragment(struct ifnet *ifp, struct mbuf *m, struct ether_header *eh,
sys/net/bridge/if_bridge.c
4422
struct ifnet *dst_ifp;
sys/net/bridge/if_bridge.c
4434
bridge_handoff(struct bridge_softc *sc, struct ifnet *dst_ifp,
sys/net/bridge/if_bridge.c
4438
struct ifnet *bifp;
sys/net/bridge/if_bridge.c
4487
struct ifnet *bifp = bc_msg->bc_sc->sc_ifp;
sys/net/bridge/if_bridge.c
4501
struct ifnet *bifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
4547
struct ifnet *ifp)
sys/net/bridge/if_bridge.c
462
static int bridge_pfil(struct mbuf **, struct ifnet *, struct ifnet *,
sys/net/bridge/if_bridge.c
468
static int bridge_fragment(struct ifnet *, struct mbuf *,
sys/net/bridge/if_bridge.c
471
static void bridge_handoff(struct bridge_softc *, struct ifnet *,
sys/net/bridge/if_bridge.c
479
struct ifnet *);
sys/net/bridge/if_bridge.c
646
BRIDGE_DEBUG(const char *str, struct ifnet *src_if, struct ifnet *dst_if,
sys/net/bridge/if_bridge.c
711
struct ifnet *ifp;
sys/net/bridge/if_bridge.c
787
struct ifnet *bifp = sc->sc_ifp;
sys/net/bridge/if_bridge.c
809
bridge_clone_destroy(struct ifnet *ifp)
sys/net/bridge/if_bridge.c
849
bridge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/bridge/if_bridge.c
975
bridge_mutecaps(struct bridge_ifinfo *bif_info, struct ifnet *ifp, int mute)
sys/net/bridge/if_bridgevar.h
276
struct ifnet *bifi_ifp; /* member if */
sys/net/bridge/if_bridgevar.h
307
struct ifnet *bif_ifp; /* member if */
sys/net/bridge/if_bridgevar.h
318
struct ifnet *bri_ifp; /* destination if */
sys/net/bridge/if_bridgevar.h
343
struct ifnet *sc_ifp; /* make this an interface */
sys/net/bridge/if_bridgevar.h
389
void bridge_rtdelete(struct bridge_softc *, struct ifnet *ifp, int);
sys/net/bridge/if_bridgevar.h
391
extern void (*bstp_linkstate_p)(struct ifnet *ifp, int state);
sys/net/bridge/if_bridgevar.h
394
void bstp_linkstate(struct ifnet *, int);
sys/net/bridge/if_bridgevar.h
403
void bridge_enqueue(struct ifnet *, struct mbuf *);
sys/net/disc/if_disc.c
111
discoutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/disc/if_disc.c
159
discioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/disc/if_disc.c
63
static struct ifnet discif;
sys/net/disc/if_disc.c
64
static int discoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/disc/if_disc.c
67
static int discioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/disc/if_disc.c
73
struct ifnet *ifp = &discif;
sys/net/dummynet/ip_dummynet.h
143
struct ifnet *ifp; /* interface, for ip_output */
sys/net/dummynet3/ip_dummynet3.h
158
struct ifnet *ifp; /* interface, for ip_output */
sys/net/ethernet.h
376
struct ifnet;
sys/net/ethernet.h
380
extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
sys/net/ethernet.h
381
extern void (*ng_ether_input_orphan_p)(struct ifnet *ifp, struct mbuf *m);
sys/net/ethernet.h
382
extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
sys/net/ethernet.h
383
extern void (*ng_ether_attach_p)(struct ifnet *ifp);
sys/net/ethernet.h
384
extern void (*ng_ether_detach_p)(struct ifnet *ifp);
sys/net/gif/if_gif.c
176
gif_clone_destroy(struct ifnet *ifp)
sys/net/gif/if_gif.c
332
gif_output_serialized(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/gif/if_gif.c
397
gif_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/gif/if_gif.c
412
gif_input(struct mbuf *m, int af, struct ifnet *ifp)
sys/net/gif/if_gif.c
475
gif_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/gif/if_gif.c
709
gif_set_tunnel(struct ifnet *ifp, struct sockaddr *src, struct sockaddr *dst)
sys/net/gif/if_gif.c
815
gif_delete_tunnel(struct ifnet *ifp)
sys/net/gif/if_gif.c
96
int gif_clone_destroy(struct ifnet *);
sys/net/gif/if_gif.h
51
struct ifnet gif_if; /* common area - must be at the top */
sys/net/gif/if_gif.h
71
void gif_input (struct mbuf *, int, struct ifnet *);
sys/net/gif/if_gif.h
72
int gif_output (struct ifnet *, struct mbuf *,
sys/net/gif/if_gif.h
74
int gif_ioctl (struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/gif/if_gif.h
75
int gif_set_tunnel (struct ifnet *, struct sockaddr *, struct sockaddr *);
sys/net/gif/if_gif.h
76
void gif_delete_tunnel (struct ifnet *);
sys/net/gre/if_gre.c
107
static int gre_clone_destroy(struct ifnet *);
sys/net/gre/if_gre.c
108
static int gre_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/gre/if_gre.c
109
static int gre_output(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/gre/if_gre.c
217
gre_clone_destroy(struct ifnet *ifp)
sys/net/gre/if_gre.c
247
gre_output_serialized(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/gre/if_gre.c
427
gre_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/gre/if_gre.c
441
gre_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/gre/if_gre.h
49
struct ifnet sc_if;
sys/net/if.c
1149
if_addgroup(struct ifnet *ifp, const char *groupname)
sys/net/if.c
117
static void if_attachdomain1(struct ifnet *);
sys/net/if.c
1202
if_delgroup_locked(struct ifnet *ifp, const char *groupname)
sys/net/if.c
1246
if_delgroup(struct ifnet *ifp, const char *groupname)
sys/net/if.c
1262
if_getgroups(struct ifgroupreq *ifgr, struct ifnet *ifp)
sys/net/if.c
127
static int if_delmulti_serialized(struct ifnet *, struct sockaddr *);
sys/net/if.c
130
static struct ifnet_array *ifnet_array_add(struct ifnet *,
sys/net/if.c
132
static struct ifnet_array *ifnet_array_del(struct ifnet *,
sys/net/if.c
136
static int if_delgroup_locked(struct ifnet *, const char *);
sys/net/if.c
137
static int if_getgroups(struct ifgroupreq *, struct ifnet *);
sys/net/if.c
1382
struct ifnet *ifp;
sys/net/if.c
145
extern void nd6_setmtu(struct ifnet *);
sys/net/if.c
1471
struct ifnet *ifp = arg;
sys/net/if.c
1541
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/if.c
1573
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/if.c
1621
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/if.c
1686
ifaof_ifpforaddr(struct sockaddr *addr, struct ifnet *ifp)
sys/net/if.c
172
SYSINIT(ifnet, SI_SUB_PRE_DRIVERS, SI_ORDER_ANY, ifnetinit, NULL);
sys/net/if.c
1723
struct ifnet *ifp;
sys/net/if.c
1733
struct ifnet *ifp = msg->ifp;
sys/net/if.c
1774
struct ifnet *ifp = msg->ifp;
sys/net/if.c
1818
if_down(struct ifnet *ifp)
sys/net/if.c
183
struct ifnethead ifnet = TAILQ_HEAD_INITIALIZER(ifnet);
sys/net/if.c
1836
if_up(struct ifnet *ifp)
sys/net/if.c
1852
if_link_state_change(struct ifnet *ifp)
sys/net/if.c
1883
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/if.c
1938
struct ifnet *
sys/net/if.c
194
struct ifnet **ifindex2ifnet = NULL;
sys/net/if.c
1941
struct ifnet *ifp;
sys/net/if.c
1955
struct ifnet *
sys/net/if.c
1967
struct ifnet *ifp = arr->ifnet_arr[i];
sys/net/if.c
1981
struct ifnet *ifp;
sys/net/if.c
211
#define IF_START_KTR_ARGS struct ifnet *ifp
sys/net/if.c
2462
ifpromisc(struct ifnet *ifp, int pswitch)
sys/net/if.c
2515
struct ifnet *ifp;
sys/net/if.c
2624
if_allmulti(struct ifnet *ifp, int onswitch)
sys/net/if.c
2668
if_addmulti_serialized(struct ifnet *ifp, struct sockaddr *sa,
sys/net/if.c
2746
if_addmulti(struct ifnet *ifp, struct sockaddr *sa,
sys/net/if.c
2763
if_delmulti_serialized(struct ifnet *ifp, struct sockaddr *sa)
sys/net/if.c
2826
if_delmulti(struct ifnet *ifp, struct sockaddr *sa)
sys/net/if.c
2842
if_delallmulti_serialized(struct ifnet *ifp)
sys/net/if.c
2878
if_setlladdr(struct ifnet *ifp, const u_char *lladdr, int len)
sys/net/if.c
2947
if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, uint32_t cookie,
sys/net/if.c
2979
struct ifnet *
sys/net/if.c
2983
struct ifnet *ifp;
sys/net/if.c
3001
ifmaof_ifpforaddr(struct sockaddr *sa, struct ifnet *ifp)
sys/net/if.c
3024
struct ifnet *ifp;
sys/net/if.c
3050
if_initname(struct ifnet *ifp, const char *name, int unit)
sys/net/if.c
3061
if_printf(struct ifnet *ifp, const char *fmt, ...)
sys/net/if.c
3073
struct ifnet *
sys/net/if.c
3076
struct ifnet *ifp;
sys/net/if.c
3085
size = sizeof(struct ifnet);
sys/net/if.c
3102
if_free(struct ifnet *ifp)
sys/net/if.c
3269
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/net/if.c
3345
ifq_dispatch(struct ifnet *ifp, struct mbuf *m, struct altq_pktattr *pa)
sys/net/if.c
3499
struct ifnet *ifp = msg->ifp;
sys/net/if.c
352
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/net/if.c
3522
ifa_iflink(struct ifaddr *ifa, struct ifnet *ifp, int tail)
sys/net/if.c
3540
struct ifnet *ifp = msg->ifp;
sys/net/if.c
3560
ifa_ifunlink(struct ifaddr *ifa, struct ifnet *ifp)
sys/net/if.c
3702
struct ifnet *ifp;
sys/net/if.c
3822
ifnet_array_add(struct ifnet *ifp, const struct ifnet_array *old_arr)
sys/net/if.c
3850
ifnet_array_del(struct ifnet *ifp, const struct ifnet_array *old_arr)
sys/net/if.c
3907
ifa_marker_init(struct ifaddr_marker *mark, struct ifnet *ifp)
sys/net/if.c
394
struct ifnet *ifp = ifsq_get_ifp(ifsq);
sys/net/if.c
423
if_devstart(struct ifnet *ifp)
sys/net/if.c
436
if_devstart_sched(struct ifnet *ifp)
sys/net/if.c
442
if_default_serialize(struct ifnet *ifp, enum ifnet_serialize slz __unused)
sys/net/if.c
448
if_default_deserialize(struct ifnet *ifp, enum ifnet_serialize slz __unused)
sys/net/if.c
454
if_default_tryserialize(struct ifnet *ifp, enum ifnet_serialize slz __unused)
sys/net/if.c
461
if_default_serialize_assert(struct ifnet *ifp,
sys/net/if.c
478
if_attach(struct ifnet *ifp, lwkt_serialize_t serializer)
sys/net/if.c
485
struct ifnet **old_ifindex2ifnet = NULL;
sys/net/if.c
700
struct ifnet **q;
sys/net/if.c
758
struct ifnet *ifp;
sys/net/if.c
769
if_attachdomain1(struct ifnet *ifp)
sys/net/if.c
790
struct ifnet *ifp = nmsg->lmsg.u.ms_resultp;
sys/net/if.c
879
if_purgeaddrs_nolink(struct ifnet *ifp)
sys/net/if.c
922
struct ifnet *ifp;
sys/net/if.c
949
if_detach(struct ifnet *ifp)
sys/net/if.c
96
struct ifnet *ifp;
sys/net/if_arp.h
121
struct ifnet ac_if; /* network-visible interface */
sys/net/if_clone.c
107
struct ifnet *ifp;
sys/net/if_clone.c
380
struct ifnet *ifp;
sys/net/if_clone.h
68
int (*ifc_destroy)(struct ifnet *);
sys/net/if_ethersubr.c
102
static int ether_output(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/if_ethersubr.c
107
static void ether_dispatch(struct ifnet *, int, struct mbuf *, int);
sys/net/if_ethersubr.c
112
struct mbuf *(*bridge_input_p)(struct ifnet *, struct mbuf *);
sys/net/if_ethersubr.c
113
int (*bridge_output_p)(struct ifnet *, struct mbuf *);
sys/net/if_ethersubr.c
114
void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
sys/net/if_ethersubr.c
115
struct ifnet *(*bridge_interface_p)(void *if_bridge);
sys/net/if_ethersubr.c
117
static int ether_resolvemulti(struct ifnet *, struct sockaddr **,
sys/net/if_ethersubr.c
1212
ether_input_oncpu(struct ifnet *ifp, struct mbuf *m)
sys/net/if_ethersubr.c
123
void (*lagg_input_p)(struct ifnet *, struct mbuf *);
sys/net/if_ethersubr.c
124
int (*lagg_output_p)(struct ifnet *, struct mbuf *);
sys/net/if_ethersubr.c
1304
ether_reinput_oncpu(struct ifnet *ifp, struct mbuf *m, int reinput_flags)
sys/net/if_ethersubr.c
133
static boolean_t ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst,
sys/net/if_ethersubr.c
1388
struct ifnet *ifp;
sys/net/if_ethersubr.c
1447
ether_dispatch(struct ifnet *ifp, int isr, struct mbuf *m, int cpuid)
sys/net/if_ethersubr.c
1489
ether_input(struct ifnet *ifp, struct mbuf *m, const struct pktinfo *pi,
sys/net/if_ethersubr.c
1651
struct ifnet *ifp;
sys/net/if_ethersubr.c
200
#define ETHER_KTR_ARGS struct ifnet *ifp
sys/net/if_ethersubr.c
219
ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/if_ethersubr.c
421
struct ifnet *
sys/net/if_ethersubr.c
422
ether_bridge_interface(struct ifnet *ifp)
sys/net/if_ethersubr.c
436
ether_output_frame(struct ifnet *ifp, struct mbuf *m)
sys/net/if_ethersubr.c
498
ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst, struct ip_fw **rule,
sys/net/if_ethersubr.c
584
ether_ifattach(struct ifnet *ifp, const uint8_t *lla,
sys/net/if_ethersubr.c
592
ether_ifattach_bpf(struct ifnet *ifp, const uint8_t *lla,
sys/net/if_ethersubr.c
666
ether_ifdetach(struct ifnet *ifp)
sys/net/if_ethersubr.c
677
ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
sys/net/if_ethersubr.c
736
struct ifnet *ifp,
sys/net/if_ethersubr.c
94
void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp);
sys/net/if_ethersubr.c
95
void (*ng_ether_input_orphan_p)(struct ifnet *ifp, struct mbuf *m);
sys/net/if_ethersubr.c
96
int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
sys/net/if_ethersubr.c
97
void (*ng_ether_attach_p)(struct ifnet *ifp);
sys/net/if_ethersubr.c
98
void (*ng_ether_detach_p)(struct ifnet *ifp);
sys/net/if_ethersubr.c
985
ether_demux_oncpu(struct ifnet *ifp, struct mbuf *m)
sys/net/if_loop.c
109
struct ifnet *ifp;
sys/net/if_loop.c
137
lo_clone_destroy(struct ifnet *ifp)
sys/net/if_loop.c
149
lo_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/if_loop.c
202
if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen)
sys/net/if_loop.c
292
lo_altqstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/if_loop.c
354
lo_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/if_loop.c
73
static int lo_clone_destroy(struct ifnet *);
sys/net/if_loop.c
75
static int lo_output(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/if_loop.c
77
static int lo_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/if_loop.c
80
static void lo_altqstart(struct ifnet *, struct ifaltq_subque *);
sys/net/if_loop.c
93
struct ifnet *loif;
sys/net/if_media.c
221
ifmedia_ioctl(struct ifnet *ifp, struct ifreq *ifr,
sys/net/if_media.h
116
int ifmedia_ioctl(struct ifnet *ifp, struct ifreq *ifr,
sys/net/if_media.h
63
struct ifnet;
sys/net/if_media.h
70
typedef int (*ifm_change_cb_t)(struct ifnet *ifp);
sys/net/if_media.h
71
typedef void (*ifm_stat_cb_t)(struct ifnet *ifp, struct ifmediareq *req);
sys/net/if_mib.c
78
struct ifnet *ifp;
sys/net/if_poll.c
1238
iopoll_register(struct ifnet *ifp, struct iopoll_ctx *io_ctx,
sys/net/if_poll.c
1281
iopoll_deregister(struct ifnet *ifp, struct iopoll_ctx *io_ctx)
sys/net/if_poll.c
131
struct ifnet *ifp;
sys/net/if_poll.c
184
struct ifnet *ifp;
sys/net/if_poll.c
213
static int stpoll_register(struct ifnet *, const struct ifpoll_status *);
sys/net/if_poll.c
214
static int stpoll_deregister(struct ifnet *);
sys/net/if_poll.c
226
static int iopoll_register(struct ifnet *, struct iopoll_ctx *,
sys/net/if_poll.c
228
static int iopoll_deregister(struct ifnet *, struct iopoll_ctx *);
sys/net/if_poll.c
378
ifpoll_register(struct ifnet *ifp)
sys/net/if_poll.c
428
ifpoll_deregister(struct ifnet *ifp)
sys/net/if_poll.c
497
struct ifnet *ifp = nmsg->lmsg.u.ms_resultp;
sys/net/if_poll.c
561
struct ifnet *ifp = rec->ifp;
sys/net/if_poll.c
591
stpoll_register(struct ifnet *ifp, const struct ifpoll_status *st_rec)
sys/net/if_poll.c
634
stpoll_deregister(struct ifnet *ifp)
sys/net/if_poll.c
856
struct ifnet *ifp = rec->ifp;
sys/net/if_poll.c
942
struct ifnet *ifp = rec->ifp;
sys/net/if_poll.h
38
struct ifnet;
sys/net/if_poll.h
40
typedef void (*ifpoll_iofn_t)(struct ifnet *, void *, int);
sys/net/if_poll.h
41
typedef void (*ifpoll_stfn_t)(struct ifnet *);
sys/net/if_poll.h
55
struct ifnet *ifpi_ifp;
sys/net/if_var.h
112
TAILQ_HEAD(ifnethead, ifnet);
sys/net/if_var.h
325
TAILQ_ENTRY(ifnet) if_link; /* all struct ifnets are chained */
sys/net/if_var.h
352
(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/if_var.h
355
(struct ifnet *, struct mbuf *,
sys/net/if_var.h
358
(struct ifnet *, struct ifaltq_subque *);
sys/net/if_var.h
360
(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/if_var.h
362
(struct ifnet *);
sys/net/if_var.h
366
(struct ifnet *, struct sockaddr **, struct sockaddr *);
sys/net/if_var.h
376
(struct ifnet *, enum ifnet_serialize);
sys/net/if_var.h
378
(struct ifnet *, enum ifnet_serialize);
sys/net/if_var.h
380
(struct ifnet *, enum ifnet_serialize);
sys/net/if_var.h
383
(struct ifnet *, enum ifnet_serialize, boolean_t);
sys/net/if_var.h
391
(struct ifnet *, struct ifpoll_info *);
sys/net/if_var.h
537
ifnet_serialize_all(struct ifnet *_ifp)
sys/net/if_var.h
543
ifnet_deserialize_all(struct ifnet *_ifp)
sys/net/if_var.h
549
ifnet_tryserialize_all(struct ifnet *_ifp)
sys/net/if_var.h
629
struct ifnet *ifa_ifp; /* back-pointer to interface */
sys/net/if_var.h
659
struct ifnet *ifma_ifp; /* back-pointer to interface */
sys/net/if_var.h
714
typedef void (*ifaddr_event_handler_t)(void *, struct ifnet *,
sys/net/if_var.h
718
typedef void (*iflladdr_event_handler_t)(void *, struct ifnet *);
sys/net/if_var.h
721
typedef void (*ifnet_attach_event_handler_t)(void *, struct ifnet *);
sys/net/if_var.h
724
typedef void (*ifnet_detach_event_handler_t)(void *, struct ifnet *);
sys/net/if_var.h
727
typedef void (*ifnet_link_event_handler_t)(void *, struct ifnet *, int);
sys/net/if_var.h
732
typedef void (*ifnet_event_fn)(void *, struct ifnet *ifp, int event);
sys/net/if_var.h
739
struct ifnet *ifnet_arr[];
sys/net/if_var.h
756
struct ifnet *ifgm_ifp;
sys/net/if_var.h
901
extern struct ifnethead ifnet;
sys/net/if_var.h
902
#define ifnetlist ifnet /* easily distinguished ifnet alias */
sys/net/if_var.h
904
extern struct ifnet **ifindex2ifnet;
sys/net/if_var.h
907
struct ifnet *ifunit(const char *);
sys/net/if_var.h
908
struct ifnet *ifunit_netisr(const char *);
sys/net/if_var.h
913
extern struct ifnet *loif; /* first loopback interface */
sys/net/if_var.h
919
void ether_ifattach(struct ifnet *, const uint8_t *,
sys/net/if_var.h
921
void ether_ifattach_bpf(struct ifnet *, const uint8_t *, u_int, u_int,
sys/net/if_var.h
923
void ether_ifdetach(struct ifnet *);
sys/net/if_var.h
925
void ether_demux_oncpu(struct ifnet *, struct mbuf *);
sys/net/if_var.h
926
void ether_reinput_oncpu(struct ifnet *, struct mbuf *, int);
sys/net/if_var.h
927
void ether_input(struct ifnet *, struct mbuf *,
sys/net/if_var.h
929
int ether_output_frame(struct ifnet *, struct mbuf *);
sys/net/if_var.h
930
int ether_ioctl(struct ifnet *, u_long, caddr_t);
sys/net/if_var.h
933
struct ifnet *ether_bridge_interface(struct ifnet *ifp);
sys/net/if_var.h
937
int if_addmulti(struct ifnet *, struct sockaddr *, struct ifmultiaddr **);
sys/net/if_var.h
938
int if_addmulti_serialized(struct ifnet *, struct sockaddr *,
sys/net/if_var.h
940
int if_allmulti(struct ifnet *, int);
sys/net/if_var.h
941
void if_attach(struct ifnet *, struct lwkt_serialize *);
sys/net/if_var.h
942
int if_delmulti(struct ifnet *, struct sockaddr *);
sys/net/if_var.h
943
void if_delallmulti_serialized(struct ifnet *ifp);
sys/net/if_var.h
944
void if_purgeaddrs_nolink(struct ifnet *);
sys/net/if_var.h
945
void if_detach(struct ifnet *);
sys/net/if_var.h
946
void if_down(struct ifnet *);
sys/net/if_var.h
947
void if_link_state_change(struct ifnet *);
sys/net/if_var.h
948
void if_initname(struct ifnet *, const char *, int);
sys/net/if_var.h
950
int if_printf(struct ifnet *, const char *, ...) __printflike(2, 3);
sys/net/if_var.h
951
struct ifnet *if_alloc(uint8_t);
sys/net/if_var.h
952
void if_free(struct ifnet *);
sys/net/if_var.h
953
int if_setlladdr(struct ifnet *, const u_char *, int);
sys/net/if_var.h
954
int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, uint32_t, int);
sys/net/if_var.h
955
struct ifnet *if_bylla(const void *, unsigned char);
sys/net/if_var.h
956
void if_up(struct ifnet *);
sys/net/if_var.h
959
int ifpromisc(struct ifnet *, int);
sys/net/if_var.h
962
int if_addgroup(struct ifnet *, const char *);
sys/net/if_var.h
963
int if_delgroup(struct ifnet *, const char *);
sys/net/if_var.h
972
struct ifaddr *ifaof_ifpforaddr(struct sockaddr *, struct ifnet *);
sys/net/if_var.h
974
typedef void *if_com_alloc_t(u_char type, struct ifnet *ifp);
sys/net/if_var.h
981
void ifa_iflink(struct ifaddr *, struct ifnet *, int);
sys/net/if_var.h
982
void ifa_ifunlink(struct ifaddr *, struct ifnet *);
sys/net/if_var.h
983
void ifa_marker_init(struct ifaddr_marker *, struct ifnet *);
sys/net/if_var.h
985
struct ifmultiaddr *ifmaof_ifpforaddr(struct sockaddr *, struct ifnet *);
sys/net/if_var.h
986
int if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen);
sys/net/if_var.h
987
void if_devstart(struct ifnet *ifp); /* COMPAT */
sys/net/if_var.h
988
void if_devstart_sched(struct ifnet *ifp); /* COMPAT */
sys/net/if_var.h
998
int ifpoll_register(struct ifnet *);
sys/net/if_var.h
999
int ifpoll_deregister(struct ifnet *);
sys/net/ifq_var.h
106
int ifq_dispatch(struct ifnet *, struct mbuf *,
sys/net/ifq_var.h
388
ifq_handoff(struct ifnet *_ifp, struct mbuf *_m, struct altq_pktattr *_pa)
sys/net/ifq_var.h
501
static __inline struct ifnet *
sys/net/ip6fw/ip6_fw.c
146
struct ifnet *rif, struct ifnet *oif, int off, int nxt);
sys/net/ip6fw/ip6_fw.c
149
struct ifnet *oif, u_int16_t *cookie, struct mbuf **m);
sys/net/ip6fw/ip6_fw.c
320
iface_match(struct ifnet *ifp, union ip6_fw_if *ifu, int byname)
sys/net/ip6fw/ip6_fw.c
358
struct ifnet *rif, struct ifnet *oif, int off, int nxt)
sys/net/ip6fw/ip6_fw.c
499
struct ifnet *oif, u_int16_t *cookie, struct mbuf **m)
sys/net/ip6fw/ip6_fw.c
504
struct ifnet *const rif = (*m)->m_pkthdr.rcvif;
sys/net/ip6fw/ip6_fw.c
564
struct ifnet *const iface = oif ? oif : rif;
sys/net/ip6fw/ip6_fw.h
226
typedef int ip6_fw_chk_t(struct ip6_hdr **, struct ifnet *, u_short *,
sys/net/ip_mroute/ip_mroute.c
1154
X_ip_mforward(struct ip *ip, struct ifnet *ifp, struct mbuf *m,
sys/net/ip_mroute/ip_mroute.c
125
static struct ifnet multicast_decap_if[MAXVIFS];
sys/net/ip_mroute/ip_mroute.c
1445
ip_mdq(struct mbuf *m, struct ifnet *ifp, struct mfc *rt, vifi_t xmt_vif)
sys/net/ip_mroute/ip_mroute.c
2120
struct ifnet *ifp;
sys/net/ip_mroute/ip_mroute.c
215
static struct ifnet multicast_register_if;
sys/net/ip_mroute/ip_mroute.c
233
static int X_ip_mforward(struct ip *ip, struct ifnet *ifp,
sys/net/ip_mroute/ip_mroute.c
252
static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t);
sys/net/ip_mroute/ip_mroute.c
610
struct ifnet *ifp;
sys/net/ip_mroute/ip_mroute.c
749
struct ifnet *ifp;
sys/net/ip_mroute/ip_mroute.h
261
struct ifnet *v_ifp; /* pointer to interface */
sys/net/ip_mroute/ip_mroute.h
316
struct ifnet *ifp; /* Interface pkt came in on */
sys/net/ipfw/ip_fw2.c
1349
iface_match(struct ifnet *ifp, ipfw_insn_if *cmd)
sys/net/ipfw/ip_fw2.c
1390
struct ether_header *eh, struct mbuf *m, struct ifnet *oif)
sys/net/ipfw/ip_fw2.c
3022
ipfw_match_uid(const struct ipfw_flow_id *fid, struct ifnet *oif,
sys/net/ipfw/ip_fw2.c
3074
struct ifnet *ifp;
sys/net/ipfw/ip_fw2.c
3437
struct ifnet *oif = args->oif;
sys/net/ipfw/ip_fw2.c
3766
struct ifnet *tif;
sys/net/ipfw/ip_fw2.c
3817
struct ifnet *tif;
sys/net/ipfw/ip_fw2.c
513
struct ifnet *xlat_ifp; /* matching ifnet */
sys/net/ipfw/ip_fw2.c
6895
ipfw_init_args(struct ip_fw_args *args, struct mbuf *m, struct ifnet *oif)
sys/net/ipfw/ip_fw2.c
6945
ipfw_check_in(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir)
sys/net/ipfw/ip_fw2.c
7004
ipfw_check_out(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir)
sys/net/ipfw/ip_fw2.c
7320
struct ifnet *ifp = nmsg->lmsg.u.ms_resultp;
sys/net/ipfw/ip_fw2.c
7348
ipfw_ifaddr(void *arg __unused, struct ifnet *ifp,
sys/net/ipfw/ip_fw2.h
391
struct ifnet *oif; /* output interface */
sys/net/ipfw3/ip_fw3.c
1180
ip_fw3_check_in(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir)
sys/net/ipfw3/ip_fw3.c
1255
ip_fw3_check_out(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir)
sys/net/ipfw3/ip_fw3.h
327
struct ifnet *oif; /* output interface */
sys/net/ipfw3/ip_fw3.h
561
int ip_fw3_check_in(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir);
sys/net/ipfw3/ip_fw3.h
562
int ip_fw3_check_out(void *arg, struct mbuf **m0, struct ifnet *ifp, int dir);
sys/net/ipfw3_basic/ip_fw3_basic.c
128
iface_match(struct ifnet *ifp, ipfw_insn_if *cmd)
sys/net/ipfw3_basic/ip_fw3_basic.c
340
struct ifnet *tif;
sys/net/ipfw3_basic/ip_fw3_basic.c
433
struct ifnet *tif;
sys/net/ipfw3_basic/ip_fw3_log.c
105
ip_fw3_log_start(struct ifnet* ifp, struct ifaltq_subque *subque)
sys/net/ipfw3_basic/ip_fw3_log.c
116
struct ifnet *the_if = NULL;
sys/net/ipfw3_basic/ip_fw3_log.c
147
struct ifnet *ifp;
sys/net/ipfw3_basic/ip_fw3_log.c
183
ip_fw3_log_clone_destroy(struct ifnet *ifp)
sys/net/ipfw3_basic/ip_fw3_log.c
214
struct ifnet *tmpif;
sys/net/ipfw3_basic/ip_fw3_log.c
70
struct ifnet *log_if_table[LOG_IF_MAX];
sys/net/ipfw3_basic/ip_fw3_log.c
89
ip_fw3_log_dummy(struct ifnet *ifp, u_long cmd, caddr_t addr, struct ucred *uc)
sys/net/ipfw3_basic/ip_fw3_log.c
95
ip_fw3_log_output(struct ifnet *ifp, struct mbuf *m,
sys/net/ipfw3_layer4/ip_fw3_layer4.c
96
ip_fw3_match_guid(const struct ipfw_flow_id *fid, struct ifnet *oif,
sys/net/lagg/ieee8023ad_lacp.c
344
struct ifnet *ifp = lp->lp_ifp;
sys/net/lagg/ieee8023ad_lacp.c
452
struct ifnet *ifp = lgp->lp_ifp;
sys/net/lagg/ieee8023ad_lacp.c
526
struct ifnet *ifp = lgp->lp_ifp;
sys/net/lagg/ieee8023ad_lacp.h
208
struct ifnet *lp_ifp;
sys/net/lagg/if_lagg.c
1012
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
1026
lagg_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/lagg/if_lagg.c
1034
struct ifnet *tpif;
sys/net/lagg/if_lagg.c
104
static int lagg_port_create(struct lagg_softc *, struct ifnet *);
sys/net/lagg/if_lagg.c
106
static void lagg_input(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.c
109
static void lagg_port_state(struct ifnet *, int);
sys/net/lagg/if_lagg.c
111
static int lagg_port_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *cr);
sys/net/lagg/if_lagg.c
112
static int lagg_port_output(struct ifnet *, struct mbuf *,
sys/net/lagg/if_lagg.c
114
static void lagg_port_ifdetach(void *arg __unused, struct ifnet *);
sys/net/lagg/if_lagg.c
121
static int lagg_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *cr);
sys/net/lagg/if_lagg.c
125
int (*func)(struct ifnet *, int));
sys/net/lagg/if_lagg.c
127
static void lagg_start(struct ifnet *, struct ifaltq_subque *ifsq);
sys/net/lagg/if_lagg.c
1297
struct ifnet *ifp = lp->lp_ifp;
sys/net/lagg/if_lagg.c
1298
struct ifnet *scifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
133
static int lagg_transmit(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.c
134
static void lagg_qflush(struct ifnet *);
sys/net/lagg/if_lagg.c
1343
int (*func)(struct ifnet *, int))
sys/net/lagg/if_lagg.c
1346
struct ifnet *scifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
1347
struct ifnet *ifp = lp->lp_ifp;
sys/net/lagg/if_lagg.c
136
static int lagg_media_change(struct ifnet *);
sys/net/lagg/if_lagg.c
137
static void lagg_media_status(struct ifnet *, struct ifmediareq *);
sys/net/lagg/if_lagg.c
1399
lagg_output(struct ifnet *ifp, struct mbuf *m)
sys/net/lagg/if_lagg.c
1437
lagg_qflush(struct ifnet *ifp __unused)
sys/net/lagg/if_lagg.c
1442
lagg_input(struct ifnet *ifp, struct mbuf *m)
sys/net/lagg/if_lagg.c
1446
struct ifnet *scifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
146
static struct ifnet *lagg_rr_select_tx_port(struct lagg_softc *sc,
sys/net/lagg/if_lagg.c
1475
lagg_media_change(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
1486
lagg_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/net/lagg/if_lagg.c
154
static struct ifnet *lagg_fail_select_tx_port(struct lagg_softc *,
sys/net/lagg/if_lagg.c
1540
lagg_port_state(struct ifnet *ifp, int state)
sys/net/lagg/if_lagg.c
164
static struct ifnet *lagg_lb_select_tx_port(struct lagg_softc *,
sys/net/lagg/if_lagg.c
173
static struct ifnet *lagg_lacp_select_tx_port(struct lagg_softc *,
sys/net/lagg/if_lagg.c
1747
lagg_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/lagg/if_lagg.c
1751
struct ifnet *ifp_p;
sys/net/lagg/if_lagg.c
1803
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1820
lagg_enqueue(struct ifnet *ifp, struct mbuf *m)
sys/net/lagg/if_lagg.c
1853
static struct ifnet *
sys/net/lagg/if_lagg.c
1879
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
1909
struct ifnet *
sys/net/lagg/if_lagg.c
1923
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
2023
struct ifnet *
sys/net/lagg/if_lagg.c
2052
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
2122
struct ifnet *
sys/net/lagg/if_lagg.c
2136
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
2168
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
249
lagg_register_vlan(void *arg, struct ifnet *ifp, u_int16_t vtag)
sys/net/lagg/if_lagg.c
273
lagg_unregister_vlan(void *arg, struct ifnet *ifp, u_int16_t vtag)
sys/net/lagg/if_lagg.c
298
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
410
lagg_clone_destroy(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
464
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.c
513
struct ifnet *ifp = lp->lp_ifp;
sys/net/lagg/if_lagg.c
555
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
585
lagg_port_create(struct lagg_softc *sc, struct ifnet *ifp)
sys/net/lagg/if_lagg.c
745
struct ifnet *ifp = lp->lp_ifp;
sys/net/lagg/if_lagg.c
81
int (*func)(struct ifnet *, int);
sys/net/lagg/if_lagg.c
815
lagg_port_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/lagg/if_lagg.c
908
lagg_port_output(struct ifnet *ifp, struct mbuf *m,
sys/net/lagg/if_lagg.c
925
lagg_port_ifdetach(void *arg __unused, struct ifnet *ifp)
sys/net/lagg/if_lagg.c
93
static int lagg_clone_destroy(struct ifnet *);
sys/net/lagg/if_lagg.c
991
struct ifnet *ifp = sc->sc_ifp;
sys/net/lagg/if_lagg.h
190
struct ifnet *llq_ifp;
sys/net/lagg/if_lagg.h
197
struct ifnet *sc_ifp; /* virtual interface */
sys/net/lagg/if_lagg.h
229
struct ifnet *(*sc_select_tx_port)(struct lagg_softc *, struct mbuf *);
sys/net/lagg/if_lagg.h
250
struct ifnet *lp_ifp; /* physical interface */
sys/net/lagg/if_lagg.h
265
int (*lp_ioctl)(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/lagg/if_lagg.h
266
int (*lp_output)(struct ifnet *, struct mbuf *,
sys/net/lagg/if_lagg.h
285
extern void (*lagg_input_p)(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.h
286
extern int (*lagg_output_p)(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.h
287
extern struct ifnet *(lagg_interface_p)(void *if_lagg);
sys/net/lagg/if_lagg.h
288
extern void (*lagg_linkstate_p)(struct ifnet *, int );
sys/net/lagg/if_lagg.h
290
int lagg_enqueue(struct ifnet *, struct mbuf *);
sys/net/net_osdep.c
55
if_name(struct ifnet *ifp)
sys/net/net_osdep.h
257
struct ifnet;
sys/net/net_osdep.h
258
extern const char *if_name (struct ifnet *);
sys/net/netmap/netmap.c
1052
struct ifnet *ifp;
sys/net/netmap/netmap.c
1157
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap.c
1202
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap.c
1286
struct ifnet *ifp = NULL;
sys/net/netmap/netmap.c
1567
struct ifnet *ifp;
sys/net/netmap/netmap.c
1841
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap.c
1900
struct ifnet *ifp = arg ? arg->ifp : NULL;
sys/net/netmap/netmap.c
1968
netmap_detach(struct ifnet *ifp)
sys/net/netmap/netmap.c
1994
netmap_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/netmap/netmap.c
2149
netmap_common_irq(struct ifnet *ifp, u_int q, u_int *work_done)
sys/net/netmap/netmap.c
2198
netmap_rx_irq(struct ifnet *ifp, u_int q, u_int *work_done)
sys/net/netmap/netmap.c
248
netmap_set_all_rings(struct ifnet *ifp, int stopped)
sys/net/netmap/netmap.c
279
netmap_disable_all_rings(struct ifnet *ifp)
sys/net/netmap/netmap.c
286
netmap_enable_all_rings(struct ifnet *ifp)
sys/net/netmap/netmap.c
372
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap.c
593
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap.c
705
netmap_send_up(struct ifnet *dst, struct mbq *q)
sys/net/netmap/netmap.c
957
netmap_get_hw_na(struct ifnet *ifp, struct netmap_adapter **na)
sys/net/netmap/netmap_freebsd.c
119
generic_xmit_frame(struct ifnet *ifp, struct mbuf *m,
sys/net/netmap/netmap_freebsd.c
147
generic_find_num_desc(struct ifnet *ifp, unsigned int *tx, unsigned int *rx)
sys/net/netmap/netmap_freebsd.c
154
generic_find_num_queues(struct ifnet *ifp, u_int *txq, u_int *rxq)
sys/net/netmap/netmap_freebsd.c
67
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_generic.c
169
netmap_generic_irq(struct ifnet *ifp, u_int q, u_int *work_done)
sys/net/netmap/netmap_generic.c
181
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_generic.c
458
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_generic.c
593
void generic_rx_handler(struct ifnet *ifp, struct mbuf *m,
sys/net/netmap/netmap_generic.c
722
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_generic.c
752
generic_netmap_attach(struct ifnet *ifp)
sys/net/netmap/netmap_kern.h
314
int (*if_transmit)(struct ifnet *, struct mbuf *);
sys/net/netmap/netmap_kern.h
319
struct ifnet *ifp; /* adapter is ifp->if_softc */
sys/net/netmap/netmap_kern.h
405
void (*save_if_input)(struct ifnet *, struct mbuf *,
sys/net/netmap/netmap_kern.h
615
void netmap_detach(struct ifnet *);
sys/net/netmap/netmap_kern.h
616
int netmap_transmit(struct ifnet *, struct mbuf *);
sys/net/netmap/netmap_kern.h
637
int netmap_get_hw_na(struct ifnet *ifp, struct netmap_adapter **na);
sys/net/netmap/netmap_kern.h
866
int netmap_rx_irq(struct ifnet *, u_int, u_int *);
sys/net/netmap/netmap_kern.h
868
int netmap_common_irq(struct ifnet *, u_int, u_int *work_done);
sys/net/netmap/netmap_kern.h
872
void netmap_disable_all_rings(struct ifnet *);
sys/net/netmap/netmap_kern.h
873
void netmap_enable_all_rings(struct ifnet *);
sys/net/netmap/netmap_kern.h
920
int generic_netmap_attach(struct ifnet *ifp);
sys/net/netmap/netmap_kern.h
923
void generic_rx_handler(struct ifnet *ifp, struct mbuf *m,
sys/net/netmap/netmap_kern.h
926
int generic_xmit_frame(struct ifnet *ifp, struct mbuf *m, void *addr, u_int len, u_int ring_nr);
sys/net/netmap/netmap_kern.h
927
int generic_find_num_desc(struct ifnet *ifp, u_int *tx, u_int *rx);
sys/net/netmap/netmap_kern.h
928
void generic_find_num_queues(struct ifnet *ifp, u_int *txq, u_int *rxq);
sys/net/netmap/netmap_vale.c
1072
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_vale.c
1221
struct ifnet *dst_ifp;
sys/net/netmap/netmap_vale.c
144
static int netmap_bwrap_attach(struct ifnet *, struct ifnet *);
sys/net/netmap/netmap_vale.c
1575
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_vale.c
1609
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_vale.c
1847
netmap_bwrap_attach(struct ifnet *fake, struct ifnet *real)
sys/net/netmap/netmap_vale.c
492
struct ifnet *ifp = na->ifp;
sys/net/netmap/netmap_vale.c
509
struct ifnet *ifp;
sys/net/netmap/netmap_vale.c
621
struct ifnet *fake_ifp;
sys/net/netmap/netmap_vale.c
795
struct ifnet *iter;
sys/net/netmsg.h
193
struct ifnet *nm_ifp;
sys/net/pf/if_pflog.c
100
static struct ifnet *pflogifs[PFLOGIFS_MAX]; /* for fast access */
sys/net/pf/if_pflog.c
116
struct ifnet *ifp;
sys/net/pf/if_pflog.c
157
pflog_clone_destroy(struct ifnet *ifp)
sys/net/pf/if_pflog.c
184
pflogstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/pf/if_pflog.c
201
pflogoutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/pf/if_pflog.c
209
pflogioctl(struct ifnet *ifp, u_long cmd, caddr_t data __unused,
sys/net/pf/if_pflog.c
238
struct ifnet *ifn = NULL;
sys/net/pf/if_pflog.c
88
static int pflogoutput(struct ifnet *, struct mbuf *,
sys/net/pf/if_pflog.c
90
static int pflogioctl(struct ifnet *, u_long, caddr_t __unused,
sys/net/pf/if_pflog.c
92
static void pflogstart(struct ifnet *, struct ifaltq_subque *);
sys/net/pf/if_pflog.c
94
static int pflog_clone_destroy(struct ifnet *);
sys/net/pf/if_pflog.h
37
struct ifnet sc_if; /* the interface */
sys/net/pf/if_pfsync.c
1009
pfsyncoutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/pf/if_pfsync.c
101
int pfsyncioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/pf/if_pfsync.c
1018
pfsyncioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/pf/if_pfsync.c
102
void pfsyncstart(struct ifnet *, struct ifaltq_subque *);
sys/net/pf/if_pfsync.c
1024
struct ifnet *sifp;
sys/net/pf/if_pfsync.c
113
static struct in_multi *pfsync_in_addmulti(struct ifnet *);
sys/net/pf/if_pfsync.c
1277
struct ifnet *ifp = NULL;
sys/net/pf/if_pfsync.c
136
struct ifnet *ifp;
sys/net/pf/if_pfsync.c
1668
struct ifnet *ifp = &sc->sc_if;
sys/net/pf/if_pfsync.c
1801
struct ifnet *ifp = lmsg->u.ms_resultp;
sys/net/pf/if_pfsync.c
1811
pfsync_in_addmulti(struct ifnet *ifp)
sys/net/pf/if_pfsync.c
195
pfsync_clone_destroy(struct ifnet *ifp)
sys/net/pf/if_pfsync.c
232
pfsyncstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/pf/if_pfsync.c
94
static int pfsync_clone_destroy(struct ifnet *);
sys/net/pf/if_pfsync.c
99
int pfsyncoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/pf/if_pfsync.h
132
struct ifnet sc_if;
sys/net/pf/if_pfsync.h
133
struct ifnet *sc_sync_ifp;
sys/net/pf/pf.c
178
u_int16_t, struct ether_header *, struct ifnet *);
sys/net/pf/pf.c
2129
u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp)
sys/net/pf/pf.c
251
struct ifnet *, struct pf_state *,
sys/net/pf/pf.c
254
struct ifnet *, struct pf_state *,
sys/net/pf/pf.c
5929
struct ifnet *ifp;
sys/net/pf/pf.c
6038
pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
sys/net/pf/pf.c
6046
struct ifnet *ifp = NULL;
sys/net/pf/pf.c
6230
pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
sys/net/pf/pf.c
6238
struct ifnet *ifp = NULL;
sys/net/pf/pf.c
6513
pf_test(int dir, struct ifnet *ifp, struct mbuf **m0,
sys/net/pf/pf.c
6854
pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0,
sys/net/pf/pf_if.c
100
static void pfi_ifaddr_event(void * __unused, struct ifnet *,
sys/net/pf/pf_if.c
113
struct ifnet *ifp;
sys/net/pf/pf_if.c
279
pfi_attach_ifnet(struct ifnet *ifp)
sys/net/pf/pf_if.c
297
pfi_detach_ifnet(struct ifnet *ifp)
sys/net/pf/pf_if.c
533
struct ifnet *ifp;
sys/net/pf/pf_if.c
545
struct ifnet *ifp = msg->ifp;
sys/net/pf/pf_if.c
620
pfi_instance_add(struct ifnet *ifp, int net, int flags)
sys/net/pf/pf_if.c
876
pfi_attach_ifnet_event(void *arg __unused, struct ifnet *ifp)
sys/net/pf/pf_if.c
882
pfi_detach_ifnet_event(void *arg __unused, struct ifnet *ifp)
sys/net/pf/pf_if.c
89
static void pfi_instance_add(struct ifnet *, int, int);
sys/net/pf/pf_if.c
906
pfi_ifaddr_event(void *arg __unused, struct ifnet *ifp,
sys/net/pf/pf_if.c
95
static void pfi_attach_ifnet_event(void * __unused, struct ifnet *);
sys/net/pf/pf_if.c
96
static void pfi_detach_ifnet_event(void * __unused, struct ifnet *);
sys/net/pf/pf_ioctl.c
163
static int pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp,
sys/net/pf/pf_ioctl.c
165
static int pf_check_out(void *arg, struct mbuf **m, struct ifnet *ifp,
sys/net/pf/pf_ioctl.c
168
static int pf_check6_in(void *arg, struct mbuf **m, struct ifnet *ifp,
sys/net/pf/pf_ioctl.c
170
static int pf_check6_out(void *arg, struct mbuf **m, struct ifnet *ifp,
sys/net/pf/pf_ioctl.c
1961
struct ifnet *ifp;
sys/net/pf/pf_ioctl.c
3198
pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp, int dir)
sys/net/pf/pf_ioctl.c
3217
pf_check_out(void *arg, struct mbuf **m, struct ifnet *ifp, int dir)
sys/net/pf/pf_ioctl.c
3242
pf_check6_in(void *arg, struct mbuf **m, struct ifnet *ifp, int dir)
sys/net/pf/pf_ioctl.c
3258
pf_check6_out(void *arg, struct mbuf **m, struct ifnet *ifp, int dir)
sys/net/pf/pf_ioctl.c
679
struct ifnet *ifp;
sys/net/pf/pf_ioctl.c
709
struct ifnet *ifp;
sys/net/pf/pfvar.h
1178
struct ifnet *pfik_ifp;
sys/net/pf/pfvar.h
1818
extern struct ifnet *sync_ifp;
sys/net/pf/pfvar.h
1827
int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *, struct inpcb *);
sys/net/pf/pfvar.h
1831
int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *, struct inpcb *);
sys/net/pf/pfvar.h
1921
void pfi_attach_ifnet(struct ifnet *);
sys/net/pf/pfvar.h
1922
void pfi_detach_ifnet(struct ifnet *);
sys/net/pfil.c
93
pfil_run_hooks(struct pfil_head *ph, struct mbuf **mp, struct ifnet *ifp,
sys/net/pfil.h
46
struct ifnet;
sys/net/pfil.h
49
typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int);
sys/net/pfil.h
75
int pfil_run_hooks(struct pfil_head *, struct mbuf **, struct ifnet *, int);
sys/net/raw_cb.c
134
if (ifnet == NULL)
sys/net/route.c
1344
struct ifnet *ifp;
sys/net/route.c
1360
rt_purgecloned(struct ifnet *ifp, int af)
sys/net/route.h
149
struct ifnet *rt_ifp; /* the answer: interface to use */
sys/net/route.h
155
int (*rt_output) (struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/route.h
323
struct ifnet *rti_ifp;
sys/net/route.h
349
void rt_ieee80211msg(struct ifnet *, int, void *, size_t);
sys/net/route.h
350
void rt_ifannouncemsg (struct ifnet *, int);
sys/net/route.h
351
void rt_ifmsg (struct ifnet *);
sys/net/route.h
357
void rt_purgecloned(struct ifnet *, int);
sys/net/route.h
358
void rt_rtmsg(int cmd, struct rtentry *rt, struct ifnet *ifp, int error);
sys/net/rtsock.c
1265
rt_ifmsg(struct ifnet *ifp)
sys/net/rtsock.c
1291
struct ifnet *ifp = ifa->ifa_ifp;
sys/net/rtsock.c
1315
rt_rtmsg(int cmd, struct rtentry *rt, struct ifnet *ifp, int error)
sys/net/rtsock.c
1384
struct ifnet *ifp = ifma->ifma_ifp;
sys/net/rtsock.c
1414
rt_makeifannouncemsg(struct ifnet *ifp, int type, int what,
sys/net/rtsock.c
1441
rt_ieee80211msg(struct ifnet *ifp, int what, void *data, size_t data_len)
sys/net/rtsock.c
1484
rt_ifannouncemsg(struct ifnet *ifp, int what)
sys/net/rtsock.c
1512
ifnet_compute_stats(struct ifnet *ifp)
sys/net/rtsock.c
1543
struct ifnet *ifp;
sys/net/sl/if_sl.c
149
#define BUFOFFSET (128+sizeof(struct ifnet **)+SLIP_HDRLEN)
sys/net/sl/if_sl.c
184
static int slioctl (struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/sl/if_sl.c
187
static int sloutput (struct ifnet *,
sys/net/sl/if_sl.c
451
sloutput_serialized(struct ifnet *ifp, struct ifaltq_subque *ifsq,
sys/net/sl/if_sl.c
510
sloutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/sl/if_sl.c
950
slioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/sl/if_slvar.h
49
struct ifnet sc_if; /* network-visible interface */
sys/net/sppp/if_sppp.h
207
void sppp_attach (struct ifnet *ifp);
sys/net/sppp/if_sppp.h
208
void sppp_detach (struct ifnet *ifp);
sys/net/sppp/if_sppp.h
209
void sppp_input (struct ifnet *ifp, struct mbuf *m);
sys/net/sppp/if_sppp.h
210
int sppp_ioctl (struct ifnet *ifp, u_long cmd, void *data);
sys/net/sppp/if_sppp.h
211
struct mbuf *sppp_dequeue (struct ifnet *ifp);
sys/net/sppp/if_sppp.h
212
struct mbuf *sppp_pick(struct ifnet *ifp);
sys/net/sppp/if_sppp.h
213
int sppp_isempty (struct ifnet *ifp);
sys/net/sppp/if_sppp.h
214
void sppp_flush (struct ifnet *ifp);
sys/net/sppp/if_spppsubr.c
1012
sppp_isempty(struct ifnet *ifp)
sys/net/sppp/if_spppsubr.c
1028
sppp_dequeue(struct ifnet *ifp)
sys/net/sppp/if_spppsubr.c
1059
sppp_pick(struct ifnet *ifp)
sys/net/sppp/if_spppsubr.c
1081
sppp_ioctl(struct ifnet *ifp, IOCTL_CMD_T cmd, void *data)
sys/net/sppp/if_spppsubr.c
245
struct ifnet *ifp = &sp->pp_if; \
sys/net/sppp/if_spppsubr.c
248
static int sppp_output(struct ifnet *ifp, struct mbuf *m,
sys/net/sppp/if_spppsubr.c
2871
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
3086
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
3136
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
3358
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
3526
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
3576
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
454
sppp_input(struct ifnet *ifp, struct mbuf *m)
sys/net/sppp/if_spppsubr.c
4701
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
4750
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
4852
struct ifnet *ifp = &sp->pp_if;
sys/net/sppp/if_spppsubr.c
668
sppp_output_serialized(struct ifnet *ifp, struct ifaltq_subque *ifsq,
sys/net/sppp/if_spppsubr.c
912
sppp_output(struct ifnet *ifp, struct mbuf *m,
sys/net/sppp/if_spppsubr.c
926
sppp_attach(struct ifnet *ifp)
sys/net/sppp/if_spppsubr.c
974
sppp_detach(struct ifnet *ifp)
sys/net/sppp/if_spppsubr.c
999
sppp_flush(struct ifnet *ifp)
sys/net/stf/if_stf.c
124
struct ifnet sc_if; /* common area */
sys/net/stf/if_stf.c
152
static struct in6_ifaddr *stf_getsrcifa6 (struct ifnet *);
sys/net/stf/if_stf.c
153
static int stf_output (struct ifnet *, struct mbuf *, struct sockaddr *,
sys/net/stf/if_stf.c
156
struct ifnet *);
sys/net/stf/if_stf.c
158
struct ifnet *);
sys/net/stf/if_stf.c
160
static int stf_ioctl (struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/stf/if_stf.c
297
stf_getsrcifa6(struct ifnet *ifp)
sys/net/stf/if_stf.c
330
stf_output_serialized(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/stf/if_stf.c
444
stf_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/stf/if_stf.c
462
stf_checkaddr4(struct stf_softc *sc, struct in_addr *in, struct ifnet *inifp)
sys/net/stf/if_stf.c
522
stf_checkaddr6(struct stf_softc *sc, struct in6_addr *in6, struct ifnet *inifp)
sys/net/stf/if_stf.c
550
struct ifnet *ifp;
sys/net/stf/if_stf.c
643
stf_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/tap/if_tap.c
218
struct ifnet *ifp;
sys/net/tap/if_tap.c
320
struct ifnet *ifp = NULL;
sys/net/tap/if_tap.c
400
struct ifnet *ifp;
sys/net/tap/if_tap.c
474
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
503
tap_clone_destroy(struct ifnet *ifp)
sys/net/tap/if_tap.c
531
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
551
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
572
tapifioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/tap/if_tap.c
654
tapifstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/tap/if_tap.c
707
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
732
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
853
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
923
struct ifnet *ifp = &sc->tap_if;
sys/net/tap/if_tap.c
94
static int tap_clone_destroy(struct ifnet *);
sys/net/tap/if_tap.c
98
static void tapifstart(struct ifnet *, struct ifaltq_subque *);
sys/net/tap/if_tap.c
99
static int tapifioctl(struct ifnet *, u_long, caddr_t,
sys/net/tun/if_tun.c
1019
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tun.c
210
struct ifnet *ifp;
sys/net/tun/if_tun.c
251
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tun.c
309
struct ifnet *ifp;
sys/net/tun/if_tun.c
415
tun_clone_destroy(struct ifnet *ifp)
sys/net/tun/if_tun.c
437
tunifinit(struct ifnet *ifp)
sys/net/tun/if_tun.c
477
tunifioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/tun/if_tun.c
520
tunifstart(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/tun/if_tun.c
550
tunifoutput_serialized(struct ifnet *ifp, struct mbuf *m0,
sys/net/tun/if_tun.c
649
tunifoutput(struct ifnet *ifp, struct mbuf *m0, struct sockaddr *dst,
sys/net/tun/if_tun.c
671
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tun.c
72
static int tun_clone_destroy(struct ifnet *);
sys/net/tun/if_tun.c
75
static int tunifinit(struct ifnet *);
sys/net/tun/if_tun.c
76
static void tunifstart(struct ifnet *, struct ifaltq_subque *);
sys/net/tun/if_tun.c
77
static int tunifoutput(struct ifnet *, struct mbuf *,
sys/net/tun/if_tun.c
79
static int tunifioctl(struct ifnet *, u_long,
sys/net/tun/if_tun.c
797
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tun.c
849
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tun.c
970
struct ifnet *ifp = sc->tun_ifp;
sys/net/tun/if_tunvar.h
50
struct ifnet *tun_ifp; /* the interface */
sys/net/vlan/if_vlan.c
147
struct ifnet *ifv_p; /* parent inteface of this vlan */
sys/net/vlan/if_vlan.c
168
struct ifnet *nv_ifp_p;
sys/net/vlan/if_vlan.c
183
static int vlan_clone_destroy(struct ifnet *);
sys/net/vlan/if_vlan.c
184
static void vlan_ifdetach(void *, struct ifnet *);
sys/net/vlan/if_vlan.c
187
static void vlan_start(struct ifnet *, struct ifaltq_subque *);
sys/net/vlan/if_vlan.c
188
static int vlan_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/net/vlan/if_vlan.c
191
static int vlan_setflags(struct ifvlan *, struct ifnet *, int);
sys/net/vlan/if_vlan.c
192
static int vlan_setflag(struct ifvlan *, struct ifnet *, int, int,
sys/net/vlan/if_vlan.c
193
int (*)(struct ifnet *, int));
sys/net/vlan/if_vlan.c
195
static void vlan_clrmulti(struct ifvlan *, struct ifnet *);
sys/net/vlan/if_vlan.c
196
static int vlan_setmulti(struct ifvlan *, struct ifnet *);
sys/net/vlan/if_vlan.c
200
static void vlan_link(struct ifvlan *, struct ifnet *);
sys/net/vlan/if_vlan.c
201
static void vlan_unlink(struct ifvlan *, struct ifnet *);
sys/net/vlan/if_vlan.c
214
int (*func)(struct ifnet *, int);
sys/net/vlan/if_vlan.c
232
vlan_setflags(struct ifvlan *ifv, struct ifnet *ifp_p, int set)
sys/net/vlan/if_vlan.c
249
vlan_setflag(struct ifvlan *ifv, struct ifnet *ifp_p, int flag, int set,
sys/net/vlan/if_vlan.c
250
int (*func)(struct ifnet *, int))
sys/net/vlan/if_vlan.c
252
struct ifnet *ifp = &ifv->ifv_if;
sys/net/vlan/if_vlan.c
287
vlan_setmulti(struct ifvlan *ifv, struct ifnet *ifp_p)
sys/net/vlan/if_vlan.c
292
struct ifnet *ifp = &ifv->ifv_if;
sys/net/vlan/if_vlan.c
346
vlan_clrmulti(struct ifvlan *ifv, struct ifnet *ifp_p)
sys/net/vlan/if_vlan.c
413
struct ifnet *ifp_p = vmsg->nv_ifp_p;
sys/net/vlan/if_vlan.c
432
vlan_ifdetach(void *arg __unused, struct ifnet *ifp)
sys/net/vlan/if_vlan.c
452
struct ifnet *ifp;
sys/net/vlan/if_vlan.c
488
vlan_clone_destroy(struct ifnet *ifp)
sys/net/vlan/if_vlan.c
508
struct ifnet *ifp = &ifv->ifv_if;
sys/net/vlan/if_vlan.c
517
vlan_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/net/vlan/if_vlan.c
520
struct ifnet *ifp_p = ifv->ifv_p;
sys/net/vlan/if_vlan.c
583
struct ifnet *rcvif;
sys/net/vlan/if_vlan.c
638
struct ifnet *ifp_p = vmsg->nv_ifp_p;
sys/net/vlan/if_vlan.c
661
vlan_link(struct ifvlan *ifv, struct ifnet *ifp_p)
sys/net/vlan/if_vlan.c
696
struct ifnet *ifp_p, *ifp;
sys/net/vlan/if_vlan.c
820
vlan_unlink(struct ifvlan *ifv, struct ifnet *ifp_p)
sys/net/vlan/if_vlan.c
859
struct ifnet *ifp_p, *ifp;
sys/net/vlan/if_vlan.c
939
vlan_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/net/vlan/if_vlan.c
943
struct ifnet *ifp_p;
sys/net/vlan/if_vlan_ether.c
52
struct ifnet *ifp;
sys/net/wg/if_wg.c
1767
wg_bpf_ptap(struct ifnet *ifp, struct mbuf *m, sa_family_t af)
sys/net/wg/if_wg.c
2039
struct ifnet *ifp;
sys/net/wg/if_wg.c
2269
wg_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/net/wg/if_wg.c
2678
wg_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cred)
sys/net/wg/if_wg.c
274
struct ifnet *sc_ifp;
sys/net/wg/if_wg.c
2741
struct ifnet *ifp = sc->sc_ifp;
sys/net/wg/if_wg.c
2771
struct ifnet *ifp = sc->sc_ifp;
sys/net/wg/if_wg.c
2826
struct ifnet *ifp;
sys/net/wg/if_wg.c
2896
wg_clone_destroy(struct ifnet *ifp)
sys/netgraph/async/ng_async.c
435
struct ifnet *const rcvif = m->m_pkthdr.rcvif;
sys/netgraph/async/ng_async.c
521
struct ifnet *const rcvif = m->m_pkthdr.rcvif;
sys/netgraph/bridge/ng_bridge.c
588
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netgraph/eiface/ng_eiface.c
137
ng_eiface_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *cr)
sys/netgraph/eiface/ng_eiface.c
204
struct ifnet *ifp = sc->ifp;
sys/netgraph/eiface/ng_eiface.c
222
ng_eiface_start(struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netgraph/eiface/ng_eiface.c
276
ng_eiface_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data)
sys/netgraph/eiface/ng_eiface.c
315
struct ifnet *ifp;
sys/netgraph/eiface/ng_eiface.c
388
struct ifnet *const ifp = priv->ifp;
sys/netgraph/eiface/ng_eiface.c
503
struct ifnet *const ifp = priv->ifp;
sys/netgraph/eiface/ng_eiface.c
541
struct ifnet *const ifp = priv->ifp;
sys/netgraph/eiface/ng_eiface.c
83
struct ifnet *ifp; /* This interface */
sys/netgraph/eiface/ng_eiface.c
92
static void ng_eiface_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph/eiface/ng_eiface.c
93
static int ng_eiface_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,
sys/netgraph/eiface/ng_eiface.c
96
static void ng_eiface_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph/ether/ng_ether.c
204
ng_ether_input(struct ifnet *ifp, struct mbuf **mp)
sys/netgraph/ether/ng_ether.c
220
ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m)
sys/netgraph/ether/ng_ether.c
258
ng_ether_output(struct ifnet *ifp, struct mbuf **mp)
sys/netgraph/ether/ng_ether.c
280
ng_ether_attach(struct ifnet *ifp)
sys/netgraph/ether/ng_ether.c
321
ng_ether_detach(struct ifnet *ifp)
sys/netgraph/ether/ng_ether.c
522
struct ifnet *const ifp = priv->ifp;
sys/netgraph/ether/ng_ether.c
680
struct ifnet *ifp;
sys/netgraph/ether/ng_ether.c
73
struct ifnet *ifp; /* associated interface */
sys/netgraph/ether/ng_ether.c
84
static void ng_ether_input(struct ifnet *ifp, struct mbuf **mp);
sys/netgraph/ether/ng_ether.c
85
static void ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m);
sys/netgraph/ether/ng_ether.c
86
static int ng_ether_output(struct ifnet *ifp, struct mbuf **mp);
sys/netgraph/ether/ng_ether.c
87
static void ng_ether_attach(struct ifnet *ifp);
sys/netgraph/ether/ng_ether.c
88
static void ng_ether_detach(struct ifnet *ifp);
sys/netgraph/fec/ng_fec.c
1034
ng_fec_print_ioctl(struct ifnet *ifp, int command, caddr_t data)
sys/netgraph/fec/ng_fec.c
1074
struct ifnet *ifp;
sys/netgraph/fec/ng_fec.c
139
struct ifnet *fec_if;
sys/netgraph/fec/ng_fec.c
166
int (*real_if_output)(struct ifnet *, struct mbuf *,
sys/netgraph/fec/ng_fec.c
172
static void ng_fec_input(struct ifnet *, struct mbuf **);
sys/netgraph/fec/ng_fec.c
173
static void ng_fec_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph/fec/ng_fec.c
175
struct mbuf *m, struct ifnet **ifp);
sys/netgraph/fec/ng_fec.c
176
static int ng_fec_setport(struct ifnet *ifp, u_long cmd, caddr_t data);
sys/netgraph/fec/ng_fec.c
178
static void ng_fec_stop(struct ifnet *ifp);
sys/netgraph/fec/ng_fec.c
179
static int ng_fec_ifmedia_upd(struct ifnet *ifp);
sys/netgraph/fec/ng_fec.c
180
static void ng_fec_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr);
sys/netgraph/fec/ng_fec.c
181
static int ng_fec_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,
sys/netgraph/fec/ng_fec.c
183
static int ng_fec_output(struct ifnet *ifp, struct mbuf *m0,
sys/netgraph/fec/ng_fec.c
190
static void ng_fec_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph/fec/ng_fec.c
331
struct ifnet *ifp, *bifp;
sys/netgraph/fec/ng_fec.c
420
struct ifnet *bifp;
sys/netgraph/fec/ng_fec.c
478
ng_fec_setport(struct ifnet *ifp, u_long command, caddr_t data)
sys/netgraph/fec/ng_fec.c
482
struct ifnet *oifp;
sys/netgraph/fec/ng_fec.c
507
struct ifnet *ifp, *bifp;
sys/netgraph/fec/ng_fec.c
539
ng_fec_stop(struct ifnet *ifp)
sys/netgraph/fec/ng_fec.c
543
struct ifnet *bifp;
sys/netgraph/fec/ng_fec.c
568
struct ifnet *ifp;
sys/netgraph/fec/ng_fec.c
620
ng_fec_ifmedia_upd(struct ifnet *ifp)
sys/netgraph/fec/ng_fec.c
626
ng_fec_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/netgraph/fec/ng_fec.c
648
ng_fec_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/netgraph/fec/ng_fec.c
739
ng_fec_input(struct ifnet *ifp, struct mbuf **m0)
sys/netgraph/fec/ng_fec.c
745
struct ifnet *bifp;
sys/netgraph/fec/ng_fec.c
794
ng_fec_output_serialized(struct ifnet *ifp, struct mbuf *m,
sys/netgraph/fec/ng_fec.c
856
ng_fec_output(struct ifnet *ifp, struct mbuf *m,
sys/netgraph/fec/ng_fec.c
877
struct mbuf *m, struct ifnet **ifp)
sys/netgraph/fec/ng_fec.c
995
ng_fec_start(struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netgraph/fec/ng_fec.c
999
struct ifnet *oifp = NULL;
sys/netgraph/iface/ng_iface.c
101
struct ifnet *ifp; /* Our interface */
sys/netgraph/iface/ng_iface.c
109
static void ng_iface_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph/iface/ng_iface.c
110
static int ng_iface_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,
sys/netgraph/iface/ng_iface.c
112
static int ng_iface_output(struct ifnet *ifp, struct mbuf *m0,
sys/netgraph/iface/ng_iface.c
114
static void ng_iface_bpftap(struct ifnet *ifp,
sys/netgraph/iface/ng_iface.c
117
static void ng_iface_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph/iface/ng_iface.c
336
ng_iface_ioctl(struct ifnet *ifp, u_long command, caddr_t data,
sys/netgraph/iface/ng_iface.c
408
ng_iface_output_serialized(struct ifnet *ifp, struct mbuf *m,
sys/netgraph/iface/ng_iface.c
458
ng_iface_output(struct ifnet *ifp, struct mbuf *m,
sys/netgraph/iface/ng_iface.c
476
ng_iface_start(struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netgraph/iface/ng_iface.c
485
ng_iface_bpftap(struct ifnet *ifp, struct mbuf *m, sa_family_t family)
sys/netgraph/iface/ng_iface.c
505
ng_iface_print_ioctl(struct ifnet *ifp, int command, caddr_t data)
sys/netgraph/iface/ng_iface.c
545
struct ifnet *ifp;
sys/netgraph/iface/ng_iface.c
638
struct ifnet *const ifp = priv->ifp;
sys/netgraph/iface/ng_iface.c
744
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/async/ng_async.c
453
struct ifnet *rcvif;
sys/netgraph7/async/ng_async.c
545
struct ifnet *rcvif;
sys/netgraph7/bridge/ng_bridge.c
594
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netgraph7/eiface/ng_eiface.c
126
ng_eiface_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred *cr)
sys/netgraph7/eiface/ng_eiface.c
193
struct ifnet *ifp = sc->ifp;
sys/netgraph7/eiface/ng_eiface.c
212
struct ifnet *ifp = arg1;
sys/netgraph7/eiface/ng_eiface.c
278
ng_eiface_start(struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netgraph7/eiface/ng_eiface.c
299
ng_eiface_print_ioctl(struct ifnet *ifp, int command, caddr_t data)
sys/netgraph7/eiface/ng_eiface.c
338
struct ifnet *ifp;
sys/netgraph7/eiface/ng_eiface.c
397
struct ifnet *ifp = priv->ifp;
sys/netgraph7/eiface/ng_eiface.c
419
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/eiface/ng_eiface.c
531
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/eiface/ng_eiface.c
568
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/eiface/ng_eiface.c
76
struct ifnet *ifp; /* per-interface network data */
sys/netgraph7/eiface/ng_eiface.c
85
static void ng_eiface_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph7/eiface/ng_eiface.c
86
static int ng_eiface_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,
sys/netgraph7/eiface/ng_eiface.c
89
static void ng_eiface_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph7/ether/ng_ether.c
217
ng_ether_input(struct ifnet *ifp, struct mbuf **mp)
sys/netgraph7/ether/ng_ether.c
236
ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m)
sys/netgraph7/ether/ng_ether.c
255
ng_ether_output(struct ifnet *ifp, struct mbuf **mp)
sys/netgraph7/ether/ng_ether.c
275
ng_ether_attach(struct ifnet *ifp)
sys/netgraph7/ether/ng_ether.c
314
ng_ether_detach(struct ifnet *ifp)
sys/netgraph7/ether/ng_ether.c
336
ng_ether_link_state(struct ifnet *ifp, int state)
sys/netgraph7/ether/ng_ether.c
599
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/ether/ng_ether.c
638
extern struct mbuf *bridge_input_p(struct ifnet *, struct mbuf *);
sys/netgraph7/ether/ng_ether.c
643
struct ifnet *ifp = priv->ifp;
sys/netgraph7/ether/ng_ether.c
733
struct ifnet *ifp;
sys/netgraph7/ether/ng_ether.c
76
struct ifnet *ifp; /* associated interface */
sys/netgraph7/ether/ng_ether.c
88
static void ng_ether_input(struct ifnet *ifp, struct mbuf **mp);
sys/netgraph7/ether/ng_ether.c
89
static void ng_ether_input_orphan(struct ifnet *ifp, struct mbuf *m);
sys/netgraph7/ether/ng_ether.c
90
static int ng_ether_output(struct ifnet *ifp, struct mbuf **mp);
sys/netgraph7/ether/ng_ether.c
91
static void ng_ether_attach(struct ifnet *ifp);
sys/netgraph7/ether/ng_ether.c
92
static void ng_ether_detach(struct ifnet *ifp);
sys/netgraph7/ether/ng_ether.c
94
static void ng_ether_link_state(struct ifnet *ifp, int state);
sys/netgraph7/iface/ng_iface.c
108
struct ifnet *ifp; /* Our interface */
sys/netgraph7/iface/ng_iface.c
116
static void ng_iface_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph7/iface/ng_iface.c
117
static int ng_iface_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,
sys/netgraph7/iface/ng_iface.c
119
static int ng_iface_output(struct ifnet *ifp, struct mbuf *m0,
sys/netgraph7/iface/ng_iface.c
121
static void ng_iface_bpftap(struct ifnet *ifp,
sys/netgraph7/iface/ng_iface.c
123
static int ng_iface_send(struct ifnet *ifp, struct mbuf *m,
sys/netgraph7/iface/ng_iface.c
126
static void ng_iface_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph7/iface/ng_iface.c
342
ng_iface_ioctl(struct ifnet *ifp, u_long command, caddr_t data,
sys/netgraph7/iface/ng_iface.c
415
ng_iface_output(struct ifnet *ifp, struct mbuf *m,
sys/netgraph7/iface/ng_iface.c
454
ng_iface_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/netgraph7/iface/ng_iface.c
477
ng_iface_bpftap(struct ifnet *ifp, struct mbuf *m, sa_family_t family)
sys/netgraph7/iface/ng_iface.c
497
ng_iface_send(struct ifnet *ifp, struct mbuf *m, sa_family_t sa)
sys/netgraph7/iface/ng_iface.c
533
ng_iface_print_ioctl(struct ifnet *ifp, int command, caddr_t data)
sys/netgraph7/iface/ng_iface.c
572
struct ifnet *ifp;
sys/netgraph7/iface/ng_iface.c
657
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/iface/ng_iface.c
776
struct ifnet *const ifp = priv->ifp;
sys/netgraph7/netflow/netflow.c
386
struct ifnet *ifp)
sys/netgraph7/netflow/ng_netflow.h
271
int ng_netflow_flow_add(priv_p, struct ip *, iface_p, struct ifnet *);
sys/netgraph7/ng_fec.c
1116
ng_fec_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/netgraph7/ng_fec.c
1120
struct ifnet *oifp = NULL;
sys/netgraph7/ng_fec.c
1156
ng_fec_print_ioctl(struct ifnet *ifp, int command, caddr_t data)
sys/netgraph7/ng_fec.c
1196
struct ifnet *ifp;
sys/netgraph7/ng_fec.c
145
struct ifnet *fec_if;
sys/netgraph7/ng_fec.c
146
void (*fec_if_input) (struct ifnet *,
sys/netgraph7/ng_fec.c
166
int (*fec_if_output) (struct ifnet *,
sys/netgraph7/ng_fec.c
178
struct ifnet *ifp;
sys/netgraph7/ng_fec.c
190
static void ng_fec_input(struct ifnet *, struct mbuf *,
sys/netgraph7/ng_fec.c
192
static void ng_fec_start(struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph7/ng_fec.c
194
struct mbuf *m, struct ifnet **ifp);
sys/netgraph7/ng_fec.c
195
static int ng_fec_setport(struct ifnet *ifp, u_long cmd, caddr_t data);
sys/netgraph7/ng_fec.c
197
static void ng_fec_stop(struct ifnet *ifp);
sys/netgraph7/ng_fec.c
198
static int ng_fec_ifmedia_upd(struct ifnet *ifp);
sys/netgraph7/ng_fec.c
199
static void ng_fec_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr);
sys/netgraph7/ng_fec.c
200
static int ng_fec_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
sys/netgraph7/ng_fec.c
201
static int ng_fec_output(struct ifnet *ifp, struct mbuf *m0,
sys/netgraph7/ng_fec.c
206
static int ng_fec_ether_cmdmulti(struct ifnet *trifp, struct ng_fec_portlist *p, int set);
sys/netgraph7/ng_fec.c
209
static void ng_fec_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
sys/netgraph7/ng_fec.c
353
struct ifnet *ifp, *bifp;
sys/netgraph7/ng_fec.c
464
struct ifnet *ifp, *bifp;
sys/netgraph7/ng_fec.c
526
ng_fec_ether_cmdmulti(struct ifnet *trifp, struct ng_fec_portlist *p, int set)
sys/netgraph7/ng_fec.c
528
struct ifnet *ifp = p->fec_if;
sys/netgraph7/ng_fec.c
568
ng_fec_ether_setmulti(struct ifnet *ifp)
sys/netgraph7/ng_fec.c
592
ng_fec_setport(struct ifnet *ifp, u_long command, caddr_t data)
sys/netgraph7/ng_fec.c
596
struct ifnet *oifp;
sys/netgraph7/ng_fec.c
616
struct ifnet *ifp, *bifp;
sys/netgraph7/ng_fec.c
649
ng_fec_stop(struct ifnet *ifp)
sys/netgraph7/ng_fec.c
653
struct ifnet *bifp;
sys/netgraph7/ng_fec.c
678
struct ifnet *ifp;
sys/netgraph7/ng_fec.c
724
ng_fec_ifmedia_upd(struct ifnet *ifp)
sys/netgraph7/ng_fec.c
729
static void ng_fec_ifmedia_sts(struct ifnet *ifp,
sys/netgraph7/ng_fec.c
754
ng_fec_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
sys/netgraph7/ng_fec.c
780
struct ifnet *bifp;
sys/netgraph7/ng_fec.c
863
ng_fec_input(struct ifnet *ifp, struct mbuf *m0)
sys/netgraph7/ng_fec.c
868
struct ifnet *bifp;
sys/netgraph7/ng_fec.c
928
ng_fec_output(struct ifnet *ifp, struct mbuf *m,
sys/netgraph7/ng_fec.c
998
struct mbuf *m, struct ifnet **ifp)
sys/netgraph7/ng_gif.c
104
static void ng_gif_input(struct ifnet *ifp, struct mbuf **mp, int af);
sys/netgraph7/ng_gif.c
105
static void ng_gif_input_orphan(struct ifnet *ifp, struct mbuf *m, int af);
sys/netgraph7/ng_gif.c
106
static void ng_gif_attach(struct ifnet *ifp);
sys/netgraph7/ng_gif.c
107
static void ng_gif_detach(struct ifnet *ifp);
sys/netgraph7/ng_gif.c
170
ng_gif_input(struct ifnet *ifp, struct mbuf **mp, int af)
sys/netgraph7/ng_gif.c
188
ng_gif_input_orphan(struct ifnet *ifp, struct mbuf *m, int af)
sys/netgraph7/ng_gif.c
229
ng_gif_attach(struct ifnet *ifp)
sys/netgraph7/ng_gif.c
267
ng_gif_detach(struct ifnet *ifp)
sys/netgraph7/ng_gif.c
544
struct ifnet *ifp;
sys/netgraph7/ng_gif.c
97
struct ifnet *ifp; /* associated interface */
sys/netgraph7/ng_ipfw.h
42
struct ifnet *ifp; /* interface, for ip_output */
sys/netgraph7/ng_source.c
611
struct ifnet *ifp;
sys/netgraph7/ng_source.c
89
struct ifnet *output_ifp;
sys/netgraph7/ng_sppp.c
179
ng_sppp_ioctl (struct ifnet *ifp, u_long command, caddr_t data)
sys/netgraph7/ng_sppp.c
189
ng_sppp_start (struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netgraph7/ng_sppp.c
239
struct ifnet *ifp;
sys/netgraph7/ng_sppp.c
53
struct ifnet *ifp; /* Our interface */
sys/netgraph7/ng_sppp.c
61
static void ng_sppp_start (struct ifnet *ifp, struct ifaltq_subque *);
sys/netgraph7/ng_sppp.c
62
static int ng_sppp_ioctl (struct ifnet *ifp, u_long cmd, caddr_t data);
sys/netinet/if_ether.c
1165
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/if_ether.c
1350
arp_ifinit(struct ifnet *ifp, struct ifaddr *ifa)
sys/netinet/if_ether.c
1357
arp_gratuitous(struct ifnet *ifp, struct ifaddr *ifa)
sys/netinet/if_ether.c
1371
arp_ifaddr(void *arg __unused, struct ifnet *ifp,
sys/netinet/if_ether.c
156
static void arprequest(struct ifnet *, const struct in_addr *,
sys/netinet/if_ether.c
158
static void arprequest_async(struct ifnet *, const struct in_addr *,
sys/netinet/if_ether.c
352
arpreq_alloc(struct ifnet *ifp, const struct in_addr *sip,
sys/netinet/if_ether.c
394
arpreq_send(struct ifnet *ifp, struct mbuf *m)
sys/netinet/if_ether.c
424
struct ifnet *ifp = msg->lmsg.u.ms_resultp;
sys/netinet/if_ether.c
439
arprequest(struct ifnet *ifp, const struct in_addr *sip,
sys/netinet/if_ether.c
466
arprequest_async(struct ifnet *ifp, const struct in_addr *sip,
sys/netinet/if_ether.c
508
arpresolve(struct ifnet *ifp, struct rtentry *rt0, struct mbuf *m,
sys/netinet/if_ether.c
711
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/if_ether.c
742
struct ifnet *nifp;
sys/netinet/if_ether.c
886
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/if_ether.h
120
int arpresolve (struct ifnet *, struct rtentry *, struct mbuf *,
sys/netinet/if_ether.h
122
void arp_ifinit (struct ifnet *, struct ifaddr *);
sys/netinet/if_ether.h
123
void arp_gratuitous (struct ifnet *, struct ifaddr *);
sys/netinet/igmp.c
146
find_rti(struct ifnet *ifp)
sys/netinet/igmp.c
182
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/igmp.c
80
find_rti (struct ifnet *ifp);
sys/netinet/in.c
1331
in_broadcast(struct in_addr in, struct ifnet *ifp)
sys/netinet/in.c
1375
in_addmulti(struct in_addr *ap, struct ifnet *ifp)
sys/netinet/in.c
1450
in_if_down(struct ifnet *ifp)
sys/netinet/in.c
1459
struct ifnet *ifp = lmsg->u.ms_resultp;
sys/netinet/in.c
1470
in_ifdetach(struct ifnet *ifp)
sys/netinet/in.c
224
in_control(u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td)
sys/netinet/in.c
421
in_control_internal(u_long cmd, caddr_t data, struct ifnet *ifp,
sys/netinet/in.c
66
static int in_lifaddr_ioctl (u_long, caddr_t, struct ifnet *, struct thread *);
sys/netinet/in.c
69
static int in_ifinit(struct ifnet *, struct in_ifaddr *,
sys/netinet/in.c
72
static int in_control_internal(u_long, caddr_t, struct ifnet *,
sys/netinet/in.c
807
in_lifaddr_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td)
sys/netinet/in.c
971
in_ifscrub(struct ifnet *ifp __unused, struct in_ifaddr *ia)
sys/netinet/in.c
981
in_ifinit(struct ifnet *ifp, struct in_ifaddr *ia,
sys/netinet/in.h
475
struct ifnet; struct mbuf; /* forward declarations for Standard C */
sys/netinet/in.h
487
int in_broadcast(struct in_addr, struct ifnet *);
sys/netinet/in_gif.c
223
struct ifnet *gifp = NULL;
sys/netinet/in_gif.c
234
gifp = (struct ifnet *)encap_getarg(m);
sys/netinet/in_gif.c
299
gif_validate4(const struct ip *ip, struct gif_softc *sc, struct ifnet *ifp)
sys/netinet/in_gif.c
363
struct ifnet *ifp;
sys/netinet/in_gif.c
72
struct ifnet *);
sys/netinet/in_gif.c
96
in_gif_output(struct ifnet *ifp, int family, struct mbuf *m)
sys/netinet/in_gif.h
43
struct ifnet;
sys/netinet/in_gif.h
46
int in_gif_output (struct ifnet *, int, struct mbuf *);
sys/netinet/in_pcb.c
1106
struct ifnet *ifp;
sys/netinet/in_pcb.c
1337
in_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp)
sys/netinet/in_pcb.c
1709
boolean_t wildcard, struct ifnet *ifp, const struct mbuf *m)
sys/netinet/in_pcb.c
1875
boolean_t wildcard, struct ifnet *ifp)
sys/netinet/in_pcb.h
486
void in_pcbpurgeif0 (struct inpcbinfo *, struct ifnet *);
sys/netinet/in_pcb.h
520
boolean_t, struct ifnet *);
sys/netinet/in_pcb.h
524
boolean_t, struct ifnet *, const struct mbuf *);
sys/netinet/in_var.h
117
static __inline struct ifnet *
sys/netinet/in_var.h
134
IFP_TO_IA(const struct ifnet *_ifp)
sys/netinet/in_var.h
153
struct ifnet *rti_ifp;
sys/netinet/in_var.h
170
struct ifnet *inm_ifp; /* back pointer to ifnet */
sys/netinet/in_var.h
200
IN_LOOKUP_MULTI(const struct in_addr *_addr, struct ifnet *_ifp)
sys/netinet/in_var.h
250
void in_ifdetach(struct ifnet *ifp);
sys/netinet/in_var.h
251
void in_if_down(struct ifnet *ifp);
sys/netinet/in_var.h
252
struct in_multi *in_addmulti (struct in_addr *, struct ifnet *);
sys/netinet/in_var.h
254
int in_control (u_long, caddr_t, struct ifnet *, struct thread *);
sys/netinet/in_var.h
261
void in_ifscrub (struct ifnet *, struct in_ifaddr *);
sys/netinet/ip_carp.c
1036
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/ip_carp.c
1111
struct ifnet *cifp;
sys/netinet/ip_carp.c
1225
struct ifnet *ifp;
sys/netinet/ip_carp.c
1322
struct ifnet *cifp = &sc->sc_if;
sys/netinet/ip_carp.c
1667
struct ifnet *ifp = &sc->sc_if;
sys/netinet/ip_carp.c
1670
sizeof(struct ifnet *), M_NOWAIT);
sys/netinet/ip_carp.c
1676
sizeof(struct ifnet *));
sys/netinet/ip_carp.c
1688
static struct ifnet *
sys/netinet/ip_carp.c
1698
struct ifnet *ifp = &sc->sc_if;
sys/netinet/ip_carp.c
1771
struct ifnet *cifp = &sc->sc_if;
sys/netinet/ip_carp.c
1941
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
1976
struct ifnet *ifp;
sys/netinet/ip_carp.c
2146
struct ifnet *ifp;
sys/netinet/ip_carp.c
2322
carp_ioctl(struct ifnet *ifp, u_long cmd, caddr_t addr, struct ucred *cr)
sys/netinet/ip_carp.c
2390
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2412
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2492
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2527
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2560
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2596
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2640
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
267
struct ifnet *nc_carpdev;
sys/netinet/ip_carp.c
2684
struct ifnet *ifp = &sc->arpcom.ac_if;
sys/netinet/ip_carp.c
2702
carp_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
sys/netinet/ip_carp.c
2706
struct ifnet *carpdev;
sys/netinet/ip_carp.c
2734
carp_start(struct ifnet *ifp, struct ifaltq_subque *ifsq __unused)
sys/netinet/ip_carp.c
2742
struct ifnet *cifp = &sc->sc_if;
sys/netinet/ip_carp.c
275
struct ifnet *sc_carpdev; /* parent interface */
sys/netinet/ip_carp.c
2765
carp_group_demote_adj(struct ifnet *ifp, int adj)
sys/netinet/ip_carp.c
2851
struct ifnet *cifp = &sc->sc_if;
sys/netinet/ip_carp.c
2862
struct ifnet *ifp, struct in_ifaddr *ia_if, int own)
sys/netinet/ip_carp.c
2999
carp_link_addrs(struct carp_softc *sc, struct ifnet *ifp, struct ifaddr *ifa_if)
sys/netinet/ip_carp.c
3034
carp_unlink_addrs(struct carp_softc *sc, struct ifnet *ifp,
sys/netinet/ip_carp.c
3079
carp_ifaddr(void *arg __unused, struct ifnet *ifp,
sys/netinet/ip_carp.c
3199
struct ifnet *ifp = ia->ia_ifp;
sys/netinet/ip_carp.c
3219
struct ifnet *
sys/netinet/ip_carp.c
3220
carp_parent(struct ifnet *cifp)
sys/netinet/ip_carp.c
376
static int carp_clone_destroy(struct ifnet *);
sys/netinet/ip_carp.c
387
static struct ifnet *carp_forus(struct carp_if *, const uint8_t *);
sys/netinet/ip_carp.c
390
static int carp_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/netinet/ip_carp.c
391
static int carp_output(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/netinet/ip_carp.c
393
static void carp_start(struct ifnet *, struct ifaltq_subque *);
sys/netinet/ip_carp.c
399
static void carp_link_addrs(struct carp_softc *, struct ifnet *,
sys/netinet/ip_carp.c
401
static void carp_unlink_addrs(struct carp_softc *, struct ifnet *,
sys/netinet/ip_carp.c
408
struct ifnet *, struct in_ifaddr *, int);
sys/netinet/ip_carp.c
439
static void carp_ifaddr(void *, struct ifnet *, enum ifaddr_event,
sys/netinet/ip_carp.c
441
static void carp_ifdetach(void *, struct ifnet *);
sys/netinet/ip_carp.c
622
struct ifnet *ifp;
sys/netinet/ip_carp.c
703
carp_clone_destroy(struct ifnet *ifp)
sys/netinet/ip_carp.c
857
struct ifnet *ifp = sc->sc_carpdev;
sys/netinet/ip_carp.c
895
struct ifnet *ifp = cmsg->nc_carpdev;
sys/netinet/ip_carp.c
908
carp_ifdetach(void *arg __unused, struct ifnet *ifp)
sys/netinet/ip_carp.c
932
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet/ip_carp.h
164
void carp_group_demote_adj(struct ifnet *, int);
sys/netinet/ip_carp.h
172
struct ifnet *carp_parent(struct ifnet *);
sys/netinet/ip_flow.c
173
struct ifnet *ifp;
sys/netinet/ip_flow.c
493
ipflow_ifaddr(void *arg __unused, struct ifnet *ifp __unused,
sys/netinet/ip_icmp.c
930
struct ifnet *ifp;
sys/netinet/ip_input.c
2244
struct ifnet *ifp;
sys/netinet/ip_output.c
1426
static struct ifnet *
sys/netinet/ip_output.c
1430
struct ifnet *ifp;
sys/netinet/ip_output.c
1456
struct ifnet *ifp;
sys/netinet/ip_output.c
172
struct ifnet *ifp = NULL; /* keep compiler happy */
sys/netinet/ip_output.c
1867
ip_mloopback(struct ifnet *ifp, struct mbuf *m, struct sockaddr_in *dst,
sys/netinet/ip_output.c
96
static struct ifnet *ip_multicast_if(struct in_addr *, int *);
sys/netinet/ip_output.c
98
(struct ifnet *, struct mbuf *, struct sockaddr_in *, int);
sys/netinet/ip_var.h
103
struct ifnet *imo_multicast_ifp; /* ifp for outgoing multicasts */
sys/netinet/ip_var.h
195
extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
sys/netinet/raw_ip.c
89
int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
sys/netinet/tcp_input.c
2957
struct ifnet *ifp;
sys/netinet6/frag6.c
164
struct ifnet *dstifp;
sys/netinet6/icmp6.c
1115
struct ifnet *ifp = NULL; /* for NI_QTYPE_NODEADDR */
sys/netinet6/icmp6.c
1562
ni6_addrs(struct icmp6_nodeinfo *ni6, struct mbuf *m, struct ifnet **ifpp,
sys/netinet6/icmp6.c
1590
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/icmp6.c
161
struct ifnet **, char *);
sys/netinet6/icmp6.c
163
struct ifnet *, int);
sys/netinet6/icmp6.c
1661
struct ifnet *ifp0, int resid)
sys/netinet6/icmp6.c
1687
struct ifnet *ifp = arr->ifnet_arr[idx];
sys/netinet6/icmp6.c
1922
struct ifnet *outif = NULL;
sys/netinet6/icmp6.c
2159
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/icmp6.c
2359
struct ifnet *ifp; /* my outgoing interface */
sys/netinet6/icmp6.c
2368
struct ifnet *outif = NULL;
sys/netinet6/in6.c
1237
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet6/in6.c
1290
in6_unlink_ifa(struct in6_ifaddr *ia, struct ifnet *ifp)
sys/netinet6/in6.c
131
static int in6_lifaddr_ioctl (u_long, caddr_t, struct ifnet *,
sys/netinet6/in6.c
133
static int in6_ifinit (struct ifnet *, struct in6_ifaddr *,
sys/netinet6/in6.c
1341
in6_purgeif(struct ifnet *ifp)
sys/netinet6/in6.c
135
static void in6_unlink_ifa (struct in6_ifaddr *, struct ifnet *);
sys/netinet6/in6.c
1379
in6_lifaddr_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp,
sys/netinet6/in6.c
139
static int in6_control_internal(u_long, caddr_t, struct ifnet *,
sys/netinet6/in6.c
1624
in6_ifinit(struct ifnet *ifp, struct in6_ifaddr *ia, struct sockaddr_in6 *sin6,
sys/netinet6/in6.c
1674
in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp)
sys/netinet6/in6.c
1707
in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp)
sys/netinet6/in6.c
1786
in6ifa_ifpforlinklocal(struct ifnet *ifp, int ignoreflags)
sys/netinet6/in6.c
1812
in6ifa_ifpwithaddr(struct ifnet *ifp, struct in6_addr *addr)
sys/netinet6/in6.c
1833
in6ifa_llaonifp(struct ifnet *ifp)
sys/netinet6/in6.c
2013
in6_ifawithscope(struct ifnet *oifp, struct in6_addr *dst, struct ucred *cred)
sys/netinet6/in6.c
2039
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6.c
2235
struct ifnet *bifp = ifa_best->ia_ifp;
sys/netinet6/in6.c
2304
in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst)
sys/netinet6/in6.c
2390
struct ifnet *ifp = nmsg->lmsg.u.ms_resultp;
sys/netinet6/in6.c
2414
in6_if_up(struct ifnet *ifp)
sys/netinet6/in6.c
2424
in6_if_down(struct ifnet *ifp)
sys/netinet6/in6.c
2430
in6if_do_dad(struct ifnet *ifp)
sys/netinet6/in6.c
2470
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6.c
2484
in6_domifattach(struct ifnet *ifp)
sys/netinet6/in6.c
2506
in6_domifdetach(struct ifnet *ifp, void *aux)
sys/netinet6/in6.c
382
in6_control(u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td)
sys/netinet6/in6.c
475
in6_control_internal(u_long cmd, caddr_t data, struct ifnet *ifp,
sys/netinet6/in6.c
877
in6_update_ifa(struct ifnet *ifp, struct in6_aliasreq *ifra,
sys/netinet6/in6.h
666
struct ifnet;
sys/netinet6/in6.h
675
struct in6_ifaddr *in6_ifawithscope (struct ifnet *, struct in6_addr *, struct ucred *);
sys/netinet6/in6.h
676
struct in6_ifaddr *in6_ifawithifp (struct ifnet *, struct in6_addr *);
sys/netinet6/in6_gif.c
237
struct ifnet *gifp = NULL;
sys/netinet6/in6_gif.c
244
gifp = (struct ifnet *)encap_getarg(m);
sys/netinet6/in6_gif.c
309
struct ifnet *ifp)
sys/netinet6/in6_gif.c
364
struct ifnet *ifp;
sys/netinet6/in6_gif.c
75
struct ifnet *);
sys/netinet6/in6_gif.c
97
in6_gif_output(struct ifnet *ifp, int family, struct mbuf *m)
sys/netinet6/in6_gif.h
42
struct ifnet;
sys/netinet6/in6_gif.h
46
int in6_gif_output (struct ifnet *, int, struct mbuf *);
sys/netinet6/in6_ifattach.c
218
get_hw_ifid(struct ifnet *ifp,
sys/netinet6/in6_ifattach.c
331
get_ifid(struct ifnet *ifp0,
sys/netinet6/in6_ifattach.c
332
struct ifnet *altifp, /* secondary EUI64 source */
sys/netinet6/in6_ifattach.c
355
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6_ifattach.c
397
in6_ifattach_linklocal(struct ifnet *ifp,
sys/netinet6/in6_ifattach.c
398
struct ifnet *altifp) /* secondary EUI64 source */
sys/netinet6/in6_ifattach.c
527
in6_ifattach_loopback(struct ifnet *ifp) /* must be IFT_LOOP */
sys/netinet6/in6_ifattach.c
587
in6_nigroup(struct ifnet *ifp, const char *name, int namelen,
sys/netinet6/in6_ifattach.c
654
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6_ifattach.c
701
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6_ifattach.c
730
in6_ifattach(struct ifnet *ifp,
sys/netinet6/in6_ifattach.c
731
struct ifnet *altifp) /* secondary EUI64 source */
sys/netinet6/in6_ifattach.c
75
static int get_hw_ifid (struct ifnet *, struct in6_addr *);
sys/netinet6/in6_ifattach.c
76
static int get_ifid (struct ifnet *, struct ifnet *, struct in6_addr *);
sys/netinet6/in6_ifattach.c
77
static int in6_ifattach_linklocal (struct ifnet *, struct ifnet *);
sys/netinet6/in6_ifattach.c
78
static int in6_ifattach_loopback (struct ifnet *);
sys/netinet6/in6_ifattach.c
786
struct ifnet *ifp = lmsg->u.ms_resultp;
sys/netinet6/in6_ifattach.c
855
in6_ifdetach(struct ifnet *ifp)
sys/netinet6/in6_ifattach.c
867
in6_get_tmpifid(struct ifnet *ifp, u_int8_t *retbuf, const u_int8_t *baseid,
sys/netinet6/in6_ifattach.c
918
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/in6_ifattach.h
43
struct ifnet;
sys/netinet6/in6_ifattach.h
48
void in6_ifattach (struct ifnet *, struct ifnet *);
sys/netinet6/in6_ifattach.h
49
void in6_ifdetach (struct ifnet *);
sys/netinet6/in6_ifattach.h
50
void in6_get_tmpifid (struct ifnet *, u_int8_t *, const u_int8_t *, int);
sys/netinet6/in6_ifattach.h
52
int in6_nigroup (struct ifnet *, const char *, int, struct in6_addr *);
sys/netinet6/in6_pcb.c
279
struct ifnet *ifp = NULL;
sys/netinet6/in6_pcb.c
688
in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp)
sys/netinet6/in6_pcb.c
814
int wildcard, struct ifnet *ifp)
sys/netinet6/in6_pcb.h
114
u_int, int, struct ifnet *);
sys/netinet6/in6_pcb.h
128
int in6_selecthlim (struct in6pcb *, struct ifnet *);
sys/netinet6/in6_pcb.h
83
struct ifnet;
sys/netinet6/in6_pcb.h
99
void in6_pcbpurgeif0 (struct inpcbinfo *, struct ifnet *);
sys/netinet6/in6_src.c
239
struct ifnet *ifp = mopts ? mopts->im6o_multicast_ifp : NULL;
sys/netinet6/in6_src.c
363
in6_selecthlim(struct in6pcb *in6p, struct ifnet *ifp)
sys/netinet6/in6_src.c
538
struct ifnet **ifpp)
sys/netinet6/in6_src.c
540
struct ifnet *ifp = NULL;
sys/netinet6/in6_src.c
604
struct ifnet *ifp)
sys/netinet6/in6_var.h
531
struct ifnet *in6m_ifp; /* back pointer to ifnet */
sys/netinet6/in6_var.h
555
IN6_LOOKUP_MULTI(const struct in6_addr *_addr, struct ifnet *_ifp)
sys/netinet6/in6_var.h
599
struct in6_multi *in6_addmulti (struct in6_addr *, struct ifnet *, int *);
sys/netinet6/in6_var.h
601
struct in6_multi_mship *in6_joingroup(struct ifnet *, struct in6_addr *, int *);
sys/netinet6/in6_var.h
606
int in6_control(u_long, caddr_t, struct ifnet *, struct thread *);
sys/netinet6/in6_var.h
607
int in6_update_ifa (struct ifnet *, struct in6_aliasreq *,
sys/netinet6/in6_var.h
610
int in6if_do_dad (struct ifnet *);
sys/netinet6/in6_var.h
611
void in6_purgeif (struct ifnet *);
sys/netinet6/in6_var.h
613
void in6_if_up(struct ifnet *);
sys/netinet6/in6_var.h
614
void in6_if_down(struct ifnet *);
sys/netinet6/in6_var.h
615
void *in6_domifattach (struct ifnet *);
sys/netinet6/in6_var.h
616
void in6_domifdetach (struct ifnet *, void *);
sys/netinet6/in6_var.h
618
void in6_restoremkludge (struct in6_ifaddr *, struct ifnet *);
sys/netinet6/in6_var.h
619
void in6_purgemkludge (struct ifnet *);
sys/netinet6/in6_var.h
620
struct in6_ifaddr *in6ifa_ifpforlinklocal (struct ifnet *, int);
sys/netinet6/in6_var.h
621
struct in6_ifaddr *in6ifa_ifpwithaddr (struct ifnet *, struct in6_addr *);
sys/netinet6/in6_var.h
622
struct in6_ifaddr *in6ifa_llaonifp(struct ifnet *);
sys/netinet6/in6_var.h
624
int in6_addr2zoneid(struct ifnet *, struct in6_addr *, u_int32_t *);
sys/netinet6/in6_var.h
635
struct inpcb *, struct ifnet **);
sys/netinet6/in6_var.h
637
struct ifnet *);
sys/netinet6/ip6_forward.c
96
struct ifnet *origifp; /* maybe unnecessary */
sys/netinet6/ip6_input.c
209
struct ifnet *deliverifp = NULL;
sys/netinet6/ip6_input.c
266
struct ifnet *inifp;
sys/netinet6/ip6_mroute.c
124
static int ip6_mdq (struct mbuf *, struct ifnet *, struct mf6c *);
sys/netinet6/ip6_mroute.c
1281
ip6_mdq(struct mbuf *m, struct ifnet *ifp, struct mf6c *rt)
sys/netinet6/ip6_mroute.c
1461
struct ifnet *ifp = mifp->m6_ifp;
sys/netinet6/ip6_mroute.c
175
struct ifnet multicast_register_if;
sys/netinet6/ip6_mroute.c
467
struct ifnet *ifp;
sys/netinet6/ip6_mroute.c
570
struct ifnet *ifp;
sys/netinet6/ip6_mroute.c
646
struct ifnet *ifp;
sys/netinet6/ip6_mroute.c
945
ip6_mforward(struct ip6_hdr *ip6, struct ifnet *ifp, struct mbuf *m)
sys/netinet6/ip6_mroute.h
229
struct ifnet *m6_ifp; /* pointer to interface */
sys/netinet6/ip6_mroute.h
267
struct ifnet *ifp; /* Interface pkt came in on */
sys/netinet6/ip6_output.c
1047
struct ifnet *ifp, struct in6_addr *dst, u_long *mtup,
sys/netinet6/ip6_output.c
119
struct ifnet *, struct in6_addr *, u_long *, int *);
sys/netinet6/ip6_output.c
141
struct ifnet **ifpp, /* XXX: just for statistics */
sys/netinet6/ip6_output.c
145
struct ifnet *ifp, *origifp;
sys/netinet6/ip6_output.c
2212
struct ifnet *ifp;
sys/netinet6/ip6_output.c
3015
ip6_mloopback(struct ifnet *ifp, struct mbuf *m, struct sockaddr_in6 *dst)
sys/netinet6/ip6_var.h
119
struct ifnet *im6o_multicast_ifp; /* ifp for outgoing multicasts */
sys/netinet6/ip6_var.h
355
int ip6_mforward (struct ip6_hdr *, struct ifnet *, struct mbuf *);
sys/netinet6/ip6_var.h
366
void ip6_mloopback (struct ifnet *, struct mbuf *, struct sockaddr_in6 *);
sys/netinet6/ip6_var.h
370
struct ip6_moptions *, struct ifnet **,
sys/netinet6/mld6.c
183
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/mld6.c
414
struct ifnet *ifp = in6m->in6m_ifp;
sys/netinet6/mld6.c
415
struct ifnet *outif = NULL;
sys/netinet6/nd6.c
1175
struct ifnet *ifp = rt->rt_ifp;
sys/netinet6/nd6.c
1423
nd6_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp)
sys/netinet6/nd6.c
149
static void nd6_setmtu0 (struct ifnet *, struct nd_ifinfo *);
sys/netinet6/nd6.c
1677
nd6_cache_lladdr(struct ifnet *ifp, struct in6_addr *from, char *lladdr,
sys/netinet6/nd6.c
192
nd6_ifattach(struct ifnet *ifp)
sys/netinet6/nd6.c
1937
struct ifnet *ifp = arr->ifnet_arr[i];
sys/netinet6/nd6.c
1961
nd6_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m,
sys/netinet6/nd6.c
1974
nd6_resolve(struct ifnet *ifp, struct rtentry *rt0, struct mbuf *m,
sys/netinet6/nd6.c
2118
nd6_need_cache(struct ifnet *ifp)
sys/netinet6/nd6.c
230
nd6_setmtu(struct ifnet *ifp)
sys/netinet6/nd6.c
237
struct ifnet *ifp;
sys/netinet6/nd6.c
246
struct ifnet *ifp = nmsg->ifp;
sys/netinet6/nd6.c
288
nd6_setmtu0(struct ifnet *ifp, struct nd_ifinfo *ndi)
sys/netinet6/nd6.c
452
struct ifnet *ifp;
sys/netinet6/nd6.c
723
struct ifnet *ifp;
sys/netinet6/nd6.c
786
nd6_purge(struct ifnet *ifp)
sys/netinet6/nd6.c
860
nd6_lookup(struct in6_addr *addr6, int create, struct ifnet *ifp)
sys/netinet6/nd6.c
944
nd6_neighbor_lookup(struct in6_addr *addr6, struct ifnet *ifp)
sys/netinet6/nd6.c
981
nd6_is_addr_neighbor(struct sockaddr_in6 *addr, struct ifnet *ifp)
sys/netinet6/nd6.h
242
struct ifnet *ifp;
sys/netinet6/nd6.h
246
struct ifnet *ndpr_ifp;
sys/netinet6/nd6.h
370
struct nd_ifinfo *nd6_ifattach (struct ifnet *);
sys/netinet6/nd6.h
372
int nd6_is_addr_neighbor (struct sockaddr_in6 *, struct ifnet *);
sys/netinet6/nd6.h
376
struct rtentry *nd6_lookup (struct in6_addr *, int, struct ifnet *);
sys/netinet6/nd6.h
377
void nd6_setmtu (struct ifnet *);
sys/netinet6/nd6.h
378
void nd6_purge (struct ifnet *);
sys/netinet6/nd6.h
381
int nd6_resolve(struct ifnet *, struct rtentry *,
sys/netinet6/nd6.h
384
int nd6_ioctl (u_long, caddr_t, struct ifnet *);
sys/netinet6/nd6.h
385
struct rtentry *nd6_cache_lladdr (struct ifnet *, struct in6_addr *,
sys/netinet6/nd6.h
387
int nd6_output(struct ifnet *, struct ifnet *, struct mbuf *,
sys/netinet6/nd6.h
389
int nd6_need_cache (struct ifnet *);
sys/netinet6/nd6.h
393
void nd6_na_output (struct ifnet *, const struct in6_addr *,
sys/netinet6/nd6.h
396
void nd6_ns_output (struct ifnet *, const struct in6_addr *,
sys/netinet6/nd6.h
398
caddr_t nd6_ifptomac (struct ifnet *);
sys/netinet6/nd6.h
418
struct nd_defrouter *defrouter_lookup(struct in6_addr *, struct ifnet *);
sys/netinet6/nd6.h
421
void rt6_flush (struct in6_addr *, struct ifnet *);
sys/netinet6/nd6_nbr.c
104
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/nd6_nbr.c
105
struct ifnet *cmpifp;
sys/netinet6/nd6_nbr.c
1054
nd6_ifptomac(struct ifnet *ifp)
sys/netinet6/nd6_nbr.c
1420
struct ifnet *ifp = dp->dad_ifa->ifa_ifp;
sys/netinet6/nd6_nbr.c
276
struct ifnet *rtifp;
sys/netinet6/nd6_nbr.c
436
nd6_ns_output(struct ifnet *ifp, const struct in6_addr *daddr6,
sys/netinet6/nd6_nbr.c
449
struct ifnet *outif = NULL;
sys/netinet6/nd6_nbr.c
603
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/nd6_nbr.c
671
struct ifnet *ifp_ll;
sys/netinet6/nd6_nbr.c
919
nd6_na_output(struct ifnet *ifp, const struct in6_addr *daddr6,
sys/netinet6/nd6_nbr.c
932
struct ifnet *outif = NULL;
sys/netinet6/nd6_rtr.c
114
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/nd6_rtr.c
1330
struct ifnet *ifp = pr->ndpr_ifp;
sys/netinet6/nd6_rtr.c
1434
struct ifnet *ifp = pr->ndpr_ifp;
sys/netinet6/nd6_rtr.c
1516
struct ifnet *ifp = pr->ndpr_ifp;
sys/netinet6/nd6_rtr.c
1655
struct ifnet *ifp = ia0->ia_ifa.ifa_ifp;
sys/netinet6/nd6_rtr.c
1801
rt6_flush(struct in6_addr *gateway, struct ifnet *ifp)
sys/netinet6/nd6_rtr.c
202
struct ifnet *ifp = m->m_pkthdr.rcvif;
sys/netinet6/nd6_rtr.c
333
pr.ndpr_ifp = (struct ifnet *)m->m_pkthdr.rcvif;
sys/netinet6/nd6_rtr.c
471
defrouter_addifreq(struct ifnet *ifp)
sys/netinet6/nd6_rtr.c
507
defrouter_lookup(struct in6_addr *addr, struct ifnet *ifp)
sys/netinet6/nd6_rtr.c
80
static void defrouter_addifreq (struct ifnet *);
sys/netinet6/nd6_rtr.c
859
struct ifnet *ifp = new->ndpr_ifp;
sys/netinet6/nd6_rtr.c
89
static struct ifnet *nd6_defifp;
sys/netinet6/raw_ip6.c
280
struct ifnet *oifp = NULL;
sys/netinet6/scope6.c
103
scope6_set(struct ifnet *ifp, struct scope6_id *idlist)
sys/netinet6/scope6.c
163
scope6_get(struct ifnet *ifp, struct scope6_id *idlist)
sys/netinet6/scope6.c
244
in6_addr2zoneid(struct ifnet *ifp, /* must not be NULL */
sys/netinet6/scope6.c
304
scope6_setdefault(struct ifnet *ifp) /* note that this might be NULL */
sys/netinet6/scope6.c
350
in6_setscope(struct in6_addr *in6, struct ifnet *ifp, u_int32_t *ret_id)
sys/netinet6/scope6.c
54
SID(struct ifnet *ifp)
sys/netinet6/scope6.c
71
scope6_ifattach(struct ifnet *ifp)
sys/netinet6/scope6_var.h
55
struct ifnet;
sys/netinet6/scope6_var.h
60
struct scope6_id *scope6_ifattach (struct ifnet *);
sys/netinet6/scope6_var.h
62
int scope6_set (struct ifnet *, struct scope6_id *);
sys/netinet6/scope6_var.h
63
int scope6_get (struct ifnet *, struct scope6_id *);
sys/netinet6/scope6_var.h
64
void scope6_setdefault (struct ifnet *);
sys/netinet6/scope6_var.h
68
int in6_setscope (struct in6_addr *, struct ifnet *, u_int32_t *);
sys/netinet6/udp6_usrreq.c
113
static int in6_mcmatch (struct inpcb *, struct in6_addr *, struct ifnet *);
sys/netinet6/udp6_usrreq.c
116
in6_mcmatch(struct inpcb *in6p, struct in6_addr *ia6, struct ifnet *ifp)
sys/netproto/802_11/ieee80211_dragonfly.h
122
int ieee80211_handoff(struct ifnet *, struct mbuf *);
sys/netproto/802_11/ieee80211_dragonfly.h
556
#define V_ifnet ifnet
sys/netproto/802_11/ieee80211_proto.h
106
int ieee80211_output(struct ifnet *, struct mbuf *,
sys/netproto/802_11/ieee80211_proto.h
109
int ieee80211_output(struct ifnet *, struct mbuf *,
sys/netproto/802_11/ieee80211_proto.h
120
void ieee80211_vap_start(struct ifnet *ifp, struct ifaltq_subque *ifsq);
sys/netproto/802_11/ieee80211_proto.h
122
int ieee80211_vap_transmit(struct ifnet *ifp, struct mbuf *m);
sys/netproto/802_11/ieee80211_proto.h
123
void ieee80211_vap_qflush(struct ifnet *ifp);
sys/netproto/802_11/ieee80211_var.h
366
struct ifnet *iv_ifp; /* associated device */
sys/netproto/802_11/ieee80211_var.h
531
int (*iv_output)(struct ifnet *, struct mbuf *,
sys/netproto/802_11/ieee80211_var.h
534
int (*iv_output)(struct ifnet *, struct mbuf *,
sys/netproto/802_11/ieee80211_var.h
732
int ieee80211_media_change(struct ifnet *);
sys/netproto/802_11/ieee80211_var.h
733
void ieee80211_media_status(struct ifnet *, struct ifmediareq *);
sys/netproto/802_11/ieee80211_var.h
735
int ieee80211_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
sys/netproto/802_11/ieee80211_var.h
737
int ieee80211_ioctl(struct ifnet *, u_long, caddr_t);
sys/netproto/802_11/wlan/ieee80211.c
103
static uint64_t ieee80211_get_counter(struct ifnet *, ift_counter);
sys/netproto/802_11/wlan/ieee80211.c
1767
ieee80211_media_change(struct ifnet *ifp)
sys/netproto/802_11/wlan/ieee80211.c
1841
ieee80211_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/netproto/802_11/wlan/ieee80211.c
517
ieee80211_get_counter(struct ifnet *ifp, ift_counter cnt)
sys/netproto/802_11/wlan/ieee80211.c
550
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211.c
685
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211.c
755
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_adhoc.c
298
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_ddb.c
172
const struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
1064
bpf_track_event(void *arg, struct ifnet *ifp, int dlt, int attach)
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
1104
wlan_iflladdr_event(void *arg __unused, struct ifnet *ifp)
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
125
wlan_clone_destroy(struct ifnet *ifp)
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
282
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
411
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
70
static int wlan_clone_destroy(struct ifnet *);
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
743
notify_macaddr(struct ifnet *ifp, int op, const uint8_t mac[IEEE80211_ADDR_LEN])
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
756
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
776
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
794
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
807
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
835
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
856
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
866
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
887
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
905
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
922
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
933
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
944
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_dragonfly.c
959
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_hostap.c
1569
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_hostap.c
357
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_hostap.c
494
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_input.c
275
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_ioctl.c
3377
ieee80211_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data, struct ucred *ucred)
sys/netproto/802_11/wlan/ieee80211_ioctl.c
3380
ieee80211_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
sys/netproto/802_11/wlan/ieee80211_mesh.c
1060
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_mesh.c
1175
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_mesh.c
1574
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_mesh.c
3360
struct ifnet *ifp = ni->ni_vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_monitor.c
132
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
130
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
313
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
3240
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
3681
struct ifnet *ifp = ni->ni_vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
466
ieee80211_vap_start(struct ifnet *ifp, struct ifaltq_subque *ifsq)
sys/netproto/802_11/wlan/ieee80211_output.c
470
struct ifnet *parent = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_output.c
541
ieee80211_vap_transmit(struct ifnet *ifp, struct mbuf *m)
sys/netproto/802_11/wlan/ieee80211_output.c
590
ieee80211_vap_qflush(struct ifnet *ifp)
sys/netproto/802_11/wlan/ieee80211_output.c
650
ieee80211_output(struct ifnet *ifp, struct mbuf *m,
sys/netproto/802_11/wlan/ieee80211_output.c
654
ieee80211_output(struct ifnet *ifp, struct mbuf *m,
sys/netproto/802_11/wlan/ieee80211_proto.c
1429
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
1533
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
1551
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
1590
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
1610
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
1631
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_proto.c
329
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_scan_sw.c
532
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_sta.c
543
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_superg.c
592
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/802_11/wlan/ieee80211_wds.c
240
struct ifnet *ifp;
sys/netproto/802_11/wlan/ieee80211_wds.c
416
struct ifnet *ifp = vap->iv_ifp;
sys/netproto/mpls/mpls_demux.c
87
struct ifnet *ifp;
sys/netproto/mpls/mpls_input.c
180
struct ifnet *ifp;
sys/platform/pc64/x86_64/autoconf.c
314
struct ifnet *ifp;
sys/platform/vkernel64/x86_64/autoconf.c
392
struct ifnet *ifp;
sys/sys/domain.h
46
struct ifnet;
sys/sys/domain.h
64
void *(*dom_ifattach)(struct ifnet *);
sys/sys/domain.h
65
void (*dom_ifdetach)(struct ifnet *, void *);
sys/sys/domain.h
66
void (*dom_if_up)(struct ifnet *);
sys/sys/domain.h
67
void (*dom_if_down)(struct ifnet *);
sys/sys/mbuf.h
154
struct ifnet *rcvif; /* rcv interface */
sys/sys/mbuf.h
521
struct mbuf *m_devget(void *, int, int, struct ifnet *);
sys/sys/protosw.h
204
struct ifnet;
sys/sys/socketops.h
89
struct ifnet *ifp);
sys/vfs/nfs/bootp_subr.c
116
struct ifnet *ifp;
sys/vfs/nfs/bootp_subr.c
1522
struct ifnet *ifp;
sys/vfs/nfs/bootp_subr.c
239
void bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa);
sys/vfs/nfs/bootp_subr.c
376
bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa)
sys/vfs/nfs/bootp_subr.c
393
struct ifnet *ifp;
tools/tools/netrate/pktgen/pktgen.c
107
struct ifnet *pktg_ifp;
tools/tools/netrate/pktgen/pktgen.c
273
struct ifnet *ifp;
tools/tools/netrate/pktgen/pktgen.c
424
struct ifnet *ifp;
tools/tools/netrate/pktgen/pktgen.c
87
struct ifnet *pb_ifp;
usr.bin/netstat/if.c
105
struct ifnet ifnet;
usr.bin/netstat/if.c
149
if (kread(ifnetaddr, (char *)&ifnet, sizeof ifnet))
usr.bin/netstat/if.c
183
if (kread(ifnetaddr, (char *)&ifnet, sizeof ifnet))
usr.bin/netstat/if.c
185
strlcpy(name, ifnet.if_xname, sizeof(name));
usr.bin/netstat/if.c
186
ifnetaddr = (u_long)TAILQ_NEXT(&ifnet, if_link);
usr.bin/netstat/if.c
196
if ((ifnet.if_flags & IFF_UP) == 0)
usr.bin/netstat/if.c
200
if (kread((u_long)ifnet.if_addrheads,
usr.bin/netstat/if.c
220
ifdataaddr = (u_long)ifnet.if_data_pcpu;
usr.bin/netstat/if.c
246
timer = ifnet.if_timer;
usr.bin/netstat/if.c
249
printf("%-9.9s %-5lu ", name, ifnet.if_mtu);
usr.bin/netstat/if.c
296
printf("%-7.7s %-5lu ", name, ifnet.if_mtu);
usr.bin/netstat/if.c
432
TAILQ_FOREACH(multiaddr, &ifnet.if_multiaddrs, ifma_link) {
usr.bin/netstat/if.c
501
struct ifnet ifnet;
usr.bin/netstat/if.c
526
if (kread(off, (char *)&ifnet, sizeof ifnet))
usr.bin/netstat/if.c
528
strlcpy(name, ifnet.if_xname, sizeof(name));
usr.bin/netstat/if.c
541
off = (u_long)TAILQ_NEXT(&ifnet, if_link);
usr.bin/netstat/if.c
573
if (kread(interesting_off, (char *)&ifnet, sizeof ifnet)) {
usr.bin/netstat/if.c
578
ifdata_addr = (u_long)ifnet.if_data_pcpu;
usr.bin/netstat/if.c
583
ifnet.if_ipackets = ifdata.ifd_ipackets;
usr.bin/netstat/if.c
584
ifnet.if_ierrors = ifdata.ifd_ierrors;
usr.bin/netstat/if.c
585
ifnet.if_ibytes = ifdata.ifd_ibytes;
usr.bin/netstat/if.c
586
ifnet.if_opackets = ifdata.ifd_opackets;
usr.bin/netstat/if.c
587
ifnet.if_oerrors = ifdata.ifd_oerrors;
usr.bin/netstat/if.c
588
ifnet.if_obytes = ifdata.ifd_obytes;
usr.bin/netstat/if.c
589
ifnet.if_collisions = ifdata.ifd_collisions;
usr.bin/netstat/if.c
590
ifnet.if_oqdrops = ifdata.ifd_oqdrops;
usr.bin/netstat/if.c
598
ifnet.if_ipackets += ifdata.ifd_ipackets;
usr.bin/netstat/if.c
599
ifnet.if_ierrors += ifdata.ifd_ierrors;
usr.bin/netstat/if.c
600
ifnet.if_ibytes += ifdata.ifd_ibytes;
usr.bin/netstat/if.c
601
ifnet.if_opackets += ifdata.ifd_opackets;
usr.bin/netstat/if.c
602
ifnet.if_oerrors += ifdata.ifd_oerrors;
usr.bin/netstat/if.c
603
ifnet.if_obytes += ifdata.ifd_obytes;
usr.bin/netstat/if.c
604
ifnet.if_collisions += ifdata.ifd_collisions;
usr.bin/netstat/if.c
605
ifnet.if_oqdrops += ifdata.ifd_oqdrops;
usr.bin/netstat/if.c
610
ifnet.if_ipackets - ip->ift_ip,
usr.bin/netstat/if.c
611
ifnet.if_ierrors - ip->ift_ie,
usr.bin/netstat/if.c
612
ifnet.if_ibytes - ip->ift_ib,
usr.bin/netstat/if.c
613
ifnet.if_opackets - ip->ift_op,
usr.bin/netstat/if.c
614
ifnet.if_oerrors - ip->ift_oe,
usr.bin/netstat/if.c
615
ifnet.if_obytes - ip->ift_ob,
usr.bin/netstat/if.c
616
ifnet.if_collisions - ip->ift_co);
usr.bin/netstat/if.c
618
printf(" %5lu", ifnet.if_oqdrops - ip->ift_dr);
usr.bin/netstat/if.c
620
ip->ift_ip = ifnet.if_ipackets;
usr.bin/netstat/if.c
621
ip->ift_ie = ifnet.if_ierrors;
usr.bin/netstat/if.c
622
ip->ift_ib = ifnet.if_ibytes;
usr.bin/netstat/if.c
623
ip->ift_op = ifnet.if_opackets;
usr.bin/netstat/if.c
624
ip->ift_oe = ifnet.if_oerrors;
usr.bin/netstat/if.c
625
ip->ift_ob = ifnet.if_obytes;
usr.bin/netstat/if.c
626
ip->ift_co = ifnet.if_collisions;
usr.bin/netstat/if.c
627
ip->ift_dr = ifnet.if_oqdrops;
usr.bin/netstat/if.c
640
if (kread(off, (char *)&ifnet, sizeof ifnet)) {
usr.bin/netstat/if.c
645
ifdata_addr = (u_long)ifnet.if_data_pcpu;
usr.bin/netstat/if.c
651
ifnet.if_ipackets = ifdata.ifd_ipackets;
usr.bin/netstat/if.c
652
ifnet.if_ierrors = ifdata.ifd_ierrors;
usr.bin/netstat/if.c
653
ifnet.if_ibytes = ifdata.ifd_ibytes;
usr.bin/netstat/if.c
654
ifnet.if_opackets = ifdata.ifd_opackets;
usr.bin/netstat/if.c
655
ifnet.if_oerrors = ifdata.ifd_oerrors;
usr.bin/netstat/if.c
656
ifnet.if_obytes = ifdata.ifd_obytes;
usr.bin/netstat/if.c
657
ifnet.if_collisions = ifdata.ifd_collisions;
usr.bin/netstat/if.c
658
ifnet.if_oqdrops = ifdata.ifd_oqdrops;
usr.bin/netstat/if.c
666
ifnet.if_ipackets += ifdata.ifd_ipackets;
usr.bin/netstat/if.c
667
ifnet.if_ierrors += ifdata.ifd_ierrors;
usr.bin/netstat/if.c
668
ifnet.if_ibytes += ifdata.ifd_ibytes;
usr.bin/netstat/if.c
669
ifnet.if_opackets += ifdata.ifd_opackets;
usr.bin/netstat/if.c
670
ifnet.if_oerrors += ifdata.ifd_oerrors;
usr.bin/netstat/if.c
671
ifnet.if_obytes += ifdata.ifd_obytes;
usr.bin/netstat/if.c
672
ifnet.if_collisions += ifdata.ifd_collisions;
usr.bin/netstat/if.c
673
ifnet.if_oqdrops += ifdata.ifd_oqdrops;
usr.bin/netstat/if.c
681
if (ifnet.if_bridge) {
usr.bin/netstat/if.c
682
sum->ift_ie += ifnet.if_ierrors;
usr.bin/netstat/if.c
683
sum->ift_oe += ifnet.if_oerrors;
usr.bin/netstat/if.c
684
sum->ift_co += ifnet.if_collisions;
usr.bin/netstat/if.c
686
sum->ift_ip += ifnet.if_ipackets;
usr.bin/netstat/if.c
687
sum->ift_ie += ifnet.if_ierrors;
usr.bin/netstat/if.c
688
sum->ift_ib += ifnet.if_ibytes;
usr.bin/netstat/if.c
689
sum->ift_op += ifnet.if_opackets;
usr.bin/netstat/if.c
690
sum->ift_oe += ifnet.if_oerrors;
usr.bin/netstat/if.c
691
sum->ift_ob += ifnet.if_obytes;
usr.bin/netstat/if.c
692
sum->ift_co += ifnet.if_collisions;
usr.bin/netstat/if.c
693
sum->ift_dr += ifnet.if_oqdrops;
usr.bin/netstat/if.c
695
off = (u_long)TAILQ_NEXT(&ifnet, if_link);
usr.bin/netstat/mroute6.c
117
struct ifnet ifnet;
usr.bin/netstat/mroute6.c
123
kread((u_long)mifp->m6_ifp, (char *)&ifnet, sizeof(ifnet));
usr.bin/netstat/mroute6.c
135
"reg0" : if_indextoname(ifnet.if_index, ifname));
usr.bin/netstat/route.c
281
static struct ifnet ifnet, *lastif;
usr.bin/netstat/route.c
330
if (kget(rt->rt_ifp, ifnet) == 0)
usr.bin/netstat/route.c
331
len = strlen(ifnet.if_xname);
usr.bin/netstat/route.c
749
static struct ifnet ifnet, *lastif;
usr.bin/netstat/route.c
788
if (kget(rt->rt_ifp, ifnet) == 0)
usr.bin/netstat/route.c
789
strlcpy(prettyname, ifnet.if_xname,
usr.sbin/ifmcstat/ifmcstat.c
118
struct ifnet *ifp, *nifp, ifnet;
usr.sbin/ifmcstat/ifmcstat.c
132
KREAD(nl[N_IFNET].n_value, &ifp, struct ifnet *);
usr.sbin/ifmcstat/ifmcstat.c
137
KREAD(ifp, &ifnet, struct ifnet);
usr.sbin/ifmcstat/ifmcstat.c
138
printf("%s:\n", if_indextoname(ifnet.if_index, ifnamebuf));
usr.sbin/ifmcstat/ifmcstat.c
140
KREAD(ifnet.if_addrheads, &head, struct ifaddrhead);
usr.sbin/ifmcstat/ifmcstat.c
148
nifp = ifnet.if_link.tqe_next;
usr.sbin/ifmcstat/ifmcstat.c
160
ifname(struct ifnet *ifp)
usr.sbin/ifmcstat/ifmcstat.c
163
struct ifnet ifnet;
usr.sbin/ifmcstat/ifmcstat.c
165
KREAD(ifp, &ifnet, struct ifnet);
usr.sbin/ifmcstat/ifmcstat.c
166
strlcpy(buf, ifnet.if_xname, sizeof(buf));
usr.sbin/ifmcstat/ifmcstat.c
213
struct ifnet ifnet;
usr.sbin/ifmcstat/ifmcstat.c
218
KREAD(ifa.ifa_ifp, &ifnet, struct ifnet);
usr.sbin/ifmcstat/ifmcstat.c
219
if (TAILQ_FIRST(&ifnet.if_multiaddrs))
usr.sbin/ifmcstat/ifmcstat.c
220
ifmp = TAILQ_FIRST(&ifnet.if_multiaddrs);
usr.sbin/ifmcstat/ifmcstat.c
66
char *ifname(struct ifnet *);
usr.sbin/ifmcstat/ifmcstat.c
78
struct ifnet *mk_ifp;