Home
last modified time | relevance | path

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

/Linux-v5.15/net/can/
Draw.c108 sock_skb_cb_check_size(sizeof(struct sockaddr_can) + in raw_flags()
167 sock_skb_cb_check_size(sizeof(struct sockaddr_can)); in raw_rcv()
Dbcm.c361 sock_skb_cb_check_size(sizeof(struct sockaddr_can)); in bcm_send_to_user()
/Linux-v5.15/net/bluetooth/
Daf_bluetooth.c725 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()
/Linux-v5.15/net/ipv6/
Daf_inet6.c1053 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
/Linux-v5.15/net/sctp/
Dprotocol.c1486 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
/Linux-v5.15/net/ipv4/
Daf_inet.c1943 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
/Linux-v5.15/include/net/
Dsock.h2480 #define sock_skb_cb_check_size(size) \ macro
/Linux-v5.15/net/packet/
Daf_packet.c2132 sock_skb_cb_check_size(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8); in packet_rcv()