bpf_progs/clatd - replace all TC_ACT_OK with TC_ACT_PIPE

This doesn't actually matter since the clatd program is always last,
however the correct return code to keep on processing any further
TC attached programs is 'TC_ACT_PIPE' and not 'TC_ACT_OK' (which
is terminal).

Test: builds, TreeHugger, see other patch in topic
Bug: 195624908
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ib8db9791f603c4045a24585fb0f95ae9c9f84da2
1 file changed