Data Structures | |
struct | snf_rss_mode_function |
struct | snf_rss_params |
Macros | |
#define | SNF_RSS_IPV4 SNF_RSS_IP |
Enumerations | |
enum | snf_rss_params_mode { SNF_RSS_FLAGS = 0, SNF_RSS_FUNCTION = 1 } |
enum | snf_rss_mode_flags { SNF_RSS_IP = 0x01, SNF_RSS_SRC_PORT = 0x10, SNF_RSS_DST_PORT = 0x20, SNF_RSS_GTP = 0x40, SNF_RSS_GRE = 0x80 } |
These options can be passed as parameters to snf_open when RSS is used.
#define SNF_RSS_IPV4 SNF_RSS_IP |
Alias for SNF_RSS_IP since IPv4 and IPv6 are always both enabled
enum snf_rss_mode_flags |
RSS parameters for SNF_RSS_FLAGS, flags that can be specified to let the implementation know which fields are significant when generating the hash. By default, RSS is computed on IPv4/IPv6 addresses and source/destination ports when the protocol is TCP or UDP or SCTP, the equivalent of which would be
enum snf_rss_params_mode |