Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Daf_unix.h33 struct unix_skb_parms { struct
48 #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) argument
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1654 const struct unix_skb_parms *u = &UNIXCB(skb); in unix_skb_scm_eq()
2982 BUILD_BUG_ON(sizeof(struct unix_skb_parms) > sizeof_field(struct sk_buff, cb)); in af_unix_init()