Lines Matching refs:send

49 #define	PKTGET(osh, len, send)		linux_pktget((osh), (len), __LINE__, __FILE__)  argument
53 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FUNCTION__) argument
56 #define PKTGET(osh, len, send) linux_pktget((osh), (len)) argument
63 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FILE__) argument
72 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument
74 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument
77 #define PKTGET_STATIC(osh, len, send) osl_pktget_static((osh), (len)) argument
78 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument
234 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller);
236 extern void linux_pktfree(osl_t *osh, void *skb, bool send);
239 extern void osl_pktfree_static(osl_t *osh, void *skb, bool send);
317 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FILE__) argument
324 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FILE__) argument
329 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FUNCTION__) argument
332 #define PKTGET(osh, len, send) linux_pktget((osh), (len)) argument
341 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument
343 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument
385 extern void linux_pktfree(osl_t *osh, void *skb, bool send, int line, const char *caller);
387 extern void linux_pktfree(osl_t *osh, void *skb, bool send);