libnl 3.7.0

Functions

int nfnlmsg_log_msg_parse (struct nlmsghdr *nlh, struct nfnl_log_msg **result)
 

Log Commands

int nfnl_log_build_pf_bind (uint8_t pf, struct nl_msg **result)
 
int nfnl_log_pf_bind (struct nl_sock *nlh, uint8_t pf)
 
int nfnl_log_build_pf_unbind (uint8_t pf, struct nl_msg **result)
 
int nfnl_log_pf_unbind (struct nl_sock *nlh, uint8_t pf)
 
int nfnl_log_build_create_request (const struct nfnl_log *log, struct nl_msg **result)
 
int nfnl_log_create (struct nl_sock *nlh, const struct nfnl_log *log)
 
int nfnl_log_build_change_request (const struct nfnl_log *log, struct nl_msg **result)
 
int nfnl_log_change (struct nl_sock *nlh, const struct nfnl_log *log)
 
int nfnl_log_build_delete_request (const struct nfnl_log *log, struct nl_msg **result)
 
int nfnl_log_delete (struct nl_sock *nlh, const struct nfnl_log *log)
 

Detailed Description

Function Documentation

◆ nfnl_log_build_pf_bind()

int nfnl_log_build_pf_bind ( uint8_t  pf,
struct nl_msg **  result 
)

Definition at line 63 of file log.c.

◆ nfnl_log_pf_bind()

int nfnl_log_pf_bind ( struct nl_sock *  nlh,
uint8_t  pf 
)

Definition at line 68 of file log.c.

◆ nfnl_log_build_pf_unbind()

int nfnl_log_build_pf_unbind ( uint8_t  pf,
struct nl_msg **  result 
)

Definition at line 79 of file log.c.

◆ nfnl_log_pf_unbind()

int nfnl_log_pf_unbind ( struct nl_sock *  nlh,
uint8_t  pf 
)

Definition at line 84 of file log.c.

◆ nfnl_log_build_create_request()

int nfnl_log_build_create_request ( const struct nfnl_log *  log,
struct nl_msg **  result 
)

Definition at line 160 of file log.c.

◆ nfnl_log_create()

int nfnl_log_create ( struct nl_sock *  nlh,
const struct nfnl_log *  log 
)

Definition at line 181 of file log.c.

◆ nfnl_log_build_change_request()

int nfnl_log_build_change_request ( const struct nfnl_log *  log,
struct nl_msg **  result 
)

Definition at line 192 of file log.c.

◆ nfnl_log_change()

int nfnl_log_change ( struct nl_sock *  nlh,
const struct nfnl_log *  log 
)

Definition at line 198 of file log.c.

◆ nfnl_log_build_delete_request()

int nfnl_log_build_delete_request ( const struct nfnl_log *  log,
struct nl_msg **  result 
)

Definition at line 209 of file log.c.

◆ nfnl_log_delete()

int nfnl_log_delete ( struct nl_sock *  nlh,
const struct nfnl_log *  log 
)

Definition at line 219 of file log.c.

◆ nfnlmsg_log_msg_parse()

int nfnlmsg_log_msg_parse ( struct nlmsghdr *  nlh,
struct nfnl_log_msg **  result 
)

Definition at line 81 of file log_msg.c.