/tools/testing/selftests/bpf/progs/ |
D | test_pkt_md_access.c | 13 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 15 TYPE tmp = *(volatile TYPE *)&skb->FIELD; \ 21 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 23 TYPE tmp = *((volatile TYPE *)&skb->FIELD + \ 24 TEST_FIELD_OFFSET(skb->FIELD, TYPE)); \
|
D | test_select_reuseport_kern.c | 21 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 69 ip link add dev $DEV_NS type $TYPE seq key 2 \ 75 ip link add dev $DEV type $TYPE key 2 external 91 ip link add dev $DEV_NS type $TYPE seq flowlabel 0xbcdef key 2 \ 99 ip link add dev $DEV type $TYPE external 110 ip link add dev $DEV_NS type $TYPE seq key 2 \ 115 ip link add dev $DEV_NS type $TYPE seq key 2 \ 123 ip link add dev $DEV type $TYPE external 140 ip link add dev $DEV_NS type $TYPE seq key 2 \ 145 ip link add dev $DEV_NS type $TYPE seq key 2 \ 153 ip link add dev $DEV type $TYPE external [all …]
|
D | bpf_util.h | 35 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 39 #define offsetofend(TYPE, MEMBER) \ argument 40 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
|
D | test_lirc_mode2.sh | 30 TYPE=lirc_mode2 34 echo -e ${RED}"FAIL: $TYPE"${NC} 36 echo -e ${GREEN}"PASS: $TYPE"${NC}
|
/tools/usb/ |
D | hcd-tests.sh | 92 for TYPE in $ARGS 103 case $TYPE in 269 echo "Don't understand test type $TYPE"
|
/tools/include/linux/ |
D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 72 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \ 116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 118 .code = BPF_ALU64 | BPF_MOV | BPF_SRC(TYPE), \ 124 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 126 .code = BPF_ALU | BPF_MOV | BPF_SRC(TYPE), \
|
D | kernel.h | 22 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 33 # define offsetofend(TYPE, FIELD) \ argument 34 (offsetof(TYPE, FIELD) + sizeof(((TYPE *)0)->FIELD))
|
D | libbpf.c | 4433 #define BPF_PROG_TYPE_FNS(NAME, TYPE) \ argument 4438 bpf_program__set_type(prog, TYPE); \ 4444 return bpf_program__is_type(prog, TYPE); \
|
/tools/usb/usbip/libsrc/ |
D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/tools/perf/trace/beauty/ |
D | statx.c | 56 P_FLAG(TYPE); in syscall_arg__scnprintf_statx_mask()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 25 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \ 47 | *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash** 64 …**bpftool map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* **entries…
|
D | bpftool-prog.rst | 28 | **bpftool** **prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | … 37 | *TYPE* := { 107 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam…
|
/tools/usb/usbip/ |
D | INSTALL | 149 `--build=TYPE' option. TYPE can either be a short name for the system 163 use the option `--target=TYPE' to select the type of system they will 169 eventually be run) with `--host=TYPE'.
|
/tools/perf/Documentation/ |
D | perf-probe.txt | 197 [NAME=]LOCALVAR|$retval|%REG|@SYMBOL[:TYPE][@user] 201 'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the typ…
|
/tools/perf/util/ |
D | parse-events.c | 153 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
|