addr = ipvlan_addr_lookup(port, lyr3h, addr_type, true); if (addr) ret = ipvlan_rcv_frame(addr, skb, false); ret = ipvlan_rcv_frame(addr, pskb, false); } return ret; Expand All @@ -651,5 +653,5 @@ rx_handler_result_t ipvlan_handle_frame(struct sk_buff **pskb) WARN...
// License as published by the Free Software Foundation; either// version 2 of the License, or (at your option) any later version./// This library is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FI...