Searched refs:gen_fhostop (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 245 static struct block *gen_fhostop(const u_char *, int); 3733 static struct block *gen_fhostop(eaddr, dir) in gen_fhostop() function 3756 b0 = gen_fhostop(eaddr, Q_SRC); 3757 b1 = gen_fhostop(eaddr, Q_DST); 3763 b0 = gen_fhostop(eaddr, Q_SRC); 3764 b1 = gen_fhostop(eaddr, Q_DST); 4584 b0 = gen_fhostop(eaddr, Q_OR); 5952 b = gen_fhostop(eaddr, dir); 6454 return gen_fhostop(eaddr, (int) q.dir); 7055 return gen_fhostop(ebroadcast, Q_DST);
|