Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Doutput.c223 int too_big; in sctp_packet_append_chunk() local
238 too_big = (psize + chunk_len > pmtu); in sctp_packet_append_chunk()
241 if (too_big) { in sctp_packet_append_chunk()