Searched refs:dest_p (Results 1 – 3 of 3) sorted by relevance
64 bpf_dest_t *dest_p; in pem() local82 dest_p = pem_dest.lookup(&tx_port_id); in pem()83 if (dest_p) { in pem()84 skb->cb[0] = dest_p->prog_id; in pem()85 skb->cb[1] = dest_p->port_id; in pem()86 jump.call(skb, dest_p->prog_id); in pem()117 bpf_dest_t *dest_p; in br_common() local206 dest_p = br1_dest.lookup(&tx_port_id); in br_common()208 dest_p = br2_dest.lookup(&tx_port_id); in br_common()209 if (dest_p) { in br_common()[all …]
120 extern fn_p *dest_p;126 assign(dest_p, src_fn); in test11()
402 auto& dest_p = participants_[xla::FindOrDie( in RunCollectiveOp() local404 std::memcpy(dest_p.destination_data.opaque(), p.source_data.opaque(), in RunCollectiveOp()