Home | History | Annotate | Download | only in libaltq

Lines Matching refs:ff_flow

566 	sfilt.ff_flow.fi_family = AF_INET;
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)) {
615 if (!get_port(w, &sfilt.ff_flow.fi_sport)) {
629 sfilt.ff_flow.fi_proto = protocol;
645 sfilt.ff_flow.fi_tos = tos;
649 sfilt.ff_flow.fi_gpi =
651 sfilt.ff_flow.fi_gpi =
652 htonl(sfilt.ff_flow.fi_gpi);