Re: [RFC PATCH v2 net-next 07/12] net: ipv4: listified version of ip_rcv

2018-06-27 Thread Florian Westphal
Edward Cree wrote: > Also involved adding a way to run a netfilter hook over a list of packets. > Rather than attempting to make netfilter know about lists (which would be > a major project in itself) we just let it call the regular okfn (in this > case ip_rcv_finish()) for any packets it

[RFC PATCH v2 net-next 07/12] net: ipv4: listified version of ip_rcv

2018-06-26 Thread Edward Cree
Also involved adding a way to run a netfilter hook over a list of packets. Rather than attempting to make netfilter know about lists (which would be a major project in itself) we just let it call the regular okfn (in this case ip_rcv_finish()) for any packets it steals, and have it give us back