HomeSort by relevance Sort by last modified time
    Searched full:run_ssfilter (Results 1 - 1 of 1) sorted by null

  /external/iproute2/misc/
ss.c 702 int run_ssfilter(struct ssfilter *f, struct tcpstat *s) function
784 return run_ssfilter(f->pred, s) && run_ssfilter(f->post, s);
786 return run_ssfilter(f->pred, s) || run_ssfilter(f->post, s);
788 return !run_ssfilter(f->pred, s);
1219 if (f->f && run_ssfilter(f->f, &s) == 0)
1442 if (f && f->f && run_ssfilter(f->f, &s) == 0)
    [all...]

Completed in 2149 milliseconds