Searched defs:offsetof (Results 1 - 25 of 26) sorted by last modified time

12

/linux-master/drivers/tty/serial/
H A Dserial_core.c3701 offsetof(struct serial_rs485, padding[1])); variable
/linux-master/tools/include/linux/
H A Dkernel.h25 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h58 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1198 case offsetof(struct sctphdr, checksum): function
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c444 case offsetof(struct vfio_region_gfx_edid, link_state): function
464 case offsetof(struct vfio_region_gfx_edid, edid_size): function
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h86 #undef offsetof macro
87 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/linux-master/net/core/
H A Dskbuff.c119 offsetof(skb_frag_t, netmem)); variable
123 static_assert(offsetof(struct bio_vec, bv_len) == offsetof(skb_frag_t, len)); variable
128 offsetof(skb_frag_t, offset)); variable
[all...]
H A Dfilter.c8691 case offsetof(struct bpf_sock, bound_dev_if): function
9548 case offsetof(struct __sk_buff, queue_mapping): function
10671 case offsetof(struct bpf_sock_ops, skb_hwtstamp): { function
[all...]
/linux-master/kernel/bpf/
H A Dcgroup.c2239 case offsetof(struct bpf_sysctl, file_pos): function
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3886 case offsetof(struct sctphdr, checksum): function
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8205 case offsetof(struct sctphdr, checksum): function
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2096 case offsetof(struct sctphdr, checksum): function
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c6096 case offsetof(struct sctphdr, checksum): function
/linux-master/tools/include/nolibc/
H A Dtypes.h207 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD) macro
/linux-master/include/linux/
H A Dmnt_idmapping.h24 static_assert(offsetof(vfsuid_t, val) == offsetof(kuid_t, val)); variable
25 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val)); variable
H A Dstddef.h15 #undef offsetof macro
16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
/linux-master/arch/x86/kernel/
H A Dsignal_64.c483 offsetof(compat_siginfo_t, _sifields._sigchld_x32)); variable
[all...]
H A Dptrace.c257 case offsetof(struct user_regs_struct, fs): function
264 case offsetof(struct user_regs_struct, gs): function
270 case offsetof(struc function
276 case offsetof(struct user_regs_struct, es): function
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c55 #define offsetof(T, x) ((unsigned int)&(((T *)0)->x)) macro
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c1310 case offsetof(struct iphdr, ttl): function
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h20 #undef offsetof macro
21 #define offsetof(type, member) __builtin_offsetof(type, member) macro
H A Dtest_select_reuseport_kern.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/linux-master/samples/bpf/
H A Dtest_lru_dist.c25 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
H A Dcookie_uid_helper_example.c33 #define offsetof(type, member) __builtin_offsetof(type, member) macro
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro

Completed in 439 milliseconds

12