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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h541 #define SCTP_PCB_FLAGS_NODELAY 0x0000000000000100 macro
H A Dsctp_output.c6743 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
9968 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY)) {
13063 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
13080 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
13297 sctp_feature_off(inp, SCTP_PCB_FLAGS_NODELAY);
13332 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) &&
13348 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY))
H A Dsctp_usrreq.c1670 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NODELAY);
3665 set_opt = SCTP_PCB_FLAGS_NODELAY;

Completed in 90 milliseconds