Symbol: NXGE_CLASS_FLOW_USE_DST_PORT
usr/src/uts/common/io/nxge/nxge_classify.c
101
int nxge_udp6_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
106
int nxge_ah6_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
111
int nxge_sctp6_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
39
int nxge_flow_dist_enable = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
77
int nxge_tcp4_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
82
int nxge_udp4_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
87
int nxge_ah4_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
91
int nxge_sctp4_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_classify.c
96
int nxge_tcp6_class = NXGE_CLASS_FLOW_USE_DST_PORT |
usr/src/uts/common/io/nxge/nxge_fflp.c
1209
if (class_cfg & NXGE_CLASS_FLOW_USE_DST_PORT)
usr/src/uts/common/io/nxge/nxge_fflp.c
1223
if (class_cfg & NXGE_CLASS_FLOW_USE_DST_PORT)
usr/src/uts/common/io/nxge/nxge_fflp.c
642
if (class_config & NXGE_CLASS_FLOW_USE_DST_PORT)
usr/src/uts/common/io/nxge/nxge_fflp.c
691
ccfg |= NXGE_CLASS_FLOW_USE_DST_PORT;
usr/src/uts/common/io/nxge/nxge_ndd.c
1822
NXGE_CLASS_FLOW_USE_DST_PORT);
usr/src/uts/common/io/nxge/nxge_ndd.c
1858
NXGE_CLASS_FLOW_USE_SRC_PORT | NXGE_CLASS_FLOW_USE_DST_PORT);
usr/src/uts/common/io/nxge/nxge_ndd.c
2514
NXGE_CLASS_FLOW_USE_SRC_PORT | NXGE_CLASS_FLOW_USE_DST_PORT);
usr/src/uts/common/sys/nxge/nxge_fflp.h
163
NXGE_CLASS_FLOW_USE_DST_PORT | \