netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Queueing Disciplines
Collaboration diagram for Queueing Disciplines:

Functions

struct rtnl_qdiscnl_cli_qdisc_alloc (void)
 
void nl_cli_qdisc_parse_dev (struct rtnl_qdisc *qdisc, struct nl_cache *link_cache, char *arg)
 
void nl_cli_qdisc_parse_parent (struct rtnl_qdisc *qdisc, char *arg)
 
void nl_cli_qdisc_parse_handle (struct rtnl_qdisc *qdisc, char *arg)
 
void nl_cli_qdisc_parse_kind (struct rtnl_qdisc *qdisc, char *arg)
 

Detailed Description

Function Documentation

struct rtnl_qdisc* nl_cli_qdisc_alloc ( void  )

References nl_cli_fatal(), and rtnl_qdisc_alloc().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_qdisc_parse_dev ( struct rtnl_qdisc qdisc,
struct nl_cache link_cache,
char *  arg 
)

References nl_cli_fatal(), rtnl_link_name2i(), and rtnl_qdisc_set_ifindex().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_qdisc_parse_handle ( struct rtnl_qdisc qdisc,
char *  arg 
)

References nl_cli_fatal(), nl_geterror(), rtnl_qdisc_set_handle(), and rtnl_tc_str2handle().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_qdisc_parse_kind ( struct rtnl_qdisc qdisc,
char *  arg 
)

References rtnl_qdisc_set_kind().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_qdisc_parse_parent ( struct rtnl_qdisc qdisc,
char *  arg 
)

References nl_cli_fatal(), nl_geterror(), rtnl_qdisc_set_parent(), and rtnl_tc_str2handle().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: