Lines Matching defs:msg_len
344 struct list_head *queue, int msg_len)
374 msg_len -= chk->skb->truesize + sizeof(struct sctp_chunk);
375 if (msg_len <= 0)
379 return msg_len;
383 struct sctp_sndrcvinfo *sinfo, int msg_len)
411 msg_len -= chk->skb->truesize + sizeof(struct sctp_chunk);
413 if (msg_len <= 0)
419 return msg_len;
424 struct sctp_sndrcvinfo *sinfo, int msg_len)
431 msg_len = sctp_prsctp_prune_sent(asoc, sinfo,
433 msg_len);
434 if (msg_len <= 0)
439 msg_len = sctp_prsctp_prune_sent(asoc, sinfo,
441 msg_len);
442 if (msg_len <= 0)
446 sctp_prsctp_prune_unsent(asoc, sinfo, msg_len);