Lines Matching refs:block_ptr
141 struct en_desc block_ptr[__counted_by(n_count)]; member
155 ((size_t) offsetof(struct ether_desc_blk_str, block_ptr))
177 if (desc_blk->block_ptr[current - 1].protocol_family == in ether_del_proto()
180 desc_blk->block_ptr[current - 1].type = 0; in ether_del_proto()
193 desc_blk->block_ptr[desc_blk->n_max_used - 1].type == 0; in ether_del_proto()
240 if (desc_blk->block_ptr[i].type == in ether_add_proto_internal()
242 desc_blk->block_ptr[i].data[0] == in ether_add_proto_internal()
251 if (desc_blk->block_ptr[i].type == demux->type && in ether_add_proto_internal()
252 bcmp(desc_blk->block_ptr[i].data, in ether_add_proto_internal()
299 if (desc_blk->block_ptr[i].type == 0) { in ether_add_proto_internal()
310 ed = &desc_blk->block_ptr[i]; in ether_add_proto_internal()
458 struct en_desc *ed = desc_blk ? desc_blk->block_ptr : NULL; in ether_demux()