Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h95 struct netif_extra_info { struct
96 uint8_t type; /* XEN_NETIF_EXTRA_TYPE_* */
97 uint8_t flags; /* XEN_NETIF_EXTRA_FLAG_* */
99 union {
144 typedef struct netif_extra_info netif_extra_info_t; argument