net.h (fd3cf2ad519f73c2f7a46460ebedf32ad246520c) net.h (27c21416727af73df45051acb05331c0f10e50f6)
1/*
2 * net/tipc/net.h: Include file for TIPC network routing code
3 *
4 * Copyright (c) 1995-2006, 2014, Ericsson AB
5 * Copyright (c) 2005, 2010-2011, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 30 unchanged lines hidden (view full) ---

39
40#include <net/genetlink.h>
41
42int tipc_net_start(u32 addr);
43
44void tipc_net_stop(void);
45
46int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
1/*
2 * net/tipc/net.h: Include file for TIPC network routing code
3 *
4 * Copyright (c) 1995-2006, 2014, Ericsson AB
5 * Copyright (c) 2005, 2010-2011, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 30 unchanged lines hidden (view full) ---

39
40#include <net/genetlink.h>
41
42int tipc_net_start(u32 addr);
43
44void tipc_net_stop(void);
45
46int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
47int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
47
48#endif
48
49#endif