/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 | 31 TYPE=lirc_mode2 35 echo -e ${RED}"FAIL: $TYPE"${NC} 37 echo -e ${GREEN}"PASS: $TYPE"${NC}
|
/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
|
D | test_tcp_hdr_options.c | 19 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
|
D | test_cls_redirect.c | 31 #define offsetofend(TYPE, MEMBER) \ argument 32 (offsetof(TYPE, MEMBER) + sizeof((((TYPE *)0)->MEMBER)))
|
/tools/lib/bpf/ |
D | libbpf_common.h | 33 #define DECLARE_LIBBPF_OPTS(TYPE, NAME, ...) \ argument 34 struct TYPE NAME = ({ \ 35 memset(&NAME, 0, sizeof(struct TYPE)); \ 36 (struct TYPE) { \ 37 .sz = sizeof(struct TYPE), \
|
D | libbpf_internal.h | 86 # define offsetofend(TYPE, FIELD) \ argument 87 (offsetof(TYPE, FIELD) + sizeof(((TYPE *)0)->FIELD))
|
D | libbpf.c | 7856 #define BPF_PROG_TYPE_FNS(NAME, TYPE) \ argument 7861 bpf_program__set_type(prog, TYPE); \ 7867 return bpf_program__is_type(prog, TYPE); \
|
/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 | 25 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/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/testing/selftests/bpf/prog_tests/ |
D | sk_assign.c | 256 #define TEST(NAME, FAMILY, TYPE, REWRITE) \ argument 263 .type = TYPE, \
|
/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/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 26 | **bpftool** **map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* \ 49 | *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash** 73 …**bpftool map create** *FILE* **type** *TYPE* **key** *KEY_SIZE* **value** *VALUE_SIZE* **entries…
|
D | bpftool-prog.rst | 30 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** … 40 | *TYPE* := { 129 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam…
|
/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 | 164 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
|