Symbol: XDP_RSS_L4
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
505
hash_type |= XDP_RSS_L4 | XDP_RSS_L4_TCP;
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
508
hash_type |= XDP_RSS_L4 | XDP_RSS_L4_UDP;
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
511
hash_type |= XDP_RSS_L4 | XDP_RSS_L4_ICMP;
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
525
hash_type |= XDP_RSS_L4;
drivers/net/ethernet/intel/libeth/rx.c
251
[LIBETH_RX_PT_PAYLOAD_L4] = XDP_RSS_L4,
drivers/net/ethernet/intel/libie/rx.c
21
#define XDP_RSS_TYPE_L4 XDP_RSS_L4
include/net/xdp.h
628
XDP_RSS_TYPE_L4_ANY = XDP_RSS_L4,
include/net/xdp.h
629
XDP_RSS_TYPE_L4_IPV4_TCP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
include/net/xdp.h
630
XDP_RSS_TYPE_L4_IPV4_UDP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
include/net/xdp.h
631
XDP_RSS_TYPE_L4_IPV4_SCTP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_SCTP,
include/net/xdp.h
632
XDP_RSS_TYPE_L4_IPV4_IPSEC = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_IPSEC,
include/net/xdp.h
633
XDP_RSS_TYPE_L4_IPV4_ICMP = XDP_RSS_L3_IPV4 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,
include/net/xdp.h
635
XDP_RSS_TYPE_L4_IPV6_TCP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_TCP,
include/net/xdp.h
636
XDP_RSS_TYPE_L4_IPV6_UDP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_UDP,
include/net/xdp.h
637
XDP_RSS_TYPE_L4_IPV6_SCTP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_SCTP,
include/net/xdp.h
638
XDP_RSS_TYPE_L4_IPV6_IPSEC = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_IPSEC,
include/net/xdp.h
639
XDP_RSS_TYPE_L4_IPV6_ICMP = XDP_RSS_L3_IPV6 | XDP_RSS_L4 | XDP_RSS_L4_ICMP,