Searched refs:strparser (Results 1 – 5 of 5) sorted by relevance
40 struct strparser;49 void (*abort_parser)(struct strparser *strp, int err);50 void (*lock)(struct strparser *strp);51 void (*unlock)(struct strparser *strp);91 struct strparser { struct110 static inline void strp_pause(struct strparser *strp) in strp_pause() argument116 void strp_unpause(struct strparser *strp);160 void strp_done(struct strparser *strp);161 void strp_stop(struct strparser *strp);162 void strp_check_rcv(struct strparser *strp);[all …]
22 struct strparser strp;
91 struct strparser strp;
2669 struct strparser;2670 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
93 struct strparser strp;
Completed in 30 milliseconds