Loading net/can/raw.c +12 −12 Original line number Diff line number Diff line Loading @@ -154,10 +154,10 @@ static void raw_rcv(struct sk_buff *oskb, void *data) if (!skb) return; /* Put the datagram to the queue so that raw_recvmsg() can * get it from there. We need to pass the interface index to * raw_recvmsg(). We pass a whole struct sockaddr_can in skb->cb * containing the interface index. /* Put the datagram to the queue so that raw_recvmsg() can get * it from there. We need to pass the interface index to * raw_recvmsg(). We pass a whole struct sockaddr_can in * skb->cb containing the interface index. */ sock_skb_cb_check_size(sizeof(struct sockaddr_can)); Loading Loading
net/can/raw.c +12 −12 Original line number Diff line number Diff line Loading @@ -154,10 +154,10 @@ static void raw_rcv(struct sk_buff *oskb, void *data) if (!skb) return; /* Put the datagram to the queue so that raw_recvmsg() can * get it from there. We need to pass the interface index to * raw_recvmsg(). We pass a whole struct sockaddr_can in skb->cb * containing the interface index. /* Put the datagram to the queue so that raw_recvmsg() can get * it from there. We need to pass the interface index to * raw_recvmsg(). We pass a whole struct sockaddr_can in * skb->cb containing the interface index. */ sock_skb_cb_check_size(sizeof(struct sockaddr_can)); Loading