HomeSort by: relevance | last modified time | path
    Searched defs:sfilt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
parser.c 558 struct flow_filter sfilt; local in function:filter_parser
565 memset(&sfilt, 0, sizeof(sfilt));
566 sfilt.ff_flow.fi_family = AF_INET;
586 sfilt.ff_ruleno = ruleno;
589 if (!get_addr(&cp, &sfilt.ff_flow.fi_dst, &sfilt.ff_mask.mask_dst)) {
599 if (!get_port(w, &sfilt.ff_flow.fi_dport)) {
605 if (!get_addr(&cp, &sfilt.ff_flow.fi_src, &sfilt.ff_mask.mask_src))
680 struct flow_filter6 sfilt; local in function:filter6_parser
    [all...]
qop_cbq.c 433 struct flow_filter sfilt; local in function:qcmd_cbq_add_ctl_filters
443 memset(&sfilt, 0, sizeof(sfilt));
444 sfilt.ff_flow.fi_family = AF_INET;
445 sfilt.ff_flow.fi_proto = ctl_protos[i];
448 error = qcmd_add_filter(ifname, clname, NULL, &sfilt);

Completed in 146 milliseconds