Searched defs:ip_xmit_attr_s (Results 1 – 1 of 1) sorted by relevance
2084 struct ip_xmit_attr_s { struct2085 iaflags_t ixa_flags; /* IXAF_*. See below */2087 uint32_t ixa_free_flags; /* IXA_FREE_*. See below */2088 uint32_t ixa_refcnt; /* Using atomics */2094 uint32_t ixa_xmit_hint; /* For ECMP and GLD TX ring fanout */2095 uint_t ixa_pktlen; /* Always set. For frag and stats */2096 zoneid_t ixa_zoneid; /* Assumed always set */2104 ire_t *ixa_ire; /* Forwarding table entry */2105 uint_t ixa_ire_generation;2106 nce_t *ixa_nce; /* Neighbor cache entry */[all …]