Searched refs:tcplike_recv_ccb (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | dccp_tcplike.c | 104 void _avlist_add(struct tcplike_recv_ccb *, u_int64_t, u_int64_t); 105 u_int64_t _avlist_get(struct tcplike_recv_ccb *, u_int64_t); 850 struct tcplike_recv_ccb *ccb; in tcplike_recv_init() 854 ccb = malloc(sizeof (struct tcplike_recv_ccb), M_PCB, M_NOWAIT | M_ZERO); in tcplike_recv_init() 861 memset(ccb, 0, sizeof (struct tcplike_recv_ccb)); in tcplike_recv_init() 881 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_term() 897 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_free() 927 struct tcplike_recv_ccb *cb = (struct tcplike_recv_ccb *) ccb; in tcplike_recv_packet_recv() 1011 _avlist_add(struct tcplike_recv_ccb *cb, u_int64_t localseq, u_int64_t ackthru) in _avlist_add() 1034 _avlist_get(struct tcplike_recv_ccb *cb, u_int64_t localseq) in _avlist_get()
|
| D | dccp_tcplike.h | 131 struct tcplike_recv_ccb { struct
|