Lines Matching defs:skb
355 * skb are built only after Hardware filled the frame.
363 struct sk_buff *skb;
777 #define SKB_CS_OFF(skb) (offsetof(struct tcphdr, check) - \
778 skb->csum_offset)
779 #define SKB_CS(skb) (*(u16 *)(skb_transport_header(skb) + \
780 skb->csum_offset))
1419 * at the end of skb->data, to avoid wasting a full cache line.
1420 * This reduces memory use (skb->truesize).
2527 void bnx2x_set_rx_ts(struct bnx2x *bp, struct sk_buff *skb);