Home
last modified time | relevance | path

Searched refs:offsetofend (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Dcache.h160 offsetofend(TYPE, __cacheline_group_begin__##GROUP) && \
161 offsetofend(TYPE, MEMBER) <= \
168 offsetofend(TYPE, __cacheline_group_begin__##GROUP) > \
Dstddef.h32 #define offsetofend(TYPE, MEMBER) \ macro
Dstring.h508 memset(__ptr + offsetofend(typeof(*(obj)), member), __val, \
509 sizeof(*(obj)) - offsetofend(typeof(*(obj)), member)); \
Dfilter.h618 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) && \
Diommu.h452 offsetofend(typeof(*kdst), min_last))
503 offsetofend(typeof(*(kdst)), min_last))
Dieee80211.h4536 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/
Dcache.h18 offsetofend(type, __cacheline_group_begin__##grp) == \
25 offsetofend(type, __cacheline_group_begin__##grp) <= \
/include/net/
Dxsk_buff_pool.h36 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb))
Dip_tunnels.h31 #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/
Dgfs2_ondisk.h442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
/include/rdma/
Duverbs_ioctl.h470 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type))