1 #ifndef __XDP__ 2 #define __XDP__ 3 4 #include "utils.h" 5 6 int xdp_parse(int *argc, char ***argv, struct iplink_req *req, bool generic, 7 bool drv, bool offload); 8 void xdp_dump(FILE *fp, struct rtattr *tb, bool link, bool details); 9 10 #endif /* __XDP__ */ 11