Lines Matching defs:tmp
20 void *tmp;
44 static inline u8 *ah_tmp_auth(void *tmp, unsigned int offset)
46 return tmp + offset;
49 static inline u8 *ah_tmp_icv(struct crypto_ahash *ahash, void *tmp,
52 return PTR_ALIGN((u8 *)tmp + offset, crypto_ahash_alignmask(ahash) + 1);
131 iph = AH_SKB_CB(skb)->tmp;
143 kfree(AH_SKB_CB(skb)->tmp);
237 AH_SKB_CB(skb)->tmp = iph;
280 work_iph = AH_SKB_CB(skb)->tmp;
299 kfree(AH_SKB_CB(skb)->tmp);
412 AH_SKB_CB(skb)->tmp = work_iph;