Searched refs:msg_len (Results 1 – 9 of 9) sorted by relevance
| /net/sctp/ |
| A D | chunk.c | 151 size_t msg_len = iov_iter_count(from); in sctp_datamsg_from_user() local 217 msg_len > max_data) in sctp_datamsg_from_user() 225 if (msg_len >= first_len) { in sctp_datamsg_from_user() 227 if (msg_len > first_len) in sctp_datamsg_from_user() 232 first_len = msg_len; in sctp_datamsg_from_user() 236 for (remaining = msg_len; remaining; remaining -= len) { in sctp_datamsg_from_user() 239 if (remaining == msg_len) { in sctp_datamsg_from_user()
|
| A D | outqueue.c | 344 struct list_head *queue, int msg_len) in sctp_prsctp_prune_sent() argument 375 if (msg_len <= 0) in sctp_prsctp_prune_sent() 379 return msg_len; in sctp_prsctp_prune_sent() 413 if (msg_len <= 0) in sctp_prsctp_prune_unsent() 419 return msg_len; in sctp_prsctp_prune_unsent() 431 msg_len = sctp_prsctp_prune_sent(asoc, sinfo, in sctp_prsctp_prune() 433 msg_len); in sctp_prsctp_prune() 434 if (msg_len <= 0) in sctp_prsctp_prune() 439 msg_len = sctp_prsctp_prune_sent(asoc, sinfo, in sctp_prsctp_prune() 441 msg_len); in sctp_prsctp_prune() [all …]
|
| A D | socket.c | 77 long *timeo_p, size_t msg_len); 1607 if (msg_len > sk->sk_sndbuf) in sctp_sendmsg_parse() 1642 if (!sflags && msg_len) in sctp_sendmsg_parse() 1755 size_t msg_len) in sctp_sendmsg_check_sflags() argument 1827 if (sctp_wspace(asoc) < (int)msg_len) in sctp_sendmsg_to_asoc() 1889 err = msg_len; in sctp_sendmsg_to_asoc() 1977 msg_len); in sctp_sendmsg() 2001 msg_len); in sctp_sendmsg() 9221 long *timeo_p, size_t msg_len) in sctp_wait_for_sndbuf() argument 9229 *timeo_p, msg_len); in sctp_wait_for_sndbuf() [all …]
|
| /net/nfc/nci/ |
| A D | hci.c | 435 int msg_len; in nci_hci_data_received_cb() local 453 msg_len = 0; in nci_hci_data_received_cb() 455 msg_len += (frag_skb->len - in nci_hci_data_received_cb() 460 msg_len, GFP_KERNEL); in nci_hci_data_received_cb() 469 msg_len = frag_skb->len - NCI_HCI_HCP_PACKET_HEADER_LEN; in nci_hci_data_received_cb() 472 msg_len); in nci_hci_data_received_cb()
|
| /net/nfc/hci/ |
| A D | core.c | 862 int msg_len; in nfc_hci_recv_from_llc() local 875 msg_len = 0; in nfc_hci_recv_from_llc() 877 msg_len += (frag_skb->len - in nfc_hci_recv_from_llc() 882 msg_len, GFP_KERNEL); in nfc_hci_recv_from_llc() 891 msg_len = frag_skb->len - NFC_HCI_HCP_PACKET_HEADER_LEN; in nfc_hci_recv_from_llc() 894 msg_len); in nfc_hci_recv_from_llc()
|
| /net/vmw_vsock/ |
| A D | af_vsock.c | 2330 ssize_t msg_len; in __vsock_seqpacket_recvmsg() local 2344 msg_len = transport->seqpacket_dequeue(vsk, msg, flags); in __vsock_seqpacket_recvmsg() 2346 if (msg_len < 0) { in __vsock_seqpacket_recvmsg() 2347 err = msg_len; in __vsock_seqpacket_recvmsg() 2360 err = msg_len; in __vsock_seqpacket_recvmsg() 2367 if (msg_len > len) in __vsock_seqpacket_recvmsg()
|
| /net/ceph/ |
| A D | auth.c | 285 void *msg_buf, size_t msg_len) in ceph_build_auth() argument 291 ret = build_request(ac, true, msg_buf, msg_len); in ceph_build_auth()
|
| /net/ipv4/ |
| A D | inet_diag.c | 381 unsigned int msg_len; in inet_sk_diag_fill() local 384 msg_len = skb_tail_pointer(skb) - (unsigned char *)nlh; in inet_sk_diag_fill() 392 total_nla_size += msg_len; in inet_sk_diag_fill()
|
| /net/ |
| A D | socket.c | 2754 err = __put_user(err, &compat_entry->msg_len); in __sys_sendmmsg() 2762 err = put_user(err, &entry->msg_len); in __sys_sendmmsg() 2968 err = __put_user(err, &compat_entry->msg_len); in do_recvmmsg() 2977 err = put_user(err, &entry->msg_len); in do_recvmmsg()
|
Completed in 53 milliseconds