Lines Matching refs:dest_p
64 bpf_dest_t *dest_p; in pem() local
82 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() local
206 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()
210 skb->cb[0] = dest_p->prog_id; in br_common()
211 skb->cb[1] = dest_p->port_id; in br_common()
212 jump.call(skb, dest_p->prog_id); in br_common()