Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c314 fd->fd_mask |= FLOW_IP_DSFIELD; in do_check_dsfield()
423 if (fdesc.fd_mask & FLOW_IP_DSFIELD) { in dladm_flow_attr_dsfield2str()
H A Dlibdlflow.c243 if (attr->fi_flow_desc.fd_mask & FLOW_IP_DSFIELD) in i_dladm_flow_fput_grp()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h68 #define FLOW_IP_DSFIELD 0x00000100 /* DSfield value */ macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1913 } else if ((mask & FLOW_IP_DSFIELD) != 0) { in flow_ip_hash()
2021 if (fd->fd_mask == FLOW_IP_DSFIELD) { in flow_ip_accept_fe()
2089 if ((fd->fd_mask & FLOW_IP_DSFIELD) != 0) in flow_ip_hash_fe()
2116 if (fd1->fd_mask == FLOW_IP_DSFIELD) { in flow_ip_match_fe()
2195 if ((fd0->fd_mask & FLOW_IP_DSFIELD) != 0) { in flow_ip_insert_fe()
2222 if ((fd->fd_mask & FLOW_IP_DSFIELD) != 0) in flow_ip_insert_fe()
2484 {&flow_ip_ops, FLOW_IP_DSFIELD, 1},