Home
last modified time | relevance | path

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

/third_party/libnl/src/
Dnl-route-get.c69 m = nlmsg_alloc_simple(RTM_GETROUTE, 0); in main()
/third_party/libnl/include/netlink/
Dmsg.h76 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/third_party/libnl/lib/netfilter/
Dnfnl.c209 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags); in nfnlmsg_alloc_simple()
/third_party/libnl/lib/route/
Droute.c115 if (!(msg = nlmsg_alloc_simple(cmd, flags))) in build_route_msg()
Dclass.c207 if (!(msg = nlmsg_alloc_simple(RTM_DELTCLASS, 0))) in rtnl_class_build_delete_request()
Dqdisc.c286 if (!(msg = nlmsg_alloc_simple(RTM_DELQDISC, 0))) in rtnl_qdisc_build_delete_request()
Dneigh.c467 msg = nlmsg_alloc_simple(RTM_GETNEIGH, NLM_F_REQUEST | NLM_F_DUMP); in neigh_request_update()
712 msg = nlmsg_alloc_simple(cmd, flags); in build_neigh_msg()
Dact.c146 msg = nlmsg_alloc_simple(type, flags); in rtnl_act_msg_build()
Dlink.c810 msg = nlmsg_alloc_simple(RTM_GETLINK, NLM_F_DUMP); in link_request_update()
1384 if (!(msg = nlmsg_alloc_simple(RTM_GETLINK, 0))) in rtnl_link_build_get_request()
1588 msg = nlmsg_alloc_simple(cmd, flags); in build_link_msg()
1866 if (!(msg = nlmsg_alloc_simple(RTM_DELLINK, 0))) in rtnl_link_build_delete_request()
Dneightbl.c470 m = nlmsg_alloc_simple(RTM_SETNEIGHTBL, 0); in rtnl_neightbl_build_change_request()
Dtc.c214 msg = nlmsg_alloc_simple(type, flags); in rtnl_tc_msg_build()
Drule.c445 msg = nlmsg_alloc_simple(cmd, flags); in build_rule_msg()
Daddr.c643 msg = nlmsg_alloc_simple(cmd, flags); in build_addr_msg()
/third_party/libnl/
Dlibnl-3.sym288 nlmsg_alloc_simple;
/third_party/libnl/lib/fib_lookup/
Dlookup.c235 msg = nlmsg_alloc_simple(0, flags); in flnl_lookup_build_request()
/third_party/libnl/lib/xfrm/
Dae.c392 msg = nlmsg_alloc_simple(cmd, flags); in build_xfrm_ae_message()
613 if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETAE, 0))) in xfrmnl_ae_build_get_request()
Dsp.c710 if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETPOLICY, 0))) in xfrmnl_sp_build_get_request()
825 msg = nlmsg_alloc_simple(cmd, flags); in build_xfrm_sp_message()
990 msg = nlmsg_alloc_simple(cmd, flags); in build_xfrm_sp_delete_message()
Dsa.c1046 if (!(msg = nlmsg_alloc_simple(XFRM_MSG_GETSA, 0))) in xfrmnl_sa_build_get_request()
1167 msg = nlmsg_alloc_simple(cmd, flags); in build_xfrm_sa_message()
1345 msg = nlmsg_alloc_simple(cmd, flags); in build_xfrm_sa_delete_message()
/third_party/libnl/lib/
Dmsg.c348 struct nl_msg *nlmsg_alloc_simple(int nlmsgtype, int flags) in nlmsg_alloc_simple() function
Dnl.c587 msg = nlmsg_alloc_simple(type, flags); in nl_send_simple()
/third_party/libnl/python/netlink/
Dcapi.i222 extern struct nl_msg * nlmsg_alloc_simple(int, int);
/third_party/libnl/doc/
Dcore.txt1488 Alternatively nlmsg_alloc_simple() takes a netlink message type and
1497 struct nl_msg *nlmsg_alloc_simple(int nlmsg_type, int flags);
1503 added unless one of the function nlmsg_alloc_simple() or nlmsg_inherit()
2356 if (!(msg = nlmsg_alloc_simple(RTM_SETLINK, 0)))