OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_ops
(Results
1 - 25
of
27
) sorted by null
1
2
/external/libnl/include/netlink/cli/
tc.h
17
struct
rtnl_tc_ops
;
32
struct
rtnl_tc_ops
* tm_ops;
37
extern struct nl_cli_tc_module *nl_cli_tc_lookup(struct
rtnl_tc_ops
*);
/external/libnl/include/netlink-private/route/
tc-api.h
30
struct
rtnl_tc_ops
struct
119
struct
rtnl_tc_ops
*);
121
extern struct
rtnl_tc_ops
* rtnl_tc_lookup_ops(enum rtnl_tc_type,
123
extern struct
rtnl_tc_ops
* rtnl_tc_get_ops(struct rtnl_tc *);
124
extern int rtnl_tc_register(struct
rtnl_tc_ops
*);
125
extern void rtnl_tc_unregister(struct
rtnl_tc_ops
*);
/external/libnl/lib/route/qdisc/
blackhole.c
22
static struct
rtnl_tc_ops
blackhole_ops = {
ingress.c
45
static struct
rtnl_tc_ops
ingress_ops = {
fifo.c
139
static struct
rtnl_tc_ops
pfifo_ops = {
148
static struct
rtnl_tc_ops
bfifo_ops = {
plug.c
160
static struct
rtnl_tc_ops
plug_ops = {
htb.c
269
static struct
rtnl_tc_ops
htb_qdisc_ops;
270
static struct
rtnl_tc_ops
htb_class_ops;
610
static struct
rtnl_tc_ops
htb_qdisc_ops = {
619
static struct
rtnl_tc_ops
htb_class_ops = {
cbq.c
168
static struct
rtnl_tc_ops
cbq_qdisc_ops = {
180
static struct
rtnl_tc_ops
cbq_class_ops = {
dsmark.c
380
static struct
rtnl_tc_ops
dsmark_qdisc_ops = {
392
static struct
rtnl_tc_ops
dsmark_class_ops = {
prio.c
258
static struct
rtnl_tc_ops
prio_ops = {
270
static struct
rtnl_tc_ops
pfifo_fast_ops = {
red.c
167
static struct
rtnl_tc_ops
red_ops = {
sfq.c
234
static struct
rtnl_tc_ops
sfq_ops = {
fq_codel.c
358
static struct
rtnl_tc_ops
fq_codel_ops = {
tbf.c
438
static struct
rtnl_tc_ops
tbf_tc_ops = {
/external/libnl/src/lib/
tc.c
97
static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct
rtnl_tc_ops
*ops)
108
struct nl_cli_tc_module *nl_cli_tc_lookup(struct
rtnl_tc_ops
*ops)
142
struct
rtnl_tc_ops
*ops;
/external/libnl/src/
nl-qdisc-add.c
59
struct
rtnl_tc_ops
*ops;
nl-class-add.c
62
struct
rtnl_tc_ops
*ops;
nl-cls-add.c
62
struct
rtnl_tc_ops
*ops;
/external/libnl/lib/route/
tc.c
64
struct
rtnl_tc_ops
*ops;
197
struct
rtnl_tc_ops
*ops;
736
struct
rtnl_tc_ops
*ops;
755
struct
rtnl_tc_ops
*ops;
799
struct
rtnl_tc_ops
*ops;
935
struct
rtnl_tc_ops
*rtnl_tc_lookup_ops(enum rtnl_tc_type type, const char *kind)
937
struct
rtnl_tc_ops
*ops;
946
struct
rtnl_tc_ops
*rtnl_tc_get_ops(struct rtnl_tc *tc)
958
int rtnl_tc_register(struct
rtnl_tc_ops
*ops)
992
void rtnl_tc_unregister(struct
rtnl_tc_ops
*ops
[
all
...]
act.c
71
struct
rtnl_tc_ops
*ops;
388
struct
rtnl_tc_ops
*ops;
/external/libnl/lib/route/cls/
cgroup.c
165
static struct
rtnl_tc_ops
cgroup_ops = {
fw.c
195
static struct
rtnl_tc_ops
fw_ops = {
basic.c
260
static struct
rtnl_tc_ops
basic_ops = {
/external/libnl/lib/route/act/
mirred.c
217
static struct
rtnl_tc_ops
mirred_ops = {
/external/libnl/include/netlink-private/
types.h
487
struct
rtnl_tc_ops
* pre ##_ops; \
Completed in 201 milliseconds
1
2