Closed atenart closed 1 year ago
Retrieving information from skb->dev is tricky as this is inside an union and there is no way we can know of the data is valid. Try our best to report an empty section if the data does not look like what it should.
skb->dev
Retrieving information from
skb->dev
is tricky as this is inside an union and there is no way we can know of the data is valid. Try our best to report an empty section if the data does not look like what it should.