OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_type_ops
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink-private/route/
tc-api.h
86
struct
rtnl_tc_type_ops
struct
127
extern void rtnl_tc_type_register(struct
rtnl_tc_type_ops
*);
128
extern void rtnl_tc_type_unregister(struct
rtnl_tc_type_ops
*);
/external/libnl/lib/route/
tc.c
30
static struct
rtnl_tc_type_ops
*tc_type_ops[__RTNL_TC_TYPE_MAX];
798
struct
rtnl_tc_type_ops
*type_ops;
817
struct
rtnl_tc_type_ops
*type_ops;
1065
void rtnl_tc_type_register(struct
rtnl_tc_type_ops
*ops)
1073
void rtnl_tc_type_unregister(struct
rtnl_tc_type_ops
*ops)
class.c
424
static struct
rtnl_tc_type_ops
class_ops = {
cls.c
396
static struct
rtnl_tc_type_ops
cls_ops = {
qdisc.c
526
static struct
rtnl_tc_type_ops
qdisc_ops = {
act.c
531
static struct
rtnl_tc_type_ops
act_ops = {
Completed in 78 milliseconds