Home
last modified time | relevance | path

Searched refs:max_mss (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/net/
H A Dpfvar_priv.h142 u_int16_t max_mss; /* [I] */ member
H A Dpfvar.h461 u_int16_t max_mss; member
550 u_int16_t max_mss; member
782 u_int16_t max_mss; member
H A Dpf.c1363 sp->max_mss = htons(st->max_mss); in pf_state_export()
1527 st->max_mss = ntohs(sp->max_mss); in pf_state_import()
4072 if (r->max_mss) in pf_rule_to_actions()
4073 a->max_mss = r->max_mss; in pf_rule_to_actions()
4630 st->max_mss = act->max_mss; in pf_create_state()
7812 if (st->max_mss) in pf_test()
7813 pf_normalize_mss(&pd, st->max_mss); in pf_test()
7814 } else if (r->max_mss) in pf_test()
7815 pf_normalize_mss(&pd, r->max_mss); in pf_test()
H A Dpf_ioctl.c3192 to->max_mss = from->max_mss; in pf_rule_copyin()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c1067 if (r->scrub_flags & PFSTATE_SCRUBMASK || r->min_ttl || r->max_mss) { in print_rule()
1092 if (r->max_mss) { in print_rule()
1095 printf("max-mss %d", r->max_mss); in print_rule()
H A Dparse.y286 int max_mss; member
2036 filter_opts.max_mss = $3.maxmss;
5940 if (opts->max_mss) in filteropts_to_rule()
5941 r->max_mss = opts->max_mss; in filteropts_to_rule()
H A Dpfctl_optimize.c203 PF_RULE_FIELD(max_mss, NEVER),
/openbsd/usr.bin/systat/
H A Dpftop.c1431 if (pr->max_mss) in print_rule()
1432 tbprintf("max-mss %d ", pr->max_mss); in print_rule()