Searched refs:uh (Results 1 – 4 of 4) sorted by relevance
30 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) in udplite_checksum_init() argument37 if (uh->check == 0) { in udplite_checksum_init()42 cscov = ntohs(uh->len); in udplite_checksum_init()
180 struct udphdr *uh, struct sock *sk);188 struct udphdr *uh; in udp_gro_udphdr() local192 hlen = off + sizeof(*uh); in udp_gro_udphdr()193 uh = skb_gro_header_fast(skb, off); in udp_gro_udphdr()195 uh = skb_gro_header_slow(skb, hlen, off); in udp_gro_udphdr()197 return uh; in udp_gro_udphdr()
100 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
416 struct sctp_chunkhdr uh; member425 struct sctp_chunkhdr uh; member