Home
last modified time | relevance | path

Searched refs:xsk_buff_get_tail (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dxdp_sock_drv.h210 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail() function
446 static inline struct xdp_buff *xsk_buff_get_tail(struct xdp_buff *first) in xsk_buff_get_tail() function
/linux/net/core/
H A Dfilter.c4175 xsk_buff_get_tail(xdp)->data_end += offset; in bpf_xdp_frags_increase_tail()
4183 struct xdp_buff *zc_frag = tail ? xsk_buff_get_tail(xdp) : in bpf_xdp_shrink_data_zc()