Home
last modified time | relevance | path

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

/include/linux/
A Dcache.h153 offsetofend(TYPE, __cacheline_group_begin__##GROUP) && \
154 offsetofend(TYPE, MEMBER) <= \
161 offsetofend(TYPE, __cacheline_group_begin__##GROUP) > \
A Dstddef.h32 #define offsetofend(TYPE, MEMBER) \ macro
A Dstring.h512 memset(__ptr + offsetofend(typeof(*(obj)), member), __val, \
513 sizeof(*(obj)) - offsetofend(typeof(*(obj)), member)); \
A Diommu.h462 offsetofend(typeof(*kdst), min_last))
515 offsetofend(typeof(*(kdst)), min_last))
599 offsetofend(typeof(*ksrc), min_last))
A Dfilter.h630 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 Dieee80211.h4606 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 Dcache.h18 offsetofend(type, __cacheline_group_begin__##grp) == \
25 offsetofend(type, __cacheline_group_begin__##grp) <= \
A Dxdp.h96 static_assert(offsetofend(struct xdp_buff_xsk, cb) >= \
1286 static_assert(offsetofend(typeof(xdp->base), flags) - in libeth_xdp_prepare_buff()
/include/net/
A Dxsk_buff_pool.h34 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb))
A 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/
A Dgfs2_ondisk.h442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
/include/rdma/
A Duverbs_ioctl.h470 UVERBS_ATTR_SIZE(offsetofend(_type, _last), sizeof(_type))

Completed in 50 milliseconds