Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h197 uint32_t __tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line);
198 #define tcp_hpts_insert(a, b) __tcp_hpts_insert(a, b, __LINE__)
H A Dtcp_hpts.c1070 __tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line){ in __tcp_hpts_insert() function