mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-01-10 09:54:56 +00:00
[XFRM]: Handle DCCP in xfrm{4,6}_decode_session
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3dd4bc68fa
commit
9e999993c7
@ -182,6 +182,7 @@ _decode_session4(struct sk_buff *skb, struct flowi *fl)
|
|||||||
case IPPROTO_UDP:
|
case IPPROTO_UDP:
|
||||||
case IPPROTO_TCP:
|
case IPPROTO_TCP:
|
||||||
case IPPROTO_SCTP:
|
case IPPROTO_SCTP:
|
||||||
|
case IPPROTO_DCCP:
|
||||||
if (pskb_may_pull(skb, xprth + 4 - skb->data)) {
|
if (pskb_may_pull(skb, xprth + 4 - skb->data)) {
|
||||||
u16 *ports = (u16 *)xprth;
|
u16 *ports = (u16 *)xprth;
|
||||||
|
|
||||||
|
@ -214,6 +214,7 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl)
|
|||||||
case IPPROTO_UDP:
|
case IPPROTO_UDP:
|
||||||
case IPPROTO_TCP:
|
case IPPROTO_TCP:
|
||||||
case IPPROTO_SCTP:
|
case IPPROTO_SCTP:
|
||||||
|
case IPPROTO_DCCP:
|
||||||
if (pskb_may_pull(skb, skb->nh.raw + offset + 4 - skb->data)) {
|
if (pskb_may_pull(skb, skb->nh.raw + offset + 4 - skb->data)) {
|
||||||
u16 *ports = (u16 *)exthdr;
|
u16 *ports = (u16 *)exthdr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user