udp_skb_scratch 353 include/net/udp.h return udp_skb_scratch(skb)->len; udp_skb_scratch 358 include/net/udp.h return udp_skb_scratch(skb)->csum_unnecessary; udp_skb_scratch 363 include/net/udp.h return udp_skb_scratch(skb)->is_linear; udp_skb_scratch 1323 net/ipv4/udp.c struct udp_dev_scratch *scratch = udp_skb_scratch(skb); udp_skb_scratch 1346 net/ipv4/udp.c udp_skb_scratch(skb)->csum_unnecessary = true; udp_skb_scratch 1352 net/ipv4/udp.c return udp_skb_scratch(skb)->_tsize_state & ~UDP_SKB_IS_STATELESS; udp_skb_scratch 1357 net/ipv4/udp.c return !(udp_skb_scratch(skb)->_tsize_state & UDP_SKB_IS_STATELESS);