123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #ifndef _TIPC_NET_H
- #define _TIPC_NET_H
- #include <net/genetlink.h>
- extern const struct nla_policy tipc_nl_net_policy[];
- int tipc_net_start(struct net *net, u32 addr);
- void tipc_net_stop(struct net *net);
- int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
- int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
- #endif
|