HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_ALIGN (Results 201 - 203 of 203) sorted by null

1 2 3 4 5 6 7 89

  /external/iproute2/ip/
iproute.c 315 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
618 len -= NLMSG_ALIGN(nh->rtnh_len);
    [all...]
ipaddress.c 567 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
    [all...]
  /external/iproute2/misc/
ss.c     [all...]

Completed in 53 milliseconds

1 2 3 4 5 6 7 89