Searched refs:pf_find_tcpopt (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_norm.c | 1549 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_normalize_tcp_init() 1653 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_normalize_tcp_stateful() 1982 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_normalize_mss()
|
| H A D | pf.c | 4027 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_modulate_sack() 5047 pf_find_tcpopt(u_int8_t *opt, u_int8_t *opts, size_t hlen, u_int8_t type, in pf_find_tcpopt() function 5089 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_get_wscale() 5114 while ((opt = pf_find_tcpopt(opt, opts, olen, in pf_get_mss()
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 2537 uint8_t* pf_find_tcpopt(u_int8_t *, u_int8_t *, size_t,
|