Searched refs:nlmsg_alloc_simple (Results 1 - 15 of 15) sorted by relevance

/external/libnl/src/
H A Dnl-route-get.c67 m = nlmsg_alloc_simple(RTM_GETROUTE, 0);
/external/libnl/include/netlink/
H A Dmsg.h73 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/external/libnl/lib/netfilter/
H A Dnfnl.c205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags);
/external/libnl/lib/route/
H A Droute.c109 if (!(msg = nlmsg_alloc_simple(cmd, flags)))
H A Dclass.c170 msg = nlmsg_alloc_simple(RTM_DELTCLASS, 0);
H A Dqdisc.c324 msg = nlmsg_alloc_simple(RTM_DELQDISC, 0);
H A Dtc.c336 msg = nlmsg_alloc_simple(type, flags);
H A Dneigh.c515 msg = nlmsg_alloc_simple(cmd, flags);
H A Dneightbl.c457 m = nlmsg_alloc_simple(RTM_SETNEIGHTBL, 0);
H A Drule.c415 msg = nlmsg_alloc_simple(cmd, flags);
H A Daddr.c580 msg = nlmsg_alloc_simple(cmd, flags);
H A Dlink.c876 msg = nlmsg_alloc_simple(RTM_SETLINK, flags);
/external/libnl/lib/fib_lookup/
H A Dlookup.c233 msg = nlmsg_alloc_simple(0, flags);
/external/libnl/lib/
H A Dnl.c355 msg = nlmsg_alloc_simple(type, flags);
H A Dmsg.c109 * struct nl_msg *msg = nlmsg_alloc_simple(MY_TYPE, MY_FLAGS);
451 struct nl_msg *nlmsg_alloc_simple(int nlmsgtype, int flags) function

Completed in 538 milliseconds