Searched refs:off_in_m (Results 1 – 1 of 1) sorted by relevance
1211 int offset, off_in_m; in gen_parse_tx() local1222 off_in_m = 0; in gen_parse_tx()1234 off_in_m = sizeof(struct statusblock); in gen_parse_tx()1270 if (m->m_len == off_in_m + sizeof(struct ether_vlan_header)) { in gen_parse_tx()1272 off_in_m = 0; in gen_parse_tx()1276 off_in_m += sizeof(struct ether_vlan_header); in gen_parse_tx()1283 if (m->m_len == off_in_m + sizeof(struct ether_header)) { in gen_parse_tx()1285 off_in_m = 0; in gen_parse_tx()1289 off_in_m += sizeof(struct ether_header); in gen_parse_tx()