Lines Matching defs:tmp_buf
4261 u8 *tmp_buf = NULL;
4266 tmp_buf = (u8 *)rq_hdr_buf;
4272 if (!ether_addr_equal(tmp_buf, rdev->dev_addr)) {
4273 tmp_buf += 4;
4275 eth_hdr = (struct ethhdr *)tmp_buf;
4295 u8 *tmp_buf = NULL;
4298 tmp_buf = (u8 *)rq_hdr_buf;
4300 eth_hdr = (struct ethhdr *)tmp_buf;
4303 tmp_buf += sizeof(struct ethhdr);
4304 vlan_hdr = (struct vlan_hdr *)tmp_buf;