Lines Matching refs:uh
206 struct udphdr *uh; in esp_output() local
217 uh = (struct udphdr *)esph; in esp_output()
218 uh->source = sport; in esp_output()
219 uh->dest = dport; in esp_output()
220 uh->len = htons(skb->len - skb_transport_offset(skb)); in esp_output()
221 uh->check = 0; in esp_output()
226 esph = (struct ip_esp_hdr *)(uh + 1); in esp_output()
229 udpdata32 = (__be32 *)(uh + 1); in esp_output()
308 struct udphdr *uh = (void *)(skb_network_header(skb) + ihl); in esp_input_done2() local
317 uh->source != encap->encap_sport) { in esp_input_done2()
321 km_new_mapping(x, &ipaddr, uh->source); in esp_input_done2()