Home
last modified time | relevance | path

Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/net/
Dpkt_cls.h42 struct tcf_proto_ops struct
44 struct tcf_proto_ops *next; argument
45 char kind[IFNAMSIZ];
47 int (*classify)(struct sk_buff*, struct tcf_proto*, struct tcf_result *);
48 int (*init)(struct tcf_proto*);
49 void (*destroy)(struct tcf_proto*);
51 unsigned long (*get)(struct tcf_proto*, u32 handle);
52 void (*put)(struct tcf_proto*, unsigned long);
53 int (*change)(struct tcf_proto*, unsigned long, u32 handle, struct rtattr **, unsigned long *);
54 int (*delete)(struct tcf_proto*, unsigned long);
[all …]