Searched hist:"1 b0b8114b9549dee6490e728cd787f808b586158" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/netns/ |
H A D | sctp.h | diff 1b0b8114b9549dee6490e728cd787f808b586158 Mon Aug 26 03:30:02 CDT 2019 Xin Long <lucien.xin@gmail.com> sctp: make ecn flag per netns and endpoint
This patch is to add ecn flag for both netns_sctp and sctp_endpoint, net->sctp.ecn_enable is set 1 by default, and ep->ecn_enable will be initialized with net->sctp.ecn_enable.
asoc->peer.ecn_capable will be set during negotiation only when ep->ecn_enable is set on both sides.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sctp/ |
H A D | endpointola.c | diff 1b0b8114b9549dee6490e728cd787f808b586158 Mon Aug 26 03:30:02 CDT 2019 Xin Long <lucien.xin@gmail.com> sctp: make ecn flag per netns and endpoint
This patch is to add ecn flag for both netns_sctp and sctp_endpoint, net->sctp.ecn_enable is set 1 by default, and ep->ecn_enable will be initialized with net->sctp.ecn_enable.
asoc->peer.ecn_capable will be set during negotiation only when ep->ecn_enable is set on both sides.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sm_make_chunk.c | diff 1b0b8114b9549dee6490e728cd787f808b586158 Mon Aug 26 03:30:02 CDT 2019 Xin Long <lucien.xin@gmail.com> sctp: make ecn flag per netns and endpoint
This patch is to add ecn flag for both netns_sctp and sctp_endpoint, net->sctp.ecn_enable is set 1 by default, and ep->ecn_enable will be initialized with net->sctp.ecn_enable.
asoc->peer.ecn_capable will be set during negotiation only when ep->ecn_enable is set on both sides.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 1b0b8114b9549dee6490e728cd787f808b586158 Mon Aug 26 03:30:02 CDT 2019 Xin Long <lucien.xin@gmail.com> sctp: make ecn flag per netns and endpoint
This patch is to add ecn flag for both netns_sctp and sctp_endpoint, net->sctp.ecn_enable is set 1 by default, and ep->ecn_enable will be initialized with net->sctp.ecn_enable.
asoc->peer.ecn_capable will be set during negotiation only when ep->ecn_enable is set on both sides.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | diff 1b0b8114b9549dee6490e728cd787f808b586158 Mon Aug 26 03:30:02 CDT 2019 Xin Long <lucien.xin@gmail.com> sctp: make ecn flag per netns and endpoint
This patch is to add ecn flag for both netns_sctp and sctp_endpoint, net->sctp.ecn_enable is set 1 by default, and ep->ecn_enable will be initialized with net->sctp.ecn_enable.
asoc->peer.ecn_capable will be set during negotiation only when ep->ecn_enable is set on both sides.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|