#include <netlink-types.h>

Data Fields | |
| uint16_t | e_id |
| uint16_t | e_kind |
| uint16_t | e_flags |
| struct nl_list_head | e_childs |
| struct nl_list_head | e_list |
| struct rtnl_ematch_ops * | e_ops |
| char | e_data [0] |
| struct nl_list_head rtnl_ematch::e_childs |
Referenced by rtnl_ematch_add_child(), and rtnl_ematch_alloc().
| char rtnl_ematch::e_data[0] |
Referenced by rtnl_ematch_data().
| uint16_t rtnl_ematch::e_flags |
Referenced by rtnl_ematch_get_flags(), rtnl_ematch_parse(), rtnl_ematch_set_flags(), and rtnl_ematch_unset_flags().
| uint16_t rtnl_ematch::e_id |
Referenced by rtnl_ematch_parse().
| uint16_t rtnl_ematch::e_kind |
Referenced by rtnl_ematch_alloc(), and rtnl_ematch_parse().
| struct nl_list_head rtnl_ematch::e_list |
Referenced by rtnl_ematch_add_child(), rtnl_ematch_alloc(), rtnl_ematch_tree_add_tail(), and rtnl_ematch_unlink().
| struct rtnl_ematch_ops* rtnl_ematch::e_ops |
Referenced by rtnl_ematch_alloc().