Searched refs:uh (Results 1 – 6 of 6) sorted by relevance
30 struct udphdr *uh = udp_hdr(skb);38 if (proto_4 != IPPROTO_UDP || (u8 *)uh < skb->head ||39 (u8 *)uh + sizeof(struct udphdr)45 __entry->sport = ntohs(uh->source);46 __entry->dport = ntohs(uh->dest);47 __entry->ulen = ntohs(uh->len);
29 const struct udphdr *uh = (const struct udphdr *)udp_hdr(skb);34 __entry->sport = ntohs(uh->source);35 __entry->dport = ntohs(uh->dest);41 TP_STORE_ADDR_PORTS_SKB(skb, uh, __entry->saddr, __entry->daddr);
31 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh) in udplite_checksum_init() argument38 if (uh->check == 0) { in udplite_checksum_init()43 cscov = ntohs(uh->len); in udplite_checksum_init()
423 struct udphdr *uh, struct sock *sk);428 struct udphdr *uh; in udp_gro_udphdr() local432 hlen = off + sizeof(*uh); in udp_gro_udphdr()433 uh = skb_gro_header(skb, hlen, off); in udp_gro_udphdr()435 return uh; in udp_gro_udphdr()
86 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
416 struct sctp_chunkhdr uh; member425 struct sctp_chunkhdr uh; member