Home
last modified time | relevance | path

Searched refs:hash_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c2795 if (iptunp->hash_flags & HASH_L3PROTO) in nxge_cfg_iptun_hash()
2797 else if (iptunp->hash_flags & HASH_IPDA) in nxge_cfg_iptun_hash()
2799 else if (iptunp->hash_flags & HASH_IPSA) in nxge_cfg_iptun_hash()
2801 else if (iptunp->hash_flags & HASH_VLAN) in nxge_cfg_iptun_hash()
2803 else if (iptunp->hash_flags & HASH_L2DA) in nxge_cfg_iptun_hash()
2883 iptunp->hash_flags |= HASH_L3PROTO; in nxge_get_iptun_class()
2885 iptunp->hash_flags |= HASH_IPDA; in nxge_get_iptun_class()
2887 iptunp->hash_flags |= HASH_IPSA; in nxge_get_iptun_class()
2889 iptunp->hash_flags |= HASH_VLAN; in nxge_get_iptun_class()
2891 iptunp->hash_flags |= HASH_L2DA; in nxge_get_iptun_class()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h286 uint8_t hash_flags; member