Searched refs:gen_portop6 (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sf-redefines.h | 56 #define gen_portop6 sf_gen_portop6 macro
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 270 struct block *gen_portop6(int, int, int); 5015 struct block *gen_portop6(port, proto, dir) in gen_portop6() function 5069 b1 = gen_portop6(port, ip_proto, dir); 5073 tmp = gen_portop6(port, IPPROTO_TCP, dir); 5074 b1 = gen_portop6(port, IPPROTO_UDP, dir); 5076 tmp = gen_portop6(port, IPPROTO_SCTP, dir);
|