netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Verdict helpers

Functions

void nfq_nlmsg_verdict_put (struct nlmsghdr *nlh, int id, int verdict)
 
 EXPORT_SYMBOL (nfq_nlmsg_verdict_put)
 
void nfq_nlmsg_verdict_put_mark (struct nlmsghdr *nlh, uint32_t mark)
 
 EXPORT_SYMBOL (nfq_nlmsg_verdict_put_mark)
 
void nfq_nlmsg_verdict_put_pkt (struct nlmsghdr *nlh, const void *pkt, uint32_t plen)
 
 EXPORT_SYMBOL (nfq_nlmsg_verdict_put_pkt)
 

Detailed Description

Function Documentation

EXPORT_SYMBOL ( nfq_nlmsg_verdict_put  )
EXPORT_SYMBOL ( nfq_nlmsg_verdict_put_mark  )
EXPORT_SYMBOL ( nfq_nlmsg_verdict_put_pkt  )
void nfq_nlmsg_verdict_put ( struct nlmsghdr nlh,
int  id,
int  verdict 
)

References mnl_attr_put(), NFQA_VERDICT_HDR, and nfqnl_msg_verdict_hdr::verdict.

Here is the call graph for this function:

void nfq_nlmsg_verdict_put_mark ( struct nlmsghdr nlh,
uint32_t  mark 
)

References mnl_attr_put_u32(), and NFQA_MARK.

Here is the call graph for this function:

void nfq_nlmsg_verdict_put_pkt ( struct nlmsghdr nlh,
const void *  pkt,
uint32_t  plen 
)

References mnl_attr_put(), and NFQA_PAYLOAD.

Here is the call graph for this function: