Searched refs:NLMSG_ALIGNTO (Results 1 – 21 of 21) sorted by relevance
/external/iproute2/include/linux/ |
D | netlink.h | 80 #define NLMSG_ALIGNTO 4U macro 81 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) 145 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 80 #define NLMSG_ALIGNTO 4U macro 81 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) 145 #define NL_MMAP_MSG_ALIGNMENT NLMSG_ALIGNTO
|
/external/libnl/include/linux/ |
D | netlink.h | 75 #define NLMSG_ALIGNTO 4 macro 76 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
|
/external/wpa_supplicant_8/src/drivers/ |
D | priv_netlink.h | 48 #define NLMSG_ALIGNTO 4 macro 49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
|
D | driver_nl80211.c | 8113 if (nlmsg_append(msg, (void *) data, data_len, NLMSG_ALIGNTO) < in nl80211_vendor_cmd()
|
/external/libnl/src/ |
D | nl-route-get.c | 68 nlmsg_append(m, &rmsg, sizeof(rmsg), NLMSG_ALIGNTO); in main()
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 178 nfg = nlmsg_reserve(msg, sizeof(*nfg), NLMSG_ALIGNTO); in nfnlmsg_append()
|
/external/libnl/lib/route/ |
D | class.c | 178 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_class_build_delete_request()
|
D | qdisc.c | 332 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) { in rtnl_qdisc_build_delete_request()
|
D | tc.c | 340 if (nlmsg_append(msg, &tchdr, sizeof(tchdr), NLMSG_ALIGNTO) < 0) in tca_build_msg()
|
D | route_obj.c | 1104 if (nlmsg_append(msg, &rtmsg, sizeof(rtmsg), NLMSG_ALIGNTO) < 0) in rtnl_route_build_msg() 1149 rtnh = nlmsg_reserve(msg, sizeof(*rtnh), NLMSG_ALIGNTO); in rtnl_route_build_msg()
|
D | neigh.c | 519 if (nlmsg_append(msg, &nhdr, sizeof(nhdr), NLMSG_ALIGNTO) < 0) in build_neigh_msg()
|
D | rule.c | 419 if (nlmsg_append(msg, &rtm, sizeof(rtm), NLMSG_ALIGNTO) < 0) in build_rule_msg()
|
D | neightbl.c | 461 if (nlmsg_append(m, &ndt, sizeof(ndt), NLMSG_ALIGNTO) < 0) in rtnl_neightbl_build_change_request()
|
D | addr.c | 584 if (nlmsg_append(msg, &am, sizeof(am), NLMSG_ALIGNTO) < 0) in build_addr_msg()
|
D | link.c | 880 if (nlmsg_append(msg, &ifi, sizeof(ifi), NLMSG_ALIGNTO) < 0) in rtnl_link_build_change_request()
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 237 if (nlmsg_append(msg, &fr, sizeof(fr), NLMSG_ALIGNTO) < 0) in flnl_lookup_build_request()
|
/external/libnl/lib/ |
D | nl.c | 360 err = nlmsg_append(msg, buf, size, NLMSG_ALIGNTO); in nl_send_simple()
|
D | msg.c | 629 nlmsg_reserve(n, payload, NLMSG_ALIGNTO) == NULL) in nlmsg_put()
|
/external/libnl/lib/route/sch/ |
D | netem.c | 294 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_build_msg()
|
/external/iproute2/lib/ |
D | libnetlink.c | 113 struct rtattr ext_req __attribute__ ((aligned(NLMSG_ALIGNTO))); in rtnl_wilddump_req_filter()
|