Home
last modified time | relevance | path

Searched refs:NLMSG_ALIGNTO (Results 1 – 25 of 37) sorted by relevance

12

/external/libnl/include/netlink/
Dnetlink-kernel.h199 #define NLMSG_ALIGNTO 4
206 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
/external/kernel-headers/original/uapi/linux/
Dnetlink.h89 #define NLMSG_ALIGNTO 4U macro
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
190 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/external/iproute2/include/uapi/linux/
Dnetlink.h89 #define NLMSG_ALIGNTO 4U macro
90 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
186 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
/external/libnl/include/linux-private/linux/
Dnetlink.h75 #define NLMSG_ALIGNTO 4U macro
76 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h48 #define NLMSG_ALIGNTO 4 macro
49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
/external/libnl/src/
Dnl-route-get.c70 if (nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO) < 0) in main()
/external/libnl/lib/netfilter/
Dnfnl.c178 nfg = nlmsg_reserve(msg, sizeof(*nfg), NLMSG_ALIGNTO); in nfnlmsg_append()
/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()
Droute_obj.c1210 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg()
1265 rtnh = nlmsg_reserve(msg, sizeof(*rtnh), NLMSG_ALIGNTO); in rtnl_route_build_msg()
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()
/external/libnl/lib/route/qdisc/
Dnetem.c271 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_msg_fill_raw()
/external/libnl/lib/
Dnl.c560 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
Dmsg.c524 nlmsg_reserve(n, payload, NLMSG_ALIGNTO) == NULL) in nlmsg_put()
/external/iproute2/lib/
Dlibnetlink.c214 struct rtattr ext_req __attribute__ ((aligned(NLMSG_ALIGNTO))); in rtnl_wilddump_req_filter()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go882 NLMSG_ALIGNTO = 0x4 const
/external/libnl/doc/
Dcore.txt1203 boundries. The alignment value is defined by NLMSG_ALIGNTO and is
1206 must start at an offset which is a multiple of NLMSG_ALIGNTO.
1325 to start at a multiple of +NLMSG_ALIGNTO+. Padding at the end of the
1528 equivalent to calling +nlmsg_reserve(msg, payload, NLMSG_ALIGNTO)+.
2360 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0)

12