Searched refs:FASTBUF (Results 1 – 2 of 2) sorted by relevance
569 #define FASTBUF (1 << 0) macro573 ((((struct sk_buff*)(skb))->pktc_flags) |= FASTBUF); \578 ((((struct sk_buff*)(skb))->pktc_flags) &= (~FASTBUF)); \583 ((((struct sk_buff*)(skb))->pktc_flags) & FASTBUF); \587 #define FASTBUF (1 << 16) macro591 ((((struct sk_buff*)(skb))->mac_len) |= FASTBUF); \596 ((((struct sk_buff*)(skb))->mac_len) &= (~FASTBUF)); \601 ((((struct sk_buff*)(skb))->mac_len) & FASTBUF); \605 #define FASTBUF (1 << 0) macro609 ((((struct sk_buff*)(skb))->__unused) |= FASTBUF); \[all …]
782 PKTFAST(osh, skb) = FASTBUF; in osl_ctfpool_add()