/* * Packet network namespace */ #ifndef __NETNS_PACKET_H__ #define __NETNS_PACKET_H__ #include #include struct netns_packet { struct mutex sklist_lock; struct hlist_head sklist; }; #endif /* __NETNS_PACKET_H__ */ ation/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli2-2/+4
2017-02-07net: dsa: mv88e6xxx: Refactor remaining port setupAndrew Lunn