l; \
+ __##syscall_name##_nocancel:
\
+@@ -56,6 +56,8 @@
+ ENTRY (name)
\
+ .set noreorder; \
+ PSEUDO_CPLOAD
ists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>> ___
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> ______
br_handle_local_finish is called by NF_HOOK after accepting the packet.
If the return value of NF_HOOK is zero (i.e. the return value of
br_handle_local_finish), the packet is passed to the network stack. This
behavior conflicts with netfilter hooks which return NF_STOLEN/NF_QUEUE.
In this case, NF