Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c912 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_udp()
914 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_udp()
915 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask.ip4src); in nxge_fill_tcam_entry_udp()
972 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_tcp()
974 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_tcp()
975 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask.ip4src); in nxge_fill_tcam_entry_tcp()
998 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_sctp()
1000 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_sctp()
1089 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_ah_esp()
1091 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_ah_esp()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h156 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h184 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro