Lines Matching refs:fi_flow_desc

176 			    &attr->fi_flow_desc);
182 &attr->fi_flow_desc);
188 &attr->fi_flow_desc);
193 attr->fi_flow_desc.fd_mask |= FLOW_IP_PROTOCOL;
194 attr->fi_flow_desc.fd_protocol =
198 attr->fi_flow_desc.fd_mask |= FLOW_ULP_PORT_LOCAL;
199 attr->fi_flow_desc.fd_local_port =
201 attr->fi_flow_desc.fd_local_port =
202 htons(attr->fi_flow_desc.fd_local_port);
204 attr->fi_flow_desc.fd_mask |= FLOW_ULP_PORT_REMOTE;
205 attr->fi_flow_desc.fd_remote_port =
207 attr->fi_flow_desc.fd_remote_port =
208 htons(attr->fi_flow_desc.fd_remote_port);
243 if (attr->fi_flow_desc.fd_mask & FLOW_IP_DSFIELD)
245 attr->fi_flow_desc.fd_dsfield,
246 attr->fi_flow_desc.fd_dsfield_mask));
248 if (attr->fi_flow_desc.fd_mask & FLOW_IP_LOCAL) {
253 if (attr->fi_flow_desc.fd_ipversion != 6) {
255 attr->fi_flow_desc.
262 &attr->fi_flow_desc.fd_local_addr,
269 &attr->fi_flow_desc.fd_local_netmask, prefix_max,
275 if (attr->fi_flow_desc.fd_mask & FLOW_IP_REMOTE) {
280 if (attr->fi_flow_desc.fd_ipversion != 6) {
282 attr->fi_flow_desc.
289 &(attr->fi_flow_desc.fd_remote_addr),
296 &attr->fi_flow_desc.fd_remote_netmask, prefix_max,
302 if (attr->fi_flow_desc.fd_mask & FLOW_IP_PROTOCOL)
304 attr->fi_flow_desc.fd_protocol));
306 if (attr->fi_flow_desc.fd_mask & FLOW_ULP_PORT_LOCAL)
308 ntohs(attr->fi_flow_desc.fd_local_port)));
310 if (attr->fi_flow_desc.fd_mask & FLOW_ULP_PORT_REMOTE)
312 ntohs(attr->fi_flow_desc.fd_remote_port)));
616 bcopy(&flowdesc, &db_attr.fi_flow_desc, sizeof (flow_desc_t));
716 bcopy(&grp->fi_flow_desc, &attr.fa_flow_desc,
786 bcopy(&flow->fi_flow_desc, &attr.fa_flow_desc,
828 bcopy(&attr.fi_flow_desc, &flowdesc, sizeof (flow_desc_t));