Searched refs:meoi (Results 1 – 1 of 1) sorted by relevance
1686 mac_ether_offload_info(mblk_t *mp, mac_ether_offload_info_t *meoi) in mac_ether_offload_info() argument1692 bzero(meoi, sizeof (mac_ether_offload_info_t)); in mac_ether_offload_info()1702 meoi->meoi_flags |= MEOI_VLAN_TAGGED; in mac_ether_offload_info()1707 meoi->meoi_flags |= MEOI_L2INFO_SET; in mac_ether_offload_info()1708 meoi->meoi_l2hlen = maclen; in mac_ether_offload_info()1709 meoi->meoi_l3proto = ether; in mac_ether_offload_info()1737 meoi->meoi_l3hlen = iplen; in mac_ether_offload_info()1738 meoi->meoi_l4proto = ipproto; in mac_ether_offload_info()1739 meoi->meoi_flags |= MEOI_L3INFO_SET; in mac_ether_offload_info()1761 meoi->meoi_l4hlen = l4len; in mac_ether_offload_info()[all …]