Home
last modified time | relevance | path

Searched refs:fs_op (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-rx.c806 int fs_op; in fs_print() local
821 fs_op = EXTRACT_32BITS(bp + sizeof(struct rx_header)); in fs_print()
823 printf(" fs call %s", tok2str(fs_req, "op#%d", fs_op)); in fs_print()
836 switch (fs_op) { in fs_print()