Lines Matching refs:work_iph
269 struct iphdr *work_iph;
280 work_iph = AH_SKB_CB(skb)->tmp;
281 auth_data = ah_tmp_auth(work_iph, ihl);
291 memcpy(skb_network_header(skb), work_iph, ihl);
315 struct iphdr *iph, *work_iph;
368 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl +
370 if (!work_iph) {
375 seqhi = (__be32 *)((char *)work_iph + ihl);
382 memcpy(work_iph, iph, ihl);
412 AH_SKB_CB(skb)->tmp = work_iph;
427 memcpy(skb_network_header(skb), work_iph, ihl);
437 kfree (work_iph);