Loading net/core/flow_dissector.c +22 −22 Original line number Diff line number Diff line Loading @@ -308,7 +308,9 @@ bool __skb_flow_dissect(const struct sk_buff *skb, * Only look inside GRE if version zero and no * routing */ if (!(hdr->flags & (GRE_VERSION|GRE_ROUTING))) { if (hdr->flags & (GRE_VERSION | GRE_ROUTING)) break; proto = hdr->proto; nhoff += 4; if (hdr->flags & GRE_CSUM) Loading @@ -331,8 +333,6 @@ bool __skb_flow_dissect(const struct sk_buff *skb, } goto again; } break; } case IPPROTO_IPIP: proto = htons(ETH_P_IP); goto ip; Loading Loading
net/core/flow_dissector.c +22 −22 Original line number Diff line number Diff line Loading @@ -308,7 +308,9 @@ bool __skb_flow_dissect(const struct sk_buff *skb, * Only look inside GRE if version zero and no * routing */ if (!(hdr->flags & (GRE_VERSION|GRE_ROUTING))) { if (hdr->flags & (GRE_VERSION | GRE_ROUTING)) break; proto = hdr->proto; nhoff += 4; if (hdr->flags & GRE_CSUM) Loading @@ -331,8 +333,6 @@ bool __skb_flow_dissect(const struct sk_buff *skb, } goto again; } break; } case IPPROTO_IPIP: proto = htons(ETH_P_IP); goto ip; Loading