Searched refs:gen_host (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 251 static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int, int); 4311 static struct block *gen_host(addr, mask, proto, dir, type) in gen_host() function 4330 b0 = gen_host(addr, mask, Q_IP, dir, type); 4337 b1 = gen_host(addr, mask, Q_ARP, dir, type); 4339 b0 = gen_host(addr, mask, Q_RARP, dir, type); 4621 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST); 5931 return gen_host(addr, mask, proto, dir, q.addr); 6015 return (gen_host(dn_addr, 0, proto, dir, q.addr)); 6252 return gen_host(n, m, q.proto, q.dir, q.addr); 6286 return gen_host(v, 0, proto, dir, q.addr); [all …]
|