Searched refs:fib_rule (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h10 struct fib_rule struct
23 struct fib_rule * ctarget;
31 struct fib_rule *rule;
43 int (*action)(struct fib_rule *,
46 int (*match)(struct fib_rule *,
48 int (*configure)(struct fib_rule *,
53 int (*compare)(struct fib_rule *,
56 int (*fill)(struct fib_rule *, struct sk_buff *,
60 size_t (*nlmsg_payload)(struct fib_rule *);
80 static inline void fib_rule_get(struct fib_rule *rul
[all...]
H A Dip_fib.h98 struct fib_rule;
112 struct fib_rule *r;
H A Ddn_fib.h25 struct fib_rule *r;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c40 struct fib_rule common;
76 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp,
115 static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)
128 static int dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
167 static int dn_fib_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh,
205 static int dn_fib_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
229 struct fib_rule *rule;
234 rule = list_entry(pos->next, struct fib_rule, list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c26 struct fib_rule common;
73 static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp,
132 static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)
164 static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
198 static int fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh,
223 static int fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
252 static size_t fib6_rule_nlmsg_payload(struct fib_rule *rule)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c39 struct fib_rule common;
101 static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp,
146 static int fib4_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)
177 static int fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
223 static int fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh,
251 static int fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
280 struct fib_rule *rule;
285 rule = list_entry(pos->next, struct fib_rule, list);
294 static size_t fib4_rule_nlmsg_payload(struct fib_rule *rule)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c19 static void notify_rule_change(int event, struct fib_rule *rule,
58 if (ops->rule_size < sizeof(struct fib_rule))
83 struct fib_rule *rule, *tmp;
116 static int fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops,
135 struct fib_rule *rule;
146 struct fib_rule *target;
202 struct fib_rule *rule, *r, *last = NULL;
338 struct fib_rule *rule, *tmp;
426 struct fib_rule *rule)
441 static int fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rul
[all...]

Completed in 116 milliseconds