Home
last modified time | relevance | path

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

/linux/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.c349 sock_skb_cb_check_size(sizeof(struct sockaddr_can) + in bcm_send_to_user()
/linux/net/bluetooth/
H A Daf_bluetooth.c776 sock_skb_cb_check_size(sizeof(struct bt_skb_cb)); in bt_init()
/linux/net/ipv6/
H A Daf_inet6.c1080 sock_skb_cb_check_size(sizeof(struct inet6_skb_parm)); in inet6_init()
/linux/net/sctp/
H A Dprotocol.c1495 sock_skb_cb_check_size(sizeof(struct sctp_ulpevent)); in sctp_init()
/linux/net/ipv4/
H A Daf_inet.c1908 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
/linux/include/net/
H A Dsock.h2559 #define sock_skb_cb_check_size(size) \ macro
/linux/net/packet/
H A Daf_packet.c2243 sock_skb_cb_check_size(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8); in packet_rcv()