Searched refs:npf_fetch_tcpopts (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/net/npf/ |
H A D | npf_state_tcp.c | 358 (void)npf_fetch_tcpopts(npc, NULL, &fstate->nst_wscale); in npf_tcp_inwindow() 378 (void)npf_fetch_tcpopts(npc, NULL, &fstate->nst_wscale); in npf_tcp_inwindow()
|
H A D | npf_ext_normalize.c | 175 if (!npf_fetch_tcpopts(npc, &mss, &wscale)) { in npf_normalize()
|
H A D | npf_impl.h | 367 bool npf_fetch_tcpopts(npf_cache_t *, uint16_t *, int *);
|
H A D | npf_inet.c | 277 npf_fetch_tcpopts(npf_cache_t *npc, uint16_t *mss, int *wscale) in npf_fetch_tcpopts() function
|