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

  /src/sys/netinet/
ip_var.h 75 TAILQ_HEAD(ipqehead, ipqent);
76 struct ipqent { struct
77 TAILQ_ENTRY(ipqent) ipqe_q;
79 TAILQ_ENTRY(ipqent) ipqe_timeq;
tcp_var.h 836 struct ipqent *tcpipqent_alloc(void);
837 void tcpipqent_free(struct ipqent *);
tcp_input.c 422 pool_init(&tcpipqent_pool, sizeof(struct ipqent), 0, 0, 0, "tcpipqepl",
426 struct ipqent *
429 struct ipqent *ipqe;
440 tcpipqent_free(struct ipqent *ipqe)
457 struct ipqent *p, *q, *nq, *tiqe = NULL;
tcp_output.c 1165 struct ipqent *tiqe;
tcp_subr.c 1173 struct ipqent *qe;

Completed in 17 milliseconds