diff options
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_cm.c b/drivers/infiniband/ulp/ipoib/ipoib_cm.c index 014504d8e43..fd3871e3f65 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_cm.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_cm.c | |||
@@ -1376,7 +1376,7 @@ static void ipoib_cm_skb_reap(struct work_struct *work) | |||
1376 | 1376 | ||
1377 | if (skb->protocol == htons(ETH_P_IP)) | 1377 | if (skb->protocol == htons(ETH_P_IP)) |
1378 | icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); | 1378 | icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); |
1379 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) | 1379 | #if IS_ENABLED(CONFIG_IPV6) |
1380 | else if (skb->protocol == htons(ETH_P_IPV6)) | 1380 | else if (skb->protocol == htons(ETH_P_IPV6)) |
1381 | icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); | 1381 | icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); |
1382 | #endif | 1382 | #endif |