Searched defs:ifnet (Results 1 – 12 of 12) sorted by relevance
39 struct ifnet { struct45 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 …]
1923 int (*func)(struct ifnet *, int)) in vlan_setflag()
2077 int (*func)(struct ifnet *, int)) in lagg_setflag()
5139 DB_SHOW_COMMAND(ifnet, db_show_ifnet) in DB_SHOW_COMMAND() argument
82 struct ifnet ifnet; in main() local
36 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */ variable
724 if_t ifnet; in mlx5e_if_ipsec_hwassist() local
1939 struct ifnet ifnet; local
168 char ifnet[16]; /* IFNAMSIZ */ member
186 struct ifnet { struct189 int (*if_output)(struct ifnet *, struct mbuf *, argument
271 if_t ifnet; member
1806 if_t ifnet, gnttab_copy_table gnttab) in xnb_recv()