Lines Matching defs:saved_skb
182 struct sk_buff * saved_skb;
460 . o if the saved_skb is not currently null, then drop this packet
462 . o if the saved_skb is null, then replace it with the current packet,
480 if ( lp->saved_skb) {
486 lp->saved_skb = skb;
512 lp->saved_skb = NULL;
566 . First, see if a saved_skb is available.
567 . ( this should NOT be called if there is no 'saved_skb'
582 struct sk_buff * skb = lp->saved_skb;
602 lp->saved_skb = NULL;
663 lp->saved_skb = NULL;
1108 ((struct smc_local *)netdev_priv(dev))->saved_skb = NULL;