diff options
Diffstat (limited to 'include/net/xdp.h')
-rw-r--r-- | include/net/xdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/xdp.h b/include/net/xdp.h index 137ad5f9f40f..0b689cf561c7 100644 --- a/include/net/xdp.h +++ b/include/net/xdp.h | |||
@@ -104,6 +104,7 @@ struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) | |||
104 | } | 104 | } |
105 | 105 | ||
106 | void xdp_return_frame(struct xdp_frame *xdpf); | 106 | void xdp_return_frame(struct xdp_frame *xdpf); |
107 | void xdp_return_buff(struct xdp_buff *xdp); | ||
107 | 108 | ||
108 | int xdp_rxq_info_reg(struct xdp_rxq_info *xdp_rxq, | 109 | int xdp_rxq_info_reg(struct xdp_rxq_info *xdp_rxq, |
109 | struct net_device *dev, u32 queue_index); | 110 | struct net_device *dev, u32 queue_index); |