PERFORCE change 128802 for review

Kip Macy kmacy at FreeBSD.org
Wed Nov 7 17:34:43 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=128802

Change 128802 by kmacy at kmacy:storage:toestack on 2007/11/08 01:33:57

	define routine for allocating toepcb

Affected files ...

.. //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_defs.h#8 edit

Differences ...

==== //depot/projects/toestack/sys/dev/cxgb/ulp/tom/cxgb_defs.h#8 (text+ko) ====

@@ -26,6 +26,7 @@
 void t3_reset_synq(struct socket *listen_so);
 void t3_defer_reply(struct mbuf *m, struct toedev *dev, defer_handler_t handler);
 
+struct toepcb *toepcb_alloc(struct tcpcb *);
 void toepcb_hold(struct toepcb *);
 void toepcb_release(struct toepcb *);
 void toepcb_init(struct toepcb *);


More information about the p4-projects mailing list