Centos-kernel-stream-9/include/net/sctp
Xin Long 95b39f95ad sctp: delete the obsolete code for the host name address param
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2189292
Tested: compile only

commit bd4b28189469492df2b962d737842c311ce2659c
Author: Xin Long <lucien.xin@gmail.com>
Date:   Fri Apr 14 17:21:15 2023 -0400

    sctp: delete the obsolete code for the host name address param

    In the latest RFC9260, the Host Name Address param has been deprecated.
    For INIT chunk:

      Note 3: An INIT chunk MUST NOT contain the Host Name Address
      parameter.  The receiver of an INIT chunk containing a Host Name
      Address parameter MUST send an ABORT chunk and MAY include an
      "Unresolvable Address" error cause.

    For Supported Address Types:

      The value indicating the Host Name Address parameter MUST NOT be
      used when sending this parameter and MUST be ignored when receiving
      this parameter.

    Currently Linux SCTP doesn't really support Host Name Address param,
    but only saves some flag and print debug info, which actually won't
    even be triggered due to the verification in sctp_verify_param().
    This patch is to delete those dead code.

    Signed-off-by: Xin Long <lucien.xin@gmail.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Signed-off-by: Xin Long <lxin@redhat.com>
2023-04-24 18:49:24 -04:00
..
auth.h
checksum.h sctp: change to include linux/sctp.h in net/sctp/checksum.h 2023-04-24 18:49:22 -04:00
command.h sctp: add the probe timer in transport for PLPMTUD 2021-06-22 11:28:52 -07:00
constants.h sctp: move 198 addresses from unusable to private scope 2021-07-01 11:47:13 -07:00
sctp.h sctp: add dif and sdif check in asoc and ep lookup 2023-04-24 18:49:23 -04:00
sm.h sctp: fix transport encap_port update in sctp_vtag_verify 2021-11-19 11:25:19 -05:00
stream_interleave.h
stream_sched.h sctp: add weighted fair queueing stream scheduler 2023-04-24 18:49:23 -04:00
structs.h sctp: delete the obsolete code for the host name address param 2023-04-24 18:49:24 -04:00
tsnmap.h
ulpevent.h
ulpqueue.h