.. | .. |
---|
144 | 144 | * @skb: received pdu |
---|
145 | 145 | * @dev: device that receive pdu |
---|
146 | 146 | * @pt: packet type |
---|
| 147 | + * @orig_dev: the original receive net device |
---|
147 | 148 | * |
---|
148 | 149 | * When the system receives a 802.2 frame this function is called. It |
---|
149 | 150 | * checks SAP and connection of received pdu and passes frame to |
---|
.. | .. |
---|
161 | 162 | struct packet_type *, struct net_device *); |
---|
162 | 163 | void (*sta_handler)(struct sk_buff *skb); |
---|
163 | 164 | void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb); |
---|
164 | | - |
---|
165 | | - if (!net_eq(dev_net(dev), &init_net)) |
---|
166 | | - goto drop; |
---|
167 | 165 | |
---|
168 | 166 | /* |
---|
169 | 167 | * When the interface is in promisc. mode, drop all the crap that it |
---|