| H A D | rx.c | 23 #define LIBIE_RX_PT(oip, ofrag, tun, tp, tefr, iprot, pl) { \ argument 24 .outer_ip = LIBETH_RX_PT_OUTER_##oip, \ 31 .hash_type = XDP_RSS_L3_##oip | \ 44 #define LIBIE_RX_PT_IP_FRAG(oip) \ argument 45 LIBIE_RX_PT(IPV##oip, FRAG, NONE, NONE, NOT_FRAG, NONE, L3) 46 #define LIBIE_RX_PT_IP_L3(oip, tun, teprot, tefr) \ argument 47 LIBIE_RX_PT(IPV##oip, NOT_FRAG, tun, teprot, tefr, NONE, L3) 48 #define LIBIE_RX_PT_IP_L4(oip, tun, teprot, iprot) \ argument 49 LIBIE_RX_PT(IPV##oip, NOT_FRAG, tun, teprot, NOT_FRAG, iprot, L4) 51 #define LIBIE_RX_PT_IP_NOF(oip, tun, ver) \ argument [all …]
|