1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2020, Intel Corporation. */
7 int igc_xdp_set_prog(struct igc_adapter *adapter, struct bpf_prog *prog,
8 struct netlink_ext_ack *extack);
9 int igc_xdp_setup_pool(struct igc_adapter *adapter, struct xsk_buff_pool *pool,
12 static inline bool igc_xdp_is_enabled(struct igc_adapter *adapter)
14 return !!adapter->xdp_prog;
17 #endif /* _IGC_XDP_H_ */