OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_msg
(Results
26 - 50
of
79
) sorted by null
1
2
3
4
/external/libnl/include/netlink/genl/
genl.h
28
extern void * genlmsg_put(struct
nl_msg
*, uint32_t, uint32_t,
/external/libnl/lib/netfilter/
nfnl.c
36
* struct
nl_msg
*msg;
174
static int nfnlmsg_append(struct
nl_msg
*msg, uint8_t family, uint16_t res_id)
200
struct
nl_msg
*nfnlmsg_alloc_simple(uint8_t subsys_id, uint8_t type, int flags,
203
struct
nl_msg
*msg;
230
int nfnlmsg_put(struct
nl_msg
*msg, uint32_t pid, uint32_t seq,
queue_msg.c
165
struct
nl_msg
*nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *msg)
167
struct
nl_msg
*nlmsg;
202
struct
nl_msg
*nlmsg;
228
struct
nl_msg
*nlmsg;
ct.c
383
static int nfnl_ct_build_tuple(struct
nl_msg
*msg, const struct nfnl_ct *ct,
451
struct
nl_msg
**result)
453
struct
nl_msg
*msg;
473
struct
nl_msg
**result)
480
struct
nl_msg
*msg;
495
struct
nl_msg
**result)
502
struct
nl_msg
*msg;
517
struct
nl_msg
**result)
524
struct
nl_msg
*msg;
/external/libnl/lib/route/
qdisc.c
148
struct
nl_msg
**result)
159
struct
nl_msg
*opts;
202
struct
nl_msg
**result)
225
struct
nl_msg
*msg;
261
struct
nl_msg
**result)
281
struct
nl_msg
*msg;
315
struct
nl_msg
**result)
317
struct
nl_msg
*msg;
354
struct
nl_msg
*msg;
cls.c
84
struct
nl_msg
**result)
101
struct
nl_msg
*opts;
143
struct
nl_msg
**result)
162
struct
nl_msg
*msg;
190
struct
nl_msg
**result)
209
struct
nl_msg
*msg;
237
struct
nl_msg
**result)
257
struct
nl_msg
*msg;
/external/libnl/include/netlink/route/
addr.h
34
struct
nl_msg
**);
38
struct
nl_msg
**);
rule.h
35
struct
nl_msg
**);
38
struct
nl_msg
**);
route.h
55
extern int rtnl_route_build_msg(struct
nl_msg
*, struct rtnl_route *);
58
struct
nl_msg
**);
61
struct
nl_msg
**);
neightbl.h
36
struct
nl_msg
**);
link.h
67
struct
nl_msg
**);
/external/libnl/src/
nl-route-get.c
33
static int cb(struct
nl_msg
*msg, void *arg)
61
struct
nl_msg
*m;
/external/libnl/include/netlink/netfilter/
ct.h
42
struct
nl_msg
**);
46
struct
nl_msg
**);
50
struct
nl_msg
**);
queue_msg.h
93
extern struct
nl_msg
* nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *);
/external/android-clat/
netlink_callbacks.c
30
static int ack_handler(__attribute__((unused)) struct
nl_msg
*msg, void *data) {
setif.c
43
struct
nl_msg
*msg = NULL;
104
struct
nl_msg
*msg = NULL;
/external/libnl/tests/
test-genl.c
6
struct
nl_msg
*msg;
/external/libnl/lib/
nl.c
32
* struct
nl_msg
*msg = my_msg_builder();
205
int nl_sendmsg(struct nl_sock *sk, struct
nl_msg
*msg, struct msghdr *hdr)
235
int nl_send_iovec(struct nl_sock *sk, struct
nl_msg
*msg, struct iovec *iov, unsigned iovlen)
281
int nl_send(struct nl_sock *sk, struct
nl_msg
*msg)
291
void nl_auto_complete(struct nl_sock *sk, struct
nl_msg
*msg)
323
int nl_send_auto_complete(struct nl_sock *sk, struct
nl_msg
*msg)
353
struct
nl_msg
*msg;
512
struct
nl_msg
*msg = NULL;
721
static int ack_wait_handler(struct
nl_msg
*msg, void *arg)
/external/libnl/lib/route/sch/
fifo.c
102
static struct
nl_msg
*fifo_get_opts(struct rtnl_qdisc *qdisc)
106
struct
nl_msg
*msg;
dsmark.c
175
static struct
nl_msg
*dsmark_qdisc_get_opts(struct rtnl_qdisc *qdisc)
178
struct
nl_msg
*msg;
204
static struct
nl_msg
*dsmark_class_get_opts(struct rtnl_class *class)
207
struct
nl_msg
*msg;
red.c
119
static struct
nl_msg
*red_get_opts(struct rtnl_qdisc *qdisc)
122
struct
nl_msg
*msg;
sfq.c
108
static struct
nl_msg
*sfq_get_opts(struct rtnl_qdisc *qdisc)
112
struct
nl_msg
*msg;
/external/libnl/include/
netlink-tc.h
53
extern int tca_build_msg(struct rtnl_tca *, int, int, struct
nl_msg
**);
/external/nfacct/
nfacct.c
142
static int message_received(struct
nl_msg
*msg, void *arg)
156
static int valid_input(struct
nl_msg
*msg, void *arg)
185
struct
nl_msg
*msg;
252
struct
nl_msg
*msg;
327
struct
nl_msg
*msg;
395
struct
nl_msg
*msg;
490
struct
nl_msg
*msg;
/external/libnl/include/netlink/
cache.h
54
struct
nl_msg
*);
Completed in 3043 milliseconds
1
2
3
4