HomeSort by: relevance | last modified time | path
    Searched refs:PF_OUT (Results 1 - 16 of 16) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pf_print_state.c 200 if (s->direction == PF_OUT) {
215 if (s->direction == PF_OUT)
221 if (s->direction == PF_OUT)
pfctl_parser.c 775 else if (r->direction == PF_OUT)
parse.y 2246 | OUT { $$ = PF_OUT; }
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 324 if (add_filter(1, PF_OUT, (struct sockaddr *)&server,
333 if (add_filter(1, PF_OUT, (struct sockaddr *)&proxy_to_server,
filter.c 351 pnl.direction = PF_OUT;
379 pnl.direction = PF_OUT;
  /src/sys/dist/pf/net/
pf.c 282 if (direction == PF_OUT && \
284 (*state)->rule.ptr->direction == PF_OUT) || \
748 PF_OUT &&
2611 if (direction == PF_OUT) {
2645 case PF_OUT:
3148 if (direction == PF_OUT) {
3151 if ((nr = pf_get_translation(pd, m, off, PF_OUT, kif, &nsn,
3365 if (direction == PF_OUT) {
3501 ((direction == PF_OUT &&
3637 if (direction == PF_OUT) {
    [all...]
pf_norm.c 896 r->packets[dir == PF_OUT]++;
897 r->bytes[dir == PF_OUT] += pd->tot_len;
982 if (dir == PF_OUT && pf_mtag->flags & PF_TAG_FRAGCACHE) {
984 if (dir == PF_OUT && m->m_pkthdr.pf.flags & PF_TAG_FRAGCACHE) {
1143 r->packets[dir == PF_OUT]++;
1144 r->bytes[dir == PF_OUT] += pd->tot_len;
1321 r->packets[dir == PF_OUT]++;
1322 r->bytes[dir == PF_OUT] += pd->tot_len;
if_pflog.c 288 if (af == AF_INET && dir == PF_OUT) {
pf_ioctl.c 1906 if (sk->direction == PF_OUT) {
3315 if (pf_test(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
3365 if (pf_test6(dir == PFIL_OUT ? PF_OUT : PF_IN, ifp, mp, NULL)
if_pfsync.c 488 sp->direction > PF_OUT ||
pfvar.h 75 enum { PF_INOUT, PF_IN, PF_OUT };
  /src/dist/pf/usr.sbin/ftp-proxy/
filter.c 375 pnl.direction = PF_OUT;
403 pnl.direction = PF_OUT;
npf.c 247 di = (pf_dir == PF_OUT) ? NPF_RULE_OUT : NPF_RULE_IN;
ftp-proxy.c 1035 if (fops->add_filter(s->id, PF_OUT, proxy_sa, server_sa,
1076 if (fops->add_filter(s->id, PF_OUT, orig_sa, client_sa,
  /src/usr.sbin/pf/pfs/
pfs.c 301 fprintf(f, "state %s ", p->direction == PF_OUT ? "out" : "in");
329 if (p->direction == PF_OUT) {
parse.y 112 global_state.direction = PF_OUT;

Completed in 35 milliseconds