Searched defs:uh (Results 1 - 4 of 4) sorted by relevance

/include/net/
H A Dudplite.h35 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) argument
42 if (uh->check == 0) {
47 cscov = ntohs(uh->len);
H A Dudp_tunnel.h105 struct udphdr *uh; local
107 uh = (struct udphdr *)(skb->data + nhoff - sizeof(struct udphdr));
108 skb_shinfo(skb)->gso_type |= uh->check ?
H A Dudp.h162 struct udphdr *uh);
167 struct udphdr *uh; local
171 hlen = off + sizeof(*uh);
172 uh = skb_gro_header_fast(skb, off);
174 uh = skb_gro_header_slow(skb, hlen, off);
176 return uh;
/include/linux/
H A Dsctp.h408 sctp_chunkhdr_t uh; member in struct:sctp_abort_chunk

Completed in 70 milliseconds