Searched refs:TEST_BTF (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | netif_receive_skb.c | 133 TEST_BTF(str, int, 0, "(int)0", 0); in BPF_PROG() 134 TEST_BTF(str, int, BTF_F_NONAME, "0", 0); in BPF_PROG() 144 TEST_BTF(str, char, 0, "(char)0", 0); in BPF_PROG() 151 TEST_BTF(str, u64, BTF_F_NONAME, "1", 1); in BPF_PROG() 153 TEST_BTF(str, u64, 0, "(u64)0", 0); in BPF_PROG() 154 TEST_BTF(str, u64, BTF_F_NONAME, "0", 0); in BPF_PROG() 212 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG() 219 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG() 223 TEST_BTF(str, struct bpf_prog_info, 0, in BPF_PROG() 228 TEST_BTF(str, struct __sk_buff, 0, in BPF_PROG() [all …]
|
Completed in 5 milliseconds