generic.h (7e4d960993331e92567f0180e45322a93e6780ba) | generic.h (187f1882b5b0748b3c4c22274663fdb372ac0452) |
---|---|
1/* 2 * generic net pointers 3 */ 4 5#ifndef __NET_GENERIC_H__ 6#define __NET_GENERIC_H__ 7 | 1/* 2 * generic net pointers 3 */ 4 5#ifndef __NET_GENERIC_H__ 6#define __NET_GENERIC_H__ 7 |
8#include <linux/bug.h> |
|
8#include <linux/rcupdate.h> 9 10/* 11 * Generic net pointers are to be used by modules to put some private 12 * stuff on the struct net without explicit struct net modification 13 * 14 * The rules are simple: 15 * 1. set pernet_operations->id. After register_pernet_device you --- 32 unchanged lines hidden --- | 9#include <linux/rcupdate.h> 10 11/* 12 * Generic net pointers are to be used by modules to put some private 13 * stuff on the struct net without explicit struct net modification 14 * 15 * The rules are simple: 16 * 1. set pernet_operations->id. After register_pernet_device you --- 32 unchanged lines hidden --- |