Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c354 tcpopts_parse(const struct tcphdr *tcp, uint16_t *mss) in tcpopts_parse() function
414 return (flags_match(cmd, tcpopts_parse(tcp, NULL))); in tcpopts_match()
2554 if ((tcpopts_parse(TCP(ulp), &mss) & in ipfw_chk()