Searched refs:offsetofend (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| A D | cache.h | 153 offsetofend(TYPE, __cacheline_group_begin__##GROUP) && \ 154 offsetofend(TYPE, MEMBER) <= \ 161 offsetofend(TYPE, __cacheline_group_begin__##GROUP) > \
|
| A D | stddef.h | 32 #define offsetofend(TYPE, MEMBER) \ macro
|
| A D | string.h | 512 memset(__ptr + offsetofend(typeof(*(obj)), member), __val, \ 513 sizeof(*(obj)) - offsetofend(typeof(*(obj)), member)); \
|
| A D | iommu.h | 462 offsetofend(typeof(*kdst), min_last)) 515 offsetofend(typeof(*(kdst)), min_last)) 599 offsetofend(typeof(*ksrc), min_last))
|
| A D | filter.h | 630 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 632 offsetof(TYPE, MEMBER1) ... offsetofend(TYPE, MEMBER2) - 1 635 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 1053 off + sizeof(__u64) <= offsetofend(type, field) && \
|
| A D | ieee80211.h | 4606 if (skb->len < offsetofend(typeof(*mgmt), u.action.u.ftm.action_code)) in ieee80211_is_bufferable_mmpdu() 4898 skb->len >= offsetofend(typeof(*mgmt), u.action.u.wnm_timing_msr)) in ieee80211_is_timing_measurement() 4918 skb->len >= offsetofend(typeof(*mgmt), u.action.u.ftm)) in ieee80211_is_ftm()
|
| /include/net/libeth/ |
| A D | cache.h | 18 offsetofend(type, __cacheline_group_begin__##grp) == \ 25 offsetofend(type, __cacheline_group_begin__##grp) <= \
|
| A D | xdp.h | 96 static_assert(offsetofend(struct xdp_buff_xsk, cb) >= \ 1286 static_assert(offsetofend(typeof(xdp->base), flags) - in libeth_xdp_prepare_buff()
|
| /include/net/ |
| A D | xsk_buff_pool.h | 34 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb))
|
| A 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/ |
| A D | gfs2_ondisk.h | 442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
|
| /include/rdma/ |
| A D | uverbs_ioctl.h | 470 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type))
|
Completed in 50 milliseconds