]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / dev / cxgb / ulp / tom / cxgb_tcp_offload.h
1 /* $FreeBSD$ */
2
3 #ifndef CXGB_TCP_OFFLOAD_H_
4 #define CXGB_TCP_OFFLOAD_H_
5
6 struct sockbuf;
7
8 void sockbuf_lock(struct sockbuf *);
9 void sockbuf_lock_assert(struct sockbuf *);
10 void sockbuf_unlock(struct sockbuf *);
11 int  sockbuf_sbspace(struct sockbuf *);
12
13
14 #endif /* CXGB_TCP_OFFLOAD_H_ */