Home
last modified time | relevance | path

Searched refs:sock_skb_cb_check_size (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/can/
H A Draw.c116 sock_skb_cb_check_size(sizeof(struct sockaddr_can) + in raw_flags()
194 sock_skb_cb_check_size(sizeof(struct sockaddr_can)); in raw_rcv()
H A Dbcm.c370 sock_skb_cb_check_size(sizeof(struct sockaddr_can) + in bcm_send_to_user()
/linux-6.15/net/bluetooth/
H A Daf_bluetooth.c798 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()
/linux-6.15/net/ipv6/
H A Daf_inet6.c1078 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
/linux-6.15/net/sctp/
H A Dprotocol.c1510 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
/linux-6.15/net/ipv4/
H A Daf_inet.c1896 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
/linux-6.15/include/net/
H A Dsock.h2614 #define sock_skb_cb_check_size(size) \ macro
/linux-6.15/net/packet/
H A Daf_packet.c2230 sock_skb_cb_check_size(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8); in packet_rcv()