Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c943 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6src); in nxge_fill_tcam_entry_udp_ipv6()
944 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_mask, fspec_mask.ip6src); in nxge_fill_tcam_entry_udp_ipv6()
946 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6dst); in nxge_fill_tcam_entry_udp_ipv6()
947 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_mask, fspec_mask.ip6dst); in nxge_fill_tcam_entry_udp_ipv6()
1027 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6src); in nxge_fill_tcam_entry_tcp_ipv6()
1028 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_mask, fspec_mask.ip6src); in nxge_fill_tcam_entry_tcp_ipv6()
1030 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6dst); in nxge_fill_tcam_entry_tcp_ipv6()
1060 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6src); in nxge_fill_tcam_entry_sctp_ipv6()
1063 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6dst); in nxge_fill_tcam_entry_sctp_ipv6()
1125 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_key, fspec_key.ip6src); in nxge_fill_tcam_entry_ah_esp_ipv6()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h148 #define TCAM_IPV6_ADDR(m32, ip6addr) { \ macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h170 #define TCAM_IPV6_ADDR(m32, ip6addr) { \ macro