Lines Matching refs:uh
169 struct udphdr *uh; in esp_output() local
180 uh = (struct udphdr *)esph; in esp_output()
181 uh->source = sport; in esp_output()
182 uh->dest = dport; in esp_output()
183 uh->len = htons(skb->len - skb_transport_offset(skb)); in esp_output()
184 uh->check = 0; in esp_output()
189 esph = (struct ip_esp_hdr *)(uh + 1); in esp_output()
192 udpdata32 = (__be32 *)(uh + 1); in esp_output()
263 struct udphdr *uh = (void *)(skb_network_header(skb) + ihl); in esp_input_done2() local
272 uh->source != encap->encap_sport) { in esp_input_done2()
276 km_new_mapping(x, &ipaddr, uh->source); in esp_input_done2()