Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h125 ip_user_spec_t ip_usr_spec; member
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h144 ip_user_spec_t ip_usr_spec; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1155 #define fspec_key (flow_spec->uh.ip_usr_spec) in nxge_fill_tcam_entry_ip_usr()
1156 #define fspec_mask (flow_spec->um.ip_usr_spec) in nxge_fill_tcam_entry_ip_usr()
1300 #define uspec (flow_spec->uh.ip_usr_spec) in nxge_add_tcam_entry()
1301 #define umask (flow_spec->um.ip_usr_spec) in nxge_add_tcam_entry()
2489 fspec->uh.ip_usr_spec.l4_4_bytes = tp->ip4_port_key; in nxge_get_tcam_entry()
2490 fspec->um.ip_usr_spec.l4_4_bytes = tp->ip4_port_mask; in nxge_get_tcam_entry()
2491 fspec->uh.ip_usr_spec.ip_ver = FSPEC_IP4; in nxge_get_tcam_entry()
2492 fspec->uh.ip_usr_spec.proto = tp->ip4_proto_key; in nxge_get_tcam_entry()
2493 fspec->um.ip_usr_spec.proto = tp->ip4_proto_mask; in nxge_get_tcam_entry()