|
libnl 1.1.4
|
Variables | |
| struct nl_object_ops | cls_obj_ops |
Allocation/Freeing | |
| struct rtnl_cls * | rtnl_cls_alloc (void) |
| void | rtnl_cls_put (struct rtnl_cls *cls) |
Attributes | |
| void | rtnl_cls_set_ifindex (struct rtnl_cls *f, int ifindex) |
| void | rtnl_cls_set_handle (struct rtnl_cls *f, uint32_t handle) |
| void | rtnl_cls_set_parent (struct rtnl_cls *f, uint32_t parent) |
| void | rtnl_cls_set_kind (struct rtnl_cls *f, const char *kind) |
| void | rtnl_cls_set_prio (struct rtnl_cls *cls, int prio) |
| int | rtnl_cls_get_prio (struct rtnl_cls *cls) |
| void | rtnl_cls_set_protocol (struct rtnl_cls *cls, int protocol) |
| int | rtnl_cls_get_protocol (struct rtnl_cls *cls) |
| struct rtnl_cls * rtnl_cls_alloc | ( | void | ) |
Definition at line 122 of file cls_obj.c.
| void rtnl_cls_put | ( | struct rtnl_cls * | cls | ) |
Definition at line 127 of file cls_obj.c.
| void rtnl_cls_set_ifindex | ( | struct rtnl_cls * | f, |
| int | ifindex | ||
| ) |
| void rtnl_cls_set_handle | ( | struct rtnl_cls * | f, |
| uint32_t | handle | ||
| ) |
| void rtnl_cls_set_parent | ( | struct rtnl_cls * | f, |
| uint32_t | parent | ||
| ) |
| void rtnl_cls_set_kind | ( | struct rtnl_cls * | f, |
| const char * | kind | ||
| ) |
| void rtnl_cls_set_prio | ( | struct rtnl_cls * | cls, |
| int | prio | ||
| ) |
| int rtnl_cls_get_prio | ( | struct rtnl_cls * | cls | ) |
| void rtnl_cls_set_protocol | ( | struct rtnl_cls * | cls, |
| int | protocol | ||
| ) |
| int rtnl_cls_get_protocol | ( | struct rtnl_cls * | cls | ) |
| struct nl_object_ops cls_obj_ops |