| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 181 #define emit_loadptr(BASE, STRUCT, FIELD, DEST) \ argument 187 #define emit_load32(BASE, STRUCT, FIELD, DEST) \ argument 193 #define emit_load16(BASE, STRUCT, FIELD, DEST) \ argument 199 #define __emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 204 #define emit_load8(BASE, STRUCT, FIELD, DEST) \ argument 226 #define emit_skb_loadptr(FIELD, DEST) \ argument 228 #define emit_skb_load32(FIELD, DEST) \ argument 230 #define emit_skb_load16(FIELD, DEST) \ argument 232 #define __emit_skb_load8(FIELD, DEST) \ argument 234 #define emit_skb_load8(FIELD, DEST) \ argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_pkt_md_access.c | 11 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 19 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
|
| /linux/tools/include/nolibc/ |
| H A D | stddef.h | 21 #define offsetof(TYPE, FIELD) __builtin_offsetof(TYPE, FIELD) argument
|
| H A D | types.h | 145 container_of(PTR,TYPE,FIELD) global() argument
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | idreg-override.c | 39 #define FIELD(n, s, f) { .name = n, .shift = s, .width = 4, .filter = f } macro
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.h | 54 FIELD, enumerator
|
| /linux/include/linux/mfd/ |
| H A D | idtRC38xxx_reg.h | 196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_drv.h | 516 #define FIELD( global() macro
|
| /linux/include/linux/ |
| H A D | netdevice.h | 187 #define NET_DEV_STAT(FIELD) \ argument 4403 DEV_CORE_STATS_INC(FIELD) global() argument 5713 DEV_STATS_INC(DEV,FIELD) global() argument 5714 DEV_STATS_ADD(DEV,FIELD,VAL) global() argument 5716 DEV_STATS_READ(DEV,FIELD) global() argument [all...] |
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 110 # define offsetofend(TYPE, FIELD) \ argument
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu.h | 1296 REG_SET(FIELD,v) global() argument 1297 REG_GET(FIELD,v) global() argument
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 1303 #define MLXSW_SP_PTP_PORT_STAT(NAME, FIELD) \ argument
|
| /linux/net/core/ |
| H A D | filter.c | 7369 BPF_TCP_SOCK_GET_COMMON(FIELD) bpf_tcp_sock_convert_ctx_access() argument 7378 BPF_INET_SOCK_GET_COMMON(FIELD) bpf_tcp_sock_convert_ctx_access() argument 7563 BPF_XDP_SOCK_GET(FIELD) bpf_xdp_sock_convert_ctx_access() argument 10662 SOCK_OPS_GET_TCP_SOCK_FIELD(FIELD) sock_ops_convert_ctx_access() argument [all...] |
| H A D | net-sysfs.c | 1652 BQL_ATTR(NAME,FIELD) global() argument
|