LCOV - code coverage report
Current view: top level - include/net/netns - packet.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2017-01-25 Functions: 0 0 -

          Line data    Source code
       1             : /*
       2             :  * Packet network namespace
       3             :  */
       4             : #ifndef __NETNS_PACKET_H__
       5             : #define __NETNS_PACKET_H__
       6             : 
       7             : #include <linux/list.h>
       8             : #include <linux/spinlock.h>
       9             : 
      10             : struct netns_packet {
      11             :         rwlock_t                sklist_lock;
      12             :         struct hlist_head       sklist;
      13             : };
      14           1 : 
      15             : #endif /* __NETNS_PACKET_H__ */

Generated by: LCOV version 1.10