Lines Matching refs:instructions
197 instructions = [
200 instructions += INS_SK_FILTER_ACCEPT
201 self.prog_fd = BpfProgLoad(BPF_PROG_TYPE_SOCKET_FILTER, instructions)
215 instructions = [
220 instructions += (INS_BPF_PARAM_STORE + BpfFuncCountPacketInit(self.map_fd)
223 self.prog_fd = BpfProgLoad(BPF_PROG_TYPE_SOCKET_FILTER, instructions)
236 instructions = [
240 instructions += (INS_BPF_PARAM_STORE + BpfFuncCountPacketInit(self.map_fd)
243 self.prog_fd = BpfProgLoad(BPF_PROG_TYPE_SOCKET_FILTER, instructions)
259 instructions = [
264 instructions += (INS_BPF_PARAM_STORE + BpfFuncCountPacketInit(self.map_fd)
267 self.prog_fd = BpfProgLoad(BPF_PROG_TYPE_SOCKET_FILTER, instructions)
339 instructions = [
343 instructions += (INS_BPF_PARAM_STORE + BpfFuncCountPacketInit(self.map_fd)
345 self.prog_fd = BpfProgLoad(BPF_PROG_TYPE_CGROUP_SKB, instructions)