HomeSort by relevance Sort by last modified time
    Searched refs:flushp (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cache-r2.s 18 #flushp
19 flushp
cache.s 18 #flushp
19 flushp
cache-r2.d 17 0+001c <[^>]*> 10000020 flushp
cache.d 16 0+001c <[^>]*> 0000203a flushp
  /external/iproute2/ip/
ipneigh.c 40 int flushp; member in struct:__anon22160
89 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
93 filter.flushp = 0;
257 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
261 fn = (struct nlmsghdr *)(filter.flushb + NLMSG_ALIGN(filter.flushp));
266 filter.flushp = (((char *)fn) + n->nlmsg_len) - filter.flushb;
446 filter.flushp = 0;
tcp_metrics.c 74 int flushp; member in struct:__anon22185
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) {
87 f.flushp = 0;
176 if (NLMSG_ALIGN(f.flushp) + req2.n.nlmsg_len > f.flushe) {
180 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp));
183 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb;
424 f.flushp = 0;
ip_common.h 20 int flushp; member in struct:link_filter
iproute.c 118 int flushp; member in struct:__anon22170
138 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
142 filter.flushp = 0;
351 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
355 fn = (struct nlmsghdr *)(filter.flushb + NLMSG_ALIGN(filter.flushp));
360 filter.flushp = (((char *)fn) + n->nlmsg_len) - filter.flushb;
    [all...]
ipaddress.c     [all...]

Completed in 764 milliseconds