Lines Matching +full:- +full:- +full:container +full:- +full:cmd
1 // SPDX-License-Identifier: GPL-2.0-or-later
30 #define BPF_B 0x10 /* 8-bit */
31 #define BPF_W 0x00 /* 32-bit */
32 #define BPF_DW 0x18 /* double word (64-bit) */
178 #define BPF_F_LOCK 4 /* spin_lock-ed map_lookup/map_update */
245 uint32_t target_fd; /* container object to attach to */
290 uint32_t target_fd; /* container object to query */
545 /* pseudo BPF_LD_IMM64 insn used to refer to process-local map_fd */
603 .imm = ((FUNC) - BPF_FUNC_unspec) })
621 static inline int bpf(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) in bpf() argument
623 return tst_syscall(__NR_bpf, cmd, attr, size); in bpf()