commit | 70deec767a134ca0c6440a365510d8cf557a82a7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 16:30:44 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | d24edf9e1076e974476436e3829c3f6950f07ce0 | |
parent | 0cfcc4081288108016d241a470b758263ca89599 [diff] |
DEV: coccinelle: add endp_flags.cocci This one turns the various forms of "endp->flags <op> value" to their se_fl_<op>(cs) equivalent. That's basically the same as the previous one except that it acts on the stream endpoint itself instead of the conn_stream.