libnl 3.7.0

Functions

struct rtnl_cls * nl_cli_cls_alloc (void)
 
struct nl_cache * nl_cli_cls_alloc_cache (struct nl_sock *sock, int ifindex, uint32_t parent)
 
void nl_cli_cls_parse_proto (struct rtnl_cls *cls, char *arg)
 
struct rtnl_ematch_tree * nl_cli_cls_parse_ematch (struct rtnl_cls *cls, char *arg)
 

Detailed Description

Function Documentation

◆ nl_cli_cls_alloc()

struct rtnl_cls * nl_cli_cls_alloc ( void  )

Definition at line 16 of file cls.c.

◆ nl_cli_cls_alloc_cache()

struct nl_cache * nl_cli_cls_alloc_cache ( struct nl_sock *  sock,
int  ifindex,
uint32_t  parent 
)

Definition at line 26 of file cls.c.

◆ nl_cli_cls_parse_proto()

void nl_cli_cls_parse_proto ( struct rtnl_cls *  cls,
char *  arg 
)

Definition at line 39 of file cls.c.

◆ nl_cli_cls_parse_ematch()

struct rtnl_ematch_tree * nl_cli_cls_parse_ematch ( struct rtnl_cls *  cls,
char *  arg 
)

Definition at line 49 of file cls.c.