Home
last modified time | relevance | path

Searched refs:uh (Results 1 – 4 of 4) sorted by relevance

/include/net/
Dudplite.h30 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) in udplite_checksum_init() argument
37 if (uh->check == 0) { in udplite_checksum_init()
42 cscov = ntohs(uh->len); in udplite_checksum_init()
Dudp.h180 struct udphdr *uh, struct sock *sk);
188 struct udphdr *uh; in udp_gro_udphdr() local
192 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()
Dip6_checksum.h100 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
/include/linux/
Dsctp.h416 struct sctp_chunkhdr uh; member
425 struct sctp_chunkhdr uh; member