abort_parser       47 include/net/strparser.h 	void (*abort_parser)(struct strparser *strp, int err);
abort_parser       78 net/strparser/strparser.c 	strp->cb.abort_parser(strp, err);
abort_parser      434 net/strparser/strparser.c 	strp->cb.abort_parser(strp, -ETIMEDOUT);
abort_parser      480 net/strparser/strparser.c 	strp->cb.abort_parser = cb->abort_parser ? : strp_abort_strp;