Searched refs:off_in_m (Results 1 – 1 of 1) sorted by relevance
1148 int offset, off_in_m; in gen_parse_tx() local1159 off_in_m = 0; in gen_parse_tx()1171 off_in_m = sizeof(struct statusblock); in gen_parse_tx()1208 if (m->m_len == off_in_m + sizeof(struct ether_vlan_header)) { in gen_parse_tx()1210 off_in_m = 0; in gen_parse_tx()1214 off_in_m += sizeof(struct ether_vlan_header); in gen_parse_tx()1221 if (m->m_len == off_in_m + sizeof(struct ether_header)) { in gen_parse_tx()1223 off_in_m = 0; in gen_parse_tx()1227 off_in_m += sizeof(struct ether_header); in gen_parse_tx()