Searched refs:meoi (Results 1 – 1 of 1) sorted by relevance
1765 mac_ether_offload_info(mblk_t *mp, mac_ether_offload_info_t *meoi) in mac_ether_offload_info() argument1771 bzero(meoi, sizeof (mac_ether_offload_info_t)); in mac_ether_offload_info()1781 meoi->meoi_flags |= MEOI_VLAN_TAGGED; in mac_ether_offload_info()1786 meoi->meoi_flags |= MEOI_L2INFO_SET; in mac_ether_offload_info()1787 meoi->meoi_l2hlen = maclen; in mac_ether_offload_info()1788 meoi->meoi_l3proto = ether; in mac_ether_offload_info()1816 meoi->meoi_l3hlen = iplen; in mac_ether_offload_info()1817 meoi->meoi_l4proto = ipproto; in mac_ether_offload_info()1818 meoi->meoi_flags |= MEOI_L3INFO_SET; in mac_ether_offload_info()1840 meoi->meoi_l4hlen = l4len; in mac_ether_offload_info()[all …]