commit | d4b5bd98faec345933d6080989e035a833b1077a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 12 09:52:27 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 18:52:14 2019 -0700 |
tree | c20445c7074ab0fb921b596e79e40a53dfae7ac7 | |
parent | 96f657e6cfc25b27d8189cb6b9eac66e1b1ff4f3 [diff] |
net/packet: constify packet_lookup_frame() and __tpacket_has_room() Goal is to be able to use __tpacket_has_room() without holding a lock. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>