OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnlmsg_alloc_simple
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink/netfilter/
nfnl.h
35
extern struct nl_msg *
nfnlmsg_alloc_simple
(uint8_t, uint8_t, int,
/external/libnl/lib/netfilter/
log.c
40
msg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_ULOG, NFULNL_MSG_CONFIG, 0,
109
msg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_ULOG, NFULNL_MSG_CONFIG, 0,
queue.c
60
msg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_QUEUE, NFQNL_MSG_CONFIG, 0,
119
msg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_QUEUE, NFQNL_MSG_CONFIG, 0,
nfnl.c
200
struct nl_msg *
nfnlmsg_alloc_simple
(uint8_t subsys_id, uint8_t type, int flags,
function
queue_msg.c
170
nlmsg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_QUEUE, NFQNL_MSG_VERDICT, 0,
ct.c
456
msg =
nfnlmsg_alloc_simple
(NFNL_SUBSYS_CTNETLINK, cmd, flags,
Completed in 421 milliseconds