Searched refs:gen_ehostop (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 244 static struct block *gen_ehostop(const u_char *, int); 3699 static struct block *gen_ehostop(eaddr, dir) in gen_ehostop() function 3714 b0 = gen_ehostop(eaddr, Q_SRC); 3715 b1 = gen_ehostop(eaddr, Q_DST); 3721 b0 = gen_ehostop(eaddr, Q_SRC); 3722 b1 = gen_ehostop(eaddr, Q_DST); 4581 b0 = gen_ehostop(eaddr, Q_OR); 4611 b0 = gen_ehostop(eaddr, Q_OR); 5944 b = gen_ehostop(eaddr, dir); 5999 b = gen_ehostop(eaddr, dir); [all …]
|