Home
last modified time | relevance | path

Searched refs:fd_remote_netmask (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c113 netmask = (uchar_t *)&fd->fd_remote_netmask; in do_check_ip_addr()
385 (void) dladm_mask2prefixlen(&fdesc.fd_remote_netmask, in dladm_flow_attr_ip2str()
H A Dlibdlflow.c296 &attr->fi_flow_desc.fd_remote_netmask, prefix_max, in i_dladm_flow_fput_grp()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h89 in6_addr_t fd_remote_netmask; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1872 return ((addr & V4_PART_OF_V6(fd->fd_remote_netmask)) == in flow_ip_v4_match()
1890 return (V6_MASK_EQ(*addrp, fd->fd_remote_netmask, fd->fd_remote_addr)); in flow_ip_v6_match()
2047 netmask = &fd->fd_remote_netmask; in flow_ip_accept_fe()
2137 m1 = &fd1->fd_remote_netmask; in flow_ip_match_fe()
2139 m2 = &fd2->fd_remote_netmask; in flow_ip_match_fe()
2208 &fd0->fd_local_netmask : &fd0->fd_remote_netmask; in flow_ip_insert_fe()
2230 &fd->fd_local_netmask : &fd->fd_remote_netmask; in flow_ip_insert_fe()