Searched refs:iucv_msg_length (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/iucv/
H A Daf_iucv.c112 * iucv_msg_length() - Returns the length of an iucv message.
131 static inline size_t iucv_msg_length(struct iucv_message *msg) function
883 * See also iucv_msg_length().
1147 len = iucv_msg_length(msg);
1208 skb = alloc_iucv_recv_skb(iucv_msg_length(&p->msg));
1701 len += SKB_TRUESIZE(iucv_msg_length(msg));
1705 skb = alloc_iucv_recv_skb(iucv_msg_length(msg));

Completed in 130 milliseconds