Lines Matching refs:uh
210 struct udphdr *uh; in esp_output() local
221 uh = (struct udphdr *)esph; in esp_output()
222 uh->source = sport; in esp_output()
223 uh->dest = dport; in esp_output()
224 uh->len = htons(skb->len - skb_transport_offset(skb)); in esp_output()
225 uh->check = 0; in esp_output()
230 esph = (struct ip_esp_hdr *)(uh + 1); in esp_output()
233 udpdata32 = (__be32 *)(uh + 1); in esp_output()
312 struct udphdr *uh = (void *)(skb_network_header(skb) + ihl); in esp_input_done2() local
321 uh->source != encap->encap_sport) { in esp_input_done2()
325 km_new_mapping(x, &ipaddr, uh->source); in esp_input_done2()