Searched refs:xdp_result (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/socionext/
H A Dnetsec.c973 u32 xdp_result = NETSEC_XDP_PASS; local
1025 xdp_result = netsec_run_xdp(priv, xdp_prog, &xdp);
1026 if (xdp_result != NETSEC_XDP_PASS) {
1027 xdp_act |= xdp_result;
1028 if (xdp_result == NETSEC_XDP_TX)
1060 if (skb || xdp_result) {
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1679 u32 ret, xdp_result = FEC_ENET_XDP_PASS; local
1765 xdp_result |= ret;
1871 if (xdp_result & FEC_ENET_XDP_REDIR)

Completed in 133 milliseconds