Searched refs:offsetofend (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | cache.h | 160 offsetofend(TYPE, __cacheline_group_begin__##GROUP) && \ 161 offsetofend(TYPE, MEMBER) <= \ 168 offsetofend(TYPE, __cacheline_group_begin__##GROUP) > \
|
| D | stddef.h | 32 #define offsetofend(TYPE, MEMBER) \ macro
|
| D | string.h | 508 memset(__ptr + offsetofend(typeof(*(obj)), member), __val, \ 509 sizeof(*(obj)) - offsetofend(typeof(*(obj)), member)); \
|
| D | filter.h | 618 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 620 offsetof(TYPE, MEMBER1) ... offsetofend(TYPE, MEMBER2) - 1 623 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 1036 off + sizeof(__u64) <= offsetofend(type, field) && \
|
| D | iommu.h | 452 offsetofend(typeof(*kdst), min_last)) 503 offsetofend(typeof(*(kdst)), min_last))
|
| D | ieee80211.h | 4536 if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.action_code)) in ieee80211_is_bufferable_mmpdu() 4828 skb->len >= offsetofend(typeof(*mgmt), u.action.u.wnm_timing_msr)) in ieee80211_is_timing_measurement() 4848 skb->len >= offsetofend(typeof(*mgmt), u.action.u.ftm)) in ieee80211_is_ftm()
|
| /include/net/libeth/ |
| D | cache.h | 18 offsetofend(type, __cacheline_group_begin__##grp) == \ 25 offsetofend(type, __cacheline_group_begin__##grp) <= \
|
| /include/net/ |
| D | xsk_buff_pool.h | 36 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb))
|
| D | ip_tunnels.h | 31 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst) 34 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
|
| /include/uapi/linux/ |
| D | gfs2_ondisk.h | 442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
|
| /include/rdma/ |
| D | uverbs_ioctl.h | 470 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type))
|