Searched refs:nfnl_log_msg (Results 1 - 4 of 4) sorted by relevance

/external/libnl/include/netlink/netfilter/
H A Dlog_msg.h25 struct nfnl_log_msg;
30 extern struct nfnl_log_msg *nfnl_log_msg_alloc(void);
32 struct nfnl_log_msg **);
34 extern void nfnl_log_msg_get(struct nfnl_log_msg *);
35 extern void nfnl_log_msg_put(struct nfnl_log_msg *);
37 extern void nfnl_log_msg_set_family(struct nfnl_log_msg *, uint8_t);
38 extern uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *);
40 extern void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *, uint16_t);
41 extern int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *);
42 extern uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *);
[all...]
/external/libnl/lib/netfilter/
H A Dlog_msg_obj.c40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c;
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst;
52 struct nfnl_log_msg *src = (struct nfnl_log_msg *) _src;
75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a;
177 struct nfnl_log_msg *nfnl_log_msg_alloc(void)
179 return (struct nfnl_log_msg *) nl_object_allo
[all...]
H A Dlog_msg.c65 int nfnlmsg_log_msg_parse(struct nlmsghdr *nlh, struct nfnl_log_msg **result)
67 struct nfnl_log_msg *msg;
172 struct nfnl_log_msg *msg;
/external/libnl/include/
H A Dnetlink-types.h776 struct nfnl_log_msg { struct

Completed in 110 milliseconds