Home
last modified time | relevance | path

Searched refs:fd_ipversion (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libdladm/common/
H A Dflowattr.c119 fd->fd_ipversion = IPV4_VERSION; in do_check_ip_addr()
125 fd->fd_ipversion = IPV6_VERSION; in do_check_ip_addr()
361 if (fdesc.fd_ipversion == IPV6_VERSION) { in dladm_flow_attr_ip2str()
375 if (fdesc.fd_ipversion == IPV6_VERSION) { in dladm_flow_attr_ip2str()
H A Dlibdlflow.c253 if (attr->fi_flow_desc.fd_ipversion != 6) { in i_dladm_flow_fput_grp()
280 if (attr->fi_flow_desc.fd_ipversion != 6) { in i_dladm_flow_fput_grp()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow.h82 uint8_t fd_ipversion; member
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c2034 version = fd->fd_ipversion; in flow_ip_accept_fe()
2095 return ((fd->fd_ipversion == IPV4_VERSION) ? 0 : 1); in flow_ip_hash_fe()
2124 if (fd1->fd_ipversion != fd2->fd_ipversion) in flow_ip_match_fe()
2148 if (fd1->fd_ipversion == IPV4_VERSION) { in flow_ip_match_fe()
H A Dmac.c5305 ndesc->nd_isv4 = (uint8_t)fdesc->fd_ipversion == IPV4_VERSION; in mac_write_flow_desc()
/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c247 if (fdesc.fd_ipversion == IPV4_VERSION) { in mac_flow_dcmd_output()
250 } else if (fdesc.fd_ipversion == IPV6_VERSION) { in mac_flow_dcmd_output()