Searched refs:tcf_police (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dpolice.c38 static struct tcf_police *tcf_police_ht[16];
49 static __inline__ struct tcf_police * tcf_police_lookup(u32 index)
51 struct tcf_police *p;
73 void tcf_police_destroy(struct tcf_police *p)
76 struct tcf_police **p1p;
97 struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est)
100 struct tcf_police *p;
168 int tcf_police(struct sk_buff *skb, struct tcf_police *p) function
222 int tcf_police_dump(struct sk_buff *skb, struct tcf_police *
[all...]
H A Dcls_fw.c54 struct tcf_police *police;
82 return tcf_police(skb, f->police);
214 struct tcf_police *police = tcf_police_locate(tb[TCA_FW_POLICE-1], tca[TCA_RATE-1]);
H A Dcls_route.c65 struct tcf_police *police;
119 int pol_res = tcf_police(skb, f->police); \
392 struct tcf_police *police = tcf_police_locate(tb[TCA_ROUTE4_POLICE-1], tca[TCA_RATE-1]);
H A Dcls_rsvp.h99 struct tcf_police *police;
126 int pol_res = tcf_police(skb, f->police); \
457 struct tcf_police *police = tcf_police_locate(tb[TCA_RSVP_POLICE-1], tca[TCA_RATE-1]);
H A Dcls_tcindex.c38 struct tcf_police *police;
101 result = tcf_police(skb,f->police);
318 struct tcf_police *police;
H A Dcls_u32.c62 struct tcf_police *police;
139 int pol_res = tcf_police(skb, n->police);
485 struct tcf_police *police = tcf_police_locate(tb[TCA_U32_POLICE-1], est);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h377 struct tcf_police struct
379 struct tcf_police *next;
400 extern void tcf_police_destroy(struct tcf_police *p);
401 extern struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est);
402 extern int tcf_police_dump(struct sk_buff *skb, struct tcf_police *p);
403 extern int tcf_police(struct sk_buff *skb, struct tcf_police *p);
405 static inline void tcf_police_release(struct tcf_police *p)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h377 struct tcf_police struct
379 struct tcf_police *next;
400 extern void tcf_police_destroy(struct tcf_police *p);
401 extern struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est);
402 extern int tcf_police_dump(struct sk_buff *skb, struct tcf_police *p);
403 extern int tcf_police(struct sk_buff *skb, struct tcf_police *p);
405 static inline void tcf_police_release(struct tcf_police *p)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/
H A Dnetsyms.c557 EXPORT_SYMBOL(tcf_police); variable

Completed in 105 milliseconds