mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08: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_TCP:
|
||||
case IPPROTO_SCTP:
|
||||
case IPPROTO_DCCP:
|
||||
if (pskb_may_pull(skb, xprth + 4 - skb->data)) {
|
||||
u16 *ports = (u16 *)xprth;
|
||||
|
||||
|
@ -214,6 +214,7 @@ _decode_session6(struct sk_buff *skb, struct flowi *fl)
|
||||
case IPPROTO_UDP:
|
||||
case IPPROTO_TCP:
|
||||
case IPPROTO_SCTP:
|
||||
case IPPROTO_DCCP:
|
||||
if (pskb_may_pull(skb, skb->nh.raw + offset + 4 - skb->data)) {
|
||||
u16 *ports = (u16 *)exthdr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user