Searched refs:max_mss (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1673 if (r->max_mss && pf_normalize_tcpopt(r, m, th, off, pd->af))
2289 if ((ntohs(*mss)) > r->max_mss) {
2291 th->th_sum, *mss, htons(r->max_mss), 0);
2292 *mss = htons(r->max_mss);
H A Dpfvar.h652 u_int16_t max_mss; member in struct:pf_rule
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.c989 if (r->max_mss)
990 printf(" max-mss %d", r->max_mss);
H A Dpfctl_optimize.c203 PF_RULE_FIELD(max_mss, NEVER),
H A Dparse.y1072 r.max_mss = $8.maxmss;

Completed in 89 milliseconds