Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h142 #define HPTS_REMOVE_INPUT 0x01 macro
144 #define HPTS_REMOVE_ALL (HPTS_REMOVE_INPUT | HPTS_REMOVE_OUTPUT)
H A Dtcp_hpts.c641 if (flags & HPTS_REMOVE_INPUT) { in __tcp_hpts_remove()
1332 tcp_hpts_remove(inp, HPTS_REMOVE_INPUT); in tcp_input_data()