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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dact_api.h38 struct tcf_police { struct
51 container_of(pc, struct tcf_police, common)
127 extern int tcf_police(struct sk_buff *skb, struct tcf_police *p);
128 extern void tcf_police_destroy(struct tcf_police *p);
129 extern struct tcf_police * tcf_police_locate(struct rtattr *rta, struct rtattr *est);
130 extern int tcf_police_dump(struct sk_buff *skb, struct tcf_police *p);
131 extern int tcf_police_dump_stats(struct sk_buff *skb, struct tcf_police *p);
134 tcf_police_release(struct tcf_police *p, int bind)
H A Dpkt_cls.h69 struct tcf_police *police;
134 return tcf_police(skb, exts->police);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_police.c111 void tcf_police_destroy(struct tcf_police *p)
144 struct tcf_police *police;
264 struct tcf_police *p = a->priv;
274 struct tcf_police *police = a->priv;
330 struct tcf_police *police = a->priv;
426 struct tcf_police *tcf_police_locate(struct rtattr *rta, struct rtattr *est)
429 struct tcf_police *police;
520 int tcf_police(struct sk_buff *skb, struct tcf_police *police) function
571 EXPORT_SYMBOL(tcf_police); variable
[all...]
H A Dcls_api.c507 struct tcf_police *p;
540 struct tcf_police *p;

Completed in 105 milliseconds