Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c825 } else if ((void *)inp == hpts->p_inp) { in tcp_queue_to_hpts_immediate_locked()
1269 hpts->p_inp = inp; in tcp_input_data()
1280 hpts->p_inp = NULL; in tcp_input_data()
1359 hpts->p_inp = NULL; in tcp_input_data()
1481 hpts->p_inp = inp; in tcp_hptsi()
1526 hpts->p_inp = NULL; in tcp_hptsi()
1543 hpts->p_inp = NULL; in tcp_hptsi()
1557 hpts->p_inp = NULL; in tcp_hptsi()
1667 hpts->p_inp = NULL; in tcp_hptsi()
1670 hpts->p_inp = NULL; in tcp_hptsi()
H A Dtcp_hpts.h107 void *p_inp; member