libnl 3.11.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 18 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 28 of file cls.c.

◆ nl_cli_cls_parse_proto()

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

Definition at line 41 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 51 of file cls.c.