Home
last modified time | relevance | path

Searched defs:ifnet (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/net/
H A Dif_private.h39 struct ifnet { struct
45 u_char if_alloctype; /* if_type at time of allocation */
46 uint8_t if_numa_domain; /* NUMA domain of device */
48 void *if_softc; /* pointer to driver state */
49 void *if_llsoftc; /* link layer softc */
50 void *if_l2com; /* pointer to protocol bits */
51 const char *if_dname; /* driver name */
52 int if_dunit; /* unit or IF_DUNIT_NONE */
53 u_short if_index; /* numeric abbreviation for this if */
54 u_short if_idxgen; /* ... and its generation count */
[all …]
H A Dif_vlan.c1923 int (*func)(struct ifnet *, int)) in vlan_setflag()
H A Dif_lagg.c2077 int (*func)(struct ifnet *, int)) in lagg_setflag()
H A Dif.c5139 DB_SHOW_COMMAND(ifnet, db_show_ifnet) in DB_SHOW_COMMAND() argument
/freebsd/tools/tools/ifpifa/
H A Difpifa.c82 struct ifnet ifnet; in main() local
/freebsd/sbin/routed/
H A Dif.c36 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */ variable
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec.c724 if_t ifnet; in mlx5e_if_ipsec_hwassist() local
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c1939 struct ifnet ifnet; local
/freebsd/sys/sys/
H A Dktls.h168 char ifnet[16]; /* IFNAMSIZ */ member
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h186 struct ifnet { struct
189 int (*if_output)(struct ifnet *, struct mbuf *, argument
/freebsd/sys/dev/sfxge/
H A Dsfxge.h271 if_t ifnet; member
/freebsd/sys/dev/xen/netback/
H A Dnetback.c1806 if_t ifnet, gnttab_copy_table gnttab) in xnb_recv()