Lines Matching refs:uh
209 struct udphdr *uh; in esp_output() local
220 uh = (struct udphdr *)esph; in esp_output()
221 uh->source = sport; in esp_output()
222 uh->dest = dport; in esp_output()
223 uh->len = htons(skb->len - skb_transport_offset(skb)); in esp_output()
224 uh->check = 0; in esp_output()
229 esph = (struct ip_esp_hdr *)(uh + 1); in esp_output()
232 udpdata32 = (__be32 *)(uh + 1); in esp_output()
327 struct udphdr *uh = (void *)(skb_network_header(skb) + ihl); in esp_input_done2() local
336 uh->source != encap->encap_sport) { in esp_input_done2()
340 km_new_mapping(x, &ipaddr, uh->source); in esp_input_done2()