Home
last modified time | relevance | path

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

/Linux-v6.6/net/can/
Draw.c112 sock_skb_cb_check_size(sizeof(struct sockaddr_can) + in raw_flags()
171 sock_skb_cb_check_size(sizeof(struct sockaddr_can)); in raw_rcv()
Dbcm.c363 sock_skb_cb_check_size(sizeof(struct sockaddr_can)); in bcm_send_to_user()
/Linux-v6.6/net/bluetooth/
Daf_bluetooth.c775 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()
/Linux-v6.6/net/ipv6/
Daf_inet6.c1070 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
/Linux-v6.6/net/sctp/
Dprotocol.c1494 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
/Linux-v6.6/net/ipv4/
Daf_inet.c1954 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
/Linux-v6.6/include/net/
Dsock.h2651 #define sock_skb_cb_check_size(size) \ macro
/Linux-v6.6/net/packet/
Daf_packet.c2183 sock_skb_cb_check_size(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8); in packet_rcv()