Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Daf_unix.h32 struct unix_skb_parms { struct
47 #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) argument
/openbmc/linux/net/unix/
H A Daf_unix.c3687 BUILD_BUG_ON(sizeof(struct unix_skb_parms) > sizeof_field(struct sk_buff, cb)); in af_unix_init()