max_mss 1319 net/pf_norm.c if (r->max_mss && pf_normalize_tcpopt(r, m, th, off))
max_mss 1850 net/pf_norm.c if ((ntohs(*mss)) > r->max_mss) {
max_mss 1852 net/pf_norm.c *mss, htons(r->max_mss), 0);
max_mss 1853 net/pf_norm.c *mss = htons(r->max_mss);
max_mss 558 net/pfvar.h u_int16_t max_mss;