/linux/net/sctp/ |
H A D | Kconfig | 3 # SCTP configuration 7 tristate "The SCTP Protocol" 20 "SCTP is a reliable transport protocol operating on top of a 29 -- optional bundling of multiple user messages into a single SCTP 43 bool "SCTP: Debug object counts" 53 prompt "Default SCTP cookie HMAC encoding" 62 Enable optional MD5 hmac based SCTP cookie generation 68 Enable optional SHA1 hmac based SCTP cookie generation 72 bool "Use no hmac alg in SCTP cookie generation" 74 Use no hmac algorithm in SCTP cooki [all...] |
/linux/Documentation/networking/ |
H A D | sctp.rst | 4 Linux Kernel SCTP 7 This is the current BETA release of the Linux Kernel SCTP reference 10 SCTP (Stream Control Transmission Protocol) is a IP based, message oriented, 14 developed the SCTP protocol and later handed the protocol over to the 15 Transport Area (TSVWG) working group for the continued evolvement of SCTP as a 18 See the IETF website (http://www.ietf.org) for further documents on SCTP. 22 of SCTP that is RFC 2960 compliant and provides an programming interface 23 referred to as the UDP-style API of the Sockets Extensions for SCTP, as
|
H A D | segmentation-offloads.rst | 21 * SCTP acceleration with GSO - GSO_BY_FRAGS 151 SCTP acceleration with GSO 154 SCTP - despite the lack of hardware support - can still take advantage of 158 This requires a different approach to other offloads, as SCTP packets 160 IP segments, padding respected. So unlike regular GSO, SCTP can't just 164 Instead, the SCTP protocol layer builds an skb with the segments correctly 175 an skb is an SCTP GSO skb.
|
H A D | ip-sysctl.rst | 45 SCTP as they verify e.g. the sequence number or the 3310 the ability to dynamically add and remove new addresses for the SCTP 3449 the old primary path exceeds PSMR, so that "the SCTP sender is allowed 3490 The default lifetime of the SCTP cookie (in milliseconds). The cookie 3496 Enable or disable the ability to extend the lifetime of the SCTP cookie 3497 that is used during the establishment phase of SCTP association 3524 association. SCTP supports the capability to create multiple 3547 Number of pages allowed for queueing by all SCTP sockets. 3549 * min: Below this number of pages SCTP is not bothered about its 3550 memory usage. When amount of memory allocated by SCTP exceeds [all …]
|
H A D | ipvs-sysctl.rst | 303 In such case, for TCP and SCTP it may need enabling sloppy_tcp and
|
/linux/Documentation/security/ |
H A D | SCTP.rst | 4 SCTP title 7 SCTP LSM Support 13 For security module support, three SCTP specific hooks have been implemented:: 21 described in the `SCTP SELinux Support`_ chapter. 80 on an SCTP socket using multiple 139 SCTP endpoint "A" SCTP endpoint "Z" 148 SCTP peer endpoint "Z". 152 SCTP peer endpoint "A" is asking 187 SCTP SELinu [all...] |
H A D | index.rst | 15 SCTP
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_adv_rss.c | 77 * iavf_fill_adv_rss_sctp_hdr - fill the SCTP RSS protocol header 84 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, SCTP); in iavf_fill_adv_rss_sctp_hdr() 87 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, SRC_PORT); in iavf_fill_adv_rss_sctp_hdr() 90 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_adv_rss_sctp_hdr() 188 proto = "SCTP"; in iavf_print_adv_rss_cfg()
|
H A D | iavf_fdir.c | 449 * iavf_fill_fdir_sctp_hdr - fill the SCTP protocol header 453 * Returns 0 if the SCTP protocol header is set successfully 462 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, SCTP); in iavf_fill_fdir_sctp_hdr() 466 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, SRC_PORT); in iavf_fill_fdir_sctp_hdr() 471 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_fdir_sctp_hdr() 687 return "SCTP"; in iavf_fdir_flow_proto_name()
|
/linux/Documentation/translations/zh_CN/security/ |
H A D | index.rst | 32 * SCTP
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 39 [0x25] = WX_PTT(IP, IPV4, NONE, NONE, SCTP, PAY4), 44 [0x2D] = WX_PTT(IP, IPV6, NONE, NONE, SCTP, PAY4), 55 [0x85] = WX_PTT(IP, IPV4, IPIP, IPV4, SCTP, PAY4), 60 [0x8D] = WX_PTT(IP, IPV4, IPIP, IPV6, SCTP, PAY4), 68 [0x95] = WX_PTT(IP, IPV4, IG, IPV4, SCTP, PAY4), 73 [0x9D] = WX_PTT(IP, IPV4, IG, IPV6, SCTP, PAY4), 81 [0xA5] = WX_PTT(IP, IPV4, IGM, IPV4, SCTP, PAY4), 86 [0xAD] = WX_PTT(IP, IPV4, IGM, IPV6, SCTP, PAY4), 94 [0xB5] = WX_PTT(IP, IPV4, IGMV, IPV4, SCTP, PAY4), 99 [0xBD] = WX_PTT(IP, IPV4, IGMV, IPV6, SCTP, PAY [all...] |
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_queue.sh | 453 timeout "$SCTP_TEST_TIMEOUT" ip netns exec "$ns2" socat -u SCTP-LISTEN:12345 STDOUT > "$TMPFILE1" & 462 ip netns exec "$ns1" socat -u STDIN SCTP:10.0.2.99:12345 <"$TMPINPUT" >/dev/null 488 timeout "$SCTP_TEST_TIMEOUT" ip netns exec "$ns2" socat -u SCTP-LISTEN:12345 STDOUT > "$TMPFILE1" & 497 ip netns exec "$ns1" socat -u STDIN SCTP:10.0.2.99:12345 <"$TMPINPUT" >/dev/null
|
/linux/drivers/net/ethernet/intel/libie/ |
H A D | rx.c | 56 LIBIE_RX_PT_IP_L4(oip, tun, ver, SCTP), \
|
/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 284 destination TCP/UDP/SCTP port) is compared against 8 filters. For IPv4, up to 287 TCP/UDP/SCTP packets.
|
/linux/net/netfilter/ipvs/ |
H A D | Kconfig | 107 bool "SCTP load balancing support" 110 This option enables support for load balancing SCTP transport
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 467 - Traps packets dropped due to an error in the SCTP header parsing.
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 241 destination) and UDP/TCP/SCTP ports (source and destination). You can supply
|
/linux/ |
H A D | CREDITS | 1784 D: SCTP protocol maintainer. 4397 D: SCTP protocol maintainer.
|
H A D | MAINTAINERS | 22629 SCTP PROTOCOL
|