Home
last modified time | relevance | path

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

12

/external/libnl/lib/route/cls/ematch/
Dtext.c155 if ((err = nlmsg_append(msg, &t->cfg, sizeof(t->cfg), 0)) < 0) in text_fill()
158 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()
/external/libnl/lib/route/cls/
Dematch.c562 if (nlmsg_append(msg, &match, sizeof(match), 0) < 0) in fill_ematch_sequence()
568 err = nlmsg_append(msg, e->e_data, 4, 0); in fill_ematch_sequence()
570 err = nlmsg_append(msg, e->e_data, e->e_datalen, 0); in fill_ematch_sequence()
/external/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()
/external/libnl/src/
Dnl-route-get.c70 if (nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO) < 0) in main()
/external/libnl/include/netlink/
Dmsg.h79 extern int nlmsg_append(struct nl_msg *, void *, size_t, int);
/external/libnl/lib/route/link/
Dveth.c134 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in veth_put_attrs()
/external/libnl/lib/fib_lookup/
Dlookup.c237 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
/external/libnl/lib/route/
Dclass.c217 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
Dqdisc.c297 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in rtnl_qdisc_build_delete_request()
Dact.c139 if (nlmsg_append(msg, &tcahdr, sizeof(tcahdr), NLMSG_ALIGNTO) < 0) in rtnl_act_msg_build()
Dlink.c1136 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_get_request()
1313 if (nlmsg_append(msg, hdr, sizeof(*hdr), NLMSG_ALIGNTO) < 0) in build_link_msg()
1566 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_delete_request()
Drule.c383 if (nlmsg_append(msg, &frh, sizeof(frh), NLMSG_ALIGNTO) < 0) in build_rule_msg()
Dneightbl.c473 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
Dneigh.c590 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
Dtc.c210 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in rtnl_tc_msg_build()
Daddr.c575 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0) in build_addr_msg()
Droute_obj.c1210 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg()
/external/libnl/lib/
Dnl.c560 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
Dmsg.c445 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) in nlmsg_append() function
/external/libnl/python/netlink/
Dcapi.i222 extern int nlmsg_append(struct nl_msg *, void *, size_t, int);

12