Searched refs:gen_wlanhostop (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 247 static struct block *gen_wlanhostop(const u_char *, int); 3810 static struct block *gen_wlanhostop(eaddr, dir) in gen_wlanhostop() function 4139 b0 = gen_wlanhostop(eaddr, Q_SRC); 4140 b1 = gen_wlanhostop(eaddr, Q_DST); 4146 b0 = gen_wlanhostop(eaddr, Q_SRC); 4147 b1 = gen_wlanhostop(eaddr, Q_DST); 4594 b0 = gen_wlanhostop(eaddr, Q_OR); 5972 b = gen_wlanhostop(eaddr, dir); 6462 return gen_wlanhostop(eaddr, (int) q.dir); 7063 return gen_wlanhostop(ebroadcast, Q_DST);
|