Searched defs:ixamblk_s (Results 1 – 1 of 1) sorted by relevance
128 typedef struct ixamblk_s { struct129 boolean_t ixm_inbound; /* B_FALSE */130 iaflags_t ixm_flags; /* ixa_flags */131 netstackid_t ixm_stackid; /* Verify it didn't go away */132 uint_t ixm_ifindex; /* Used to find the nce */133 in6_addr_t ixm_nceaddr_v6; /* Used to find nce */135 uint32_t ixm_fragsize;136 uint_t ixm_pktlen;137 uint16_t ixm_ip_hdr_length; /* Points to ULP header */138 uint8_t ixm_protocol; /* Protocol number for ULP cksum */[all …]