Home
last modified time | relevance | path

Searched refs:skb_shared_info (Results 1 – 3 of 3) sorted by relevance

/include/net/
Dxdp.h141 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
143 static inline struct skb_shared_info *
146 return (struct skb_shared_info *)xdp_data_hard_end(xdp); in xdp_get_shared_info_from_buff()
152 struct skb_shared_info *sinfo; in xdp_get_buff_len()
200 static inline struct skb_shared_info *
205 return (struct skb_shared_info *)(data_hard_start + frame->frame_sz - in xdp_get_shared_info_from_frame()
206 SKB_DATA_ALIGN(sizeof(struct skb_shared_info))); in xdp_get_shared_info_from_frame()
326 struct skb_shared_info *sinfo; in xdp_release_frame()
348 struct skb_shared_info *sinfo; in xdp_get_frame_len()
/include/linux/
Dvirtio_net.h145 struct skb_shared_info *shinfo = skb_shinfo(skb); in virtio_net_hdr_to_skb()
178 struct skb_shared_info *sinfo = skb_shinfo(skb); in virtio_net_hdr_from_skb()
Dskbuff.h265 ((X) - SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
272 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
282 SKB_DATA_ALIGN(sizeof(struct skb_shared_info)))
583 struct skb_shared_info { struct
1658 #define skb_shinfo(SKB) ((struct skb_shared_info *)(skb_end_pointer(SKB)))
2412 static inline void __skb_fill_page_desc_noacc(struct skb_shared_info *shinfo, in __skb_fill_page_desc_noacc()
2498 struct skb_shared_info *shinfo = skb_shinfo(skb); in skb_fill_page_desc_noacc()
3423 struct skb_shared_info *shinfo = skb_shinfo(skb); in skb_frag_unref()
4932 static inline void skb_increase_gso_size(struct skb_shared_info *shinfo, in skb_increase_gso_size()
4940 static inline void skb_decrease_gso_size(struct skb_shared_info *shinfo, in skb_decrease_gso_size()
[all …]