Home
last modified time | relevance | path

Searched refs:nlmsg_append (Results 1 – 25 of 34) sorted by relevance

12

/third_party/libnl/lib/route/cls/ematch/
Dtext.c157 if ((err = nlmsg_append(msg, &t->cfg, sizeof(t->cfg), 0)) < 0) in text_fill()
160 return nlmsg_append(msg, t->pattern, t->cfg.pattern_len, 0); in text_fill()
Dcontainer.c32 return nlmsg_append(msg, e->e_data, sizeof(uint32_t), 0); in container_fill()
/third_party/libnl/lib/route/qdisc/
Dplug.c81 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in plug_msg_fill()
Dfifo.c92 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in fifo_msg_fill()
Dred.c118 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_msg_fill()
Dsfq.c100 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in sfq_msg_fill()
Dprio.c115 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in prio_msg_fill()
Dhfsc.c142 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in hfsc_qdisc_msg_fill()
Dmqprio.c138 nlmsg_append(msg, &qopt, sizeof(qopt), NL_DONTPAD); in mqprio_msg_fill()
/third_party/libnl/src/
Dnl-route-get.c72 if (nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO) < 0) in main()
/third_party/libnl/lib/route/cls/
Dematch.c620 if (nlmsg_append(msg, &match, sizeof(match), 0) < 0) in fill_ematch_sequence()
626 err = nlmsg_append(msg, e->e_data, 4, 0); in fill_ematch_sequence()
628 err = nlmsg_append(msg, e->e_data, e->e_datalen, 0); in fill_ematch_sequence()
/third_party/libnl/include/netlink/
Dmsg.h81 extern int nlmsg_append(struct nl_msg *, void *, size_t, int);
/third_party/libnl/lib/route/link/
Dveth.c135 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in veth_put_attrs()
/third_party/libnl/
Dlibnl-3.sym290 nlmsg_append;
/third_party/libnl/lib/fib_lookup/
Dlookup.c239 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
/third_party/libnl/lib/route/
Dclass.c218 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
Dqdisc.c298 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in rtnl_qdisc_build_delete_request()
Dneigh.c472 if (nlmsg_append(msg, &hdr, sizeof(hdr), NLMSG_ALIGNTO) < 0) in neigh_request_update()
716 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
Dact.c150 if (nlmsg_append(msg, &tcahdr, sizeof(tcahdr), NLMSG_ALIGNTO) < 0) in rtnl_act_msg_build()
Dlink.c815 if (nlmsg_append(msg, &hdr, sizeof(hdr), NLMSG_ALIGNTO) < 0) in link_request_update()
1390 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) { in rtnl_link_build_get_request()
1592 if (nlmsg_append(msg, hdr, sizeof(*hdr), NLMSG_ALIGNTO) < 0) in build_link_msg()
1869 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_delete_request()
Dneightbl.c474 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
/third_party/libnl/lib/xfrm/
Dae.c396 if (nlmsg_append(msg, &ae_id, sizeof(ae_id), NLMSG_ALIGNTO) < 0) in build_xfrm_ae_message()
616 if (nlmsg_append(msg, &ae_id, sizeof(ae_id), NLMSG_ALIGNTO) < 0) in xfrmnl_ae_build_get_request()
Dsp.c713 if (nlmsg_append(msg, &spid, sizeof(spid), NLMSG_ALIGNTO) < 0) in xfrmnl_sp_build_get_request()
829 if (nlmsg_append(msg, &sp_info, sizeof(sp_info), NLMSG_ALIGNTO) < 0) in build_xfrm_sp_message()
994 if (nlmsg_append(msg, &spid, sizeof(spid), NLMSG_ALIGNTO) < 0) in build_xfrm_sp_delete_message()
/third_party/libnl/lib/
Dmsg.c449 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) in nlmsg_append() function
Dnl.c592 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()

12