Home
last modified time | relevance | path

Searched refs:udp_skb_cb (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dudp.h40 struct udp_skb_cb { struct
50 #define UDP_SKB_CB(__skb) ((struct udp_skb_cb *)((__skb)->cb)) argument
/linux/net/ipv4/
H A Dudp.c2213 BUILD_BUG_ON(sizeof(struct udp_skb_cb) > SKB_GSO_CB_OFFSET); in udp_queue_rcv_skb()