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

/freebsd-10.1-release/sys/netinet/
H A Dsctp.h553 #define SCTP_PCB_FLAGS_NO_FRAGMENT 0x0000000000100000 macro
H A Dsctp_usrreq.c1651 val = sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT);
3630 set_opt = SCTP_PCB_FLAGS_NO_FRAGMENT;
H A Dsctp_output.c12581 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_NO_FRAGMENT)) {

Completed in 97 milliseconds