Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2089 struct ip_xmit_attr_s { struct
2090 iaflags_t ixa_flags; /* IXAF_*. See below */
2092 uint32_t ixa_free_flags; /* IXA_FREE_*. See below */
2093 uint32_t ixa_refcnt; /* Using atomics */
2099 uint32_t ixa_xmit_hint; /* For ECMP and GLD TX ring fanout */
2100 uint_t ixa_pktlen; /* Always set. For frag and stats */
2101 zoneid_t ixa_zoneid; /* Assumed always set */
2109 ire_t *ixa_ire; /* Forwarding table entry */
2110 uint_t ixa_ire_generation;
2111 nce_t *ixa_nce; /* Neighbor cache entry */
[all …]