Lines Matching defs:header
76 static int build_vnet_header(void *header)
78 struct virtio_net_hdr *vh = header;
101 static int build_eth_header(void *header)
103 struct ethhdr *eth = header;
106 uint16_t *tag = header + ETH_HLEN;
117 static int build_ipv4_header(void *header, int payload_len)
119 struct iphdr *iph = header;
134 static int build_udp_header(void *header, int payload_len)
137 struct udphdr *udph = header;
145 udph->check = build_ip_csum(header - (2 * alen), alen,