Home
last modified time | relevance | path

Searched refs:gen_protochain (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c276 static struct block *gen_protochain(int, int, int);
5339 static struct block *gen_protochain(v, proto, dir) in gen_protochain() function
5363 b0 = gen_protochain(v, Q_IP, dir);
5364 b = gen_protochain(v, Q_IPV6, dir);
5729 b1 = gen_protochain(v, Q_IP);
5861 b1 = gen_protochain(v, Q_IPV6);
6197 return gen_protochain(real_proto, proto, dir);
6366 return gen_protochain((int) v, proto, dir);