Home
last modified time | relevance | path

Searched refs:sctp_is_feature_off (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h47 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) macro
H A Dsctp_indata.c181 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_build_ctl_nchunk()
182 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_build_ctl_nchunk()
183 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) { in sctp_build_ctl_nchunk()
H A Dsctp_usrreq.c1356 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_do_connect_x()
2475 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DONOT_HEARTBEAT)) {
2480 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_NOT_PMTUD)) {
7027 (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE))) {
H A Dsctp_pcb.c1717 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) { in sctp_swap_inpcb_for_listen()
4080 ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_PORTREUSE)) || in sctp_aloc_assoc_locked()
5371 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_del_local_addr_restricted()
H A Dsctp_output.c6816 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_sendall_iterator()
13416 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend()
13432 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
13695 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) && in sctp_lower_sosend()
13711 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_NODELAY)) in sctp_lower_sosend()
H A Dsctputil.c6563 if ((sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) && in sctp_soreceive()
6564 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) && in sctp_soreceive()
6565 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) || in sctp_soreceive()
H A Dsctp_asconf.c1891 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) { in sctp_addr_mgmt_assoc()