xref: /aosp_15_r20/external/iproute2/ip/xdp.h (revision de1e4e894b0c224df933550f0afdecc354b238c4)
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