HomeSort by: relevance | last modified time | path
    Searched refs:npf_fetch_tcpopts (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/npf/
npf_ext_normalize.c 175 if (!npf_fetch_tcpopts(npc, &mss, &wscale)) {
npf_state_tcp.c 358 (void)npf_fetch_tcpopts(npc, NULL, &fstate->nst_wscale);
378 (void)npf_fetch_tcpopts(npc, NULL, &fstate->nst_wscale);
npf_impl.h 370 bool npf_fetch_tcpopts(npf_cache_t *, uint16_t *, int *);
npf_inet.c 274 * npf_fetch_tcpopts: parse and return TCP options.
277 npf_fetch_tcpopts(npf_cache_t *npc, uint16_t *mss, int *wscale) function in typeref:typename:bool

Completed in 14 milliseconds