Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp.h542 #define SCTP_PCB_FLAGS_NODELAY 0x0000000000000100 macro
HDsctp_output.c6702 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_sendall_iterator()
9891 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) { in sctp_chunk_output()
12969 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend()
12986 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
13203 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY); in sctp_lower_sosend()
13238 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend()
13254 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
HDsctp_usrreq.c1681 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY);
3845 set_opt = SCTP_PCB_FLAGS_NODELAY;