Home
last modified time | relevance | path

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

/external/libnl/include/netlink/netfilter/
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/
Dlog_msg_obj.c40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c; in log_msg_free_data()
51 struct nfnl_log_msg *dst = (struct nfnl_log_msg *) _dst; in log_msg_clone()
52 struct nfnl_log_msg *src = (struct nfnl_log_msg *) _src; in log_msg_clone()
75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a; in log_msg_dump()
177 struct nfnl_log_msg *nfnl_log_msg_alloc(void) in nfnl_log_msg_alloc()
179 return (struct nfnl_log_msg *) nl_object_alloc(&log_msg_obj_ops); in nfnl_log_msg_alloc()
182 void nfnl_log_msg_get(struct nfnl_log_msg *msg) in nfnl_log_msg_get()
187 void nfnl_log_msg_put(struct nfnl_log_msg *msg) in nfnl_log_msg_put()
199 void nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family) in nfnl_log_msg_set_family()
205 uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_family()
[all …]
Dlog_msg.c65 int nfnlmsg_log_msg_parse(struct nlmsghdr *nlh, struct nfnl_log_msg **result) in nfnlmsg_log_msg_parse()
67 struct nfnl_log_msg *msg; in nfnlmsg_log_msg_parse()
172 struct nfnl_log_msg *msg; in log_msg_parser()
/external/libnl/include/
Dnetlink-types.h776 struct nfnl_log_msg { struct