Searched refs:gen_portop (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sf-redefines.h | 55 #define gen_portop sf_gen_portop macro
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 265 struct block *gen_portop(int, int, int); 4924 struct block *gen_portop(port, proto, dir) in gen_portop() function 4996 b1 = gen_portop(port, ip_proto, dir); 5000 tmp = gen_portop(port, IPPROTO_TCP, dir); 5001 b1 = gen_portop(port, IPPROTO_UDP, dir); 5003 tmp = gen_portop(port, IPPROTO_SCTP, dir);
|