netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
qdisc.h File Reference
Include dependency graph for qdisc.h:
This graph shows which files directly or indirectly include this file:

Macros

#define nl_cli_qdisc_alloc_cache(sk)
 

Functions

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

Macro Definition Documentation

#define nl_cli_qdisc_alloc_cache (   sk)
Value:
nl_cli_alloc_cache((sk), "queueing disciplines", \
int rtnl_qdisc_alloc_cache(struct nl_sock *, struct nl_cache **)
Build a qdisc cache including all qdiscs currently configured in the kernel.
Definition: qdisc.c:386
struct nl_cache * nl_cli_alloc_cache(struct nl_sock *, const char *, int(*ac)(struct nl_sock *, struct nl_cache **))
Definition: utils.c:132

Referenced by main().