Home
last modified time | relevance | path

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

/external/libnl/src/
Dnl-route-get.c67 m = nlmsg_alloc_simple(RTM_GETROUTE, 0); in main()
/external/libnl/include/netlink/
Dmsg.h73 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/external/libnl/lib/netfilter/
Dnfnl.c205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags); in nfnlmsg_alloc_simple()
/external/libnl/lib/route/
Droute.c109 if (!(msg = nlmsg_alloc_simple(cmd, flags))) in build_route_msg()
Dclass.c170 msg = nlmsg_alloc_simple(RTM_DELTCLASS, 0); in rtnl_class_build_delete_request()
Dqdisc.c324 msg = nlmsg_alloc_simple(RTM_DELQDISC, 0); in rtnl_qdisc_build_delete_request()
Dtc.c336 msg = nlmsg_alloc_simple(type, flags); in tca_build_msg()
Dneigh.c515 msg = nlmsg_alloc_simple(cmd, flags); in build_neigh_msg()
Dneightbl.c457 m = nlmsg_alloc_simple(RTM_SETNEIGHTBL, 0); in rtnl_neightbl_build_change_request()
Drule.c415 msg = nlmsg_alloc_simple(cmd, flags); in build_rule_msg()
Daddr.c580 msg = nlmsg_alloc_simple(cmd, flags); in build_addr_msg()
Dlink.c876 msg = nlmsg_alloc_simple(RTM_SETLINK, flags); in rtnl_link_build_change_request()
/external/libnl/lib/fib_lookup/
Dlookup.c233 msg = nlmsg_alloc_simple(0, flags); in flnl_lookup_build_request()
/external/libnl/lib/
Dnl.c355 msg = nlmsg_alloc_simple(type, flags); in nl_send_simple()
Dmsg.c451 struct nl_msg *nlmsg_alloc_simple(int nlmsgtype, int flags) in nlmsg_alloc_simple() function