fib_rules.h (9d9e6a5819230b5a5cc036f213135cb123ab1e50) fib_rules.h (c454673da7c1d6533f40ec2f788023df9af56ebf)
1#ifndef __NET_FIB_RULES_H
2#define __NET_FIB_RULES_H
3
4#include <linux/types.h>
5#include <linux/netdevice.h>
6#include <linux/fib_rules.h>
7#include <net/flow.h>
8#include <net/rtnetlink.h>

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

93}
94
95extern int fib_rules_register(struct fib_rules_ops *);
96extern int fib_rules_unregister(struct fib_rules_ops *);
97
98extern int fib_rules_lookup(struct fib_rules_ops *,
99 struct flowi *, int flags,
100 struct fib_lookup_arg *);
1#ifndef __NET_FIB_RULES_H
2#define __NET_FIB_RULES_H
3
4#include <linux/types.h>
5#include <linux/netdevice.h>
6#include <linux/fib_rules.h>
7#include <net/flow.h>
8#include <net/rtnetlink.h>

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

93}
94
95extern int fib_rules_register(struct fib_rules_ops *);
96extern int fib_rules_unregister(struct fib_rules_ops *);
97
98extern int fib_rules_lookup(struct fib_rules_ops *,
99 struct flowi *, int flags,
100 struct fib_lookup_arg *);
101
102extern int fib_rules_dump(struct sk_buff *,
103 struct netlink_callback *, int);
104#endif
101#endif