HomeSort by relevance Sort by last modified time
    Searched full:stbuff (Results 1 - 1 of 1) sorted by null

  /external/iproute2/tc/
tc_bpf.c 798 struct stat stbuff; local
833 ret = fstat(ffd, &stbuff);
840 size = sendfile(ofd, ffd, NULL, stbuff.st_size);
841 if (size != stbuff.st_size) {
843 size, stbuff.st_size, strerror(errno));
    [all...]

Completed in 570 milliseconds