Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c2803 if (iptunp->hash_flags & HASH_L3PROTO) in nxge_cfg_iptun_hash()
2805 else if (iptunp->hash_flags & HASH_IPDA) in nxge_cfg_iptun_hash()
2807 else if (iptunp->hash_flags & HASH_IPSA) in nxge_cfg_iptun_hash()
2809 else if (iptunp->hash_flags & HASH_VLAN) in nxge_cfg_iptun_hash()
2811 else if (iptunp->hash_flags & HASH_L2DA) in nxge_cfg_iptun_hash()
2813 else if (iptunp->hash_flags & HASH_IFPORT) in nxge_cfg_iptun_hash()
2881 iptunp->hash_flags |= HASH_L3PROTO; in nxge_get_iptun_class()
2883 iptunp->hash_flags |= HASH_IPDA; in nxge_get_iptun_class()
2885 iptunp->hash_flags |= HASH_IPSA; in nxge_get_iptun_class()
2887 iptunp->hash_flags |= HASH_VLAN; in nxge_get_iptun_class()
[all …]
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h286 uint8_t hash_flags; member