Home
last modified time | relevance | path

Searched refs:sock_skb_cb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dsock.h2475 struct sock_skb_cb { struct
2479 /* Store sock_skb_cb at the end of skb->cb[] so protocol families
2484 sizeof(struct sock_skb_cb)))
2486 #define SOCK_SKB_CB(__skb) ((struct sock_skb_cb *)((__skb)->cb + \
/kernel/linux/linux-6.6/include/net/
H A Dsock.h2649 struct sock_skb_cb { struct
2653 /* Store sock_skb_cb at the end of skb->cb[] so protocol families
2658 sizeof(struct sock_skb_cb)))
2660 #define SOCK_SKB_CB(__skb) ((struct sock_skb_cb *)((__skb)->cb + \

Completed in 10 milliseconds