Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h170 #define tcp_hpts_remove(a, b) __tcp_hpts_remove(a, b, __LINE__)
171 void __tcp_hpts_remove(struct inpcb *inp, int32_t flags, int32_t line);
H A Dtcp_hpts.c631 __tcp_hpts_remove(struct inpcb *inp, int32_t flags, int32_t line) in __tcp_hpts_remove() function