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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
cache.s 18 #flushp
19 flushp
cache.d 16 0+001c <[^>]*> 0000203a flushp
  /external/iproute2/ip/
ipneigh.c 40 int flushp; member in struct:__anon20575
87 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
91 filter.flushp = 0;
256 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
265 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
433 filter.flushp = 0;
tcp_metrics.c 74 int flushp; member in struct:__anon20598
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) {
87 f.flushp = 0;
179 if (NLMSG_ALIGN(f.flushp) + req2.n.nlmsg_len > f.flushe) {
183 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp));
186 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb;
434 f.flushp = 0;
ipaddress.c 58 int flushp; member in struct:__anon20568
915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) &&
920 filter.flushp = 0;
1007 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
    [all...]
iproute.c 112 int flushp; member in struct:__anon20585
132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
136 filter.flushp = 0;
343 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
    [all...]

Completed in 233 milliseconds