Searched refs:iphdr (Results 1 – 9 of 9) sorted by relevance
43 struct iphdr { struct56 static __inline struct iphdr * argument60 return (struct iphdr *)skb_network_header(skb); in ip_hdr()64 ip_send_check(struct iphdr *iph) in ip_send_check()
472 GElf_Phdr iphdr; in setup_phdr() local490 if (gelf_getphdr(ecp->ein, i, &iphdr) != &iphdr) in setup_phdr()495 seg->vaddr = iphdr.p_vaddr; in setup_phdr()496 seg->paddr = iphdr.p_paddr; in setup_phdr()497 seg->off = iphdr.p_offset; in setup_phdr()498 seg->fsz = iphdr.p_filesz; in setup_phdr()499 seg->msz = iphdr.p_memsz; in setup_phdr()500 seg->type = iphdr.p_type; in setup_phdr()510 GElf_Phdr iphdr, ophdr; in copy_phdr() local571 if (gelf_getphdr(ecp->ein, i, &iphdr) != &iphdr) in copy_phdr()[all …]
60 struct ip *iphdr; member75 #define gif_iphdr gif_uhdr.iphdr
99 struct greip *iphdr; member125 #define gre_iphdr gre_uhdr.iphdr
435 struct ip *ip, iphdr; in virtio_net_tx_offload_ctx() local438 (caddr_t) &iphdr); in virtio_net_tx_offload_ctx()439 ip = &iphdr; in virtio_net_tx_offload_ctx()
2389 struct ip *ip, iphdr; in vtnet_txq_offload_ctx() local2392 (caddr_t) &iphdr); in vtnet_txq_offload_ctx()2393 ip = &iphdr; in vtnet_txq_offload_ctx()
358 ip_next(struct ip *iphdr) in ip_next() argument360 char *p = (char *)iphdr; in ip_next()361 return (&p[iphdr->ip_hl * 4]); in ip_next()
16 #define iphdr ip macro
296 const struct iphdr *ip; in mlx4_en_filter_rfs()309 ip = (const struct iphdr *)(skb->data + nhoff); in mlx4_en_filter_rfs()