DEV: coccinelle: add endp_flags.cocci
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 14:30:44 +0000 (16:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit70deec767a134ca0c6440a365510d8cf557a82a7
treed24edf9e1076e974476436e3829c3f6950f07ce0
parent0cfcc4081288108016d241a470b758263ca89599
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.
dev/coccinelle/endp_flags.cocci [new file with mode: 0644]