Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dchunk.c40 msg->can_delay = 1; in sctp_datamsg_init()
226 msg->can_delay = 0; in sctp_datamsg_from_user()
H A Doutput.c748 if (!chunk->msg->can_delay) in sctp_packet_can_append_data()
/openbmc/linux/include/net/sctp/
H A Dstructs.h530 can_delay:1, /* should this message be Nagle delayed */ member