Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp.h554 #define SCTP_PCB_FLAGS_NO_FRAGMENT 0x0000000000100000 macro
HDsctp_usrreq.c1662 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT);
3810 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
HDsctp_output.c12487 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) { in sctp_lower_sosend()