Searched refs:ICSSG_XDP_CONSUMED (Results 1 – 2 of 2) sorted by relevance
578 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()586 return ICSSG_XDP_CONSUMED; /* drop */ in emac_xmit_xdp_frame()641 return ICSSG_XDP_CONSUMED; in emac_xmit_xdp_frame()684 if (result == ICSSG_XDP_CONSUMED) { in emac_run_xdp()708 return ICSSG_XDP_CONSUMED; in emac_run_xdp()
169 #define ICSSG_XDP_CONSUMED BIT(0) macro