Home
last modified time | relevance | path

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

/netbsd-src/sys/net/npf/
H A Dnpf_state_tcp.c358 (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 Dnpf_ext_normalize.c175 if (!npf_fetch_tcpopts(npc, &mss, &wscale)) { in npf_normalize()
H A Dnpf_impl.h367 bool npf_fetch_tcpopts(npf_cache_t *, uint16_t *, int *);
H A Dnpf_inet.c277 npf_fetch_tcpopts(npf_cache_t *npc, uint16_t *mss, int *wscale) in npf_fetch_tcpopts() function