Home
last modified time | relevance | path

Searched refs:tcpip4spec (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h113 tcpip4_spec_t tcpip4spec; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c969 #define fspec_key (flow_spec->uh.tcpip4spec) in nxge_fill_tcam_entry_tcp()
970 #define fspec_mask (flow_spec->um.tcpip4spec) in nxge_fill_tcam_entry_tcp()
995 #define fspec_key (flow_spec->uh.tcpip4spec) in nxge_fill_tcam_entry_sctp()
996 #define fspec_mask (flow_spec->um.tcpip4spec) in nxge_fill_tcam_entry_sctp()
1204 ft.ip4_saddr = flow_res->flow_spec.uh.tcpip4spec.ip4src; in nxge_flow_get_hash()
1206 ft.ip4_daddr = flow_res->flow_spec.uh.tcpip4spec.ip4dst; in nxge_flow_get_hash()
1208 ft.ip_src_port = flow_res->flow_spec.uh.tcpip4spec.psrc; in nxge_flow_get_hash()
1210 ft.ip_dst_port = flow_res->flow_spec.uh.tcpip4spec.pdst; in nxge_flow_get_hash()
2434 #define fspec_key (fspec->uh.tcpip4spec) in nxge_get_tcam_entry()
2435 #define fspec_mask (fspec->um.tcpip4spec) in nxge_get_tcam_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h132 tcpip4_spec_t tcpip4spec; member