Re: [PATCHv4 bpf-next 00/13] Add socket lookup support

2018-10-02 Thread Daniel Borkmann
On 10/02/2018 10:35 PM, Joe Stringer wrote: > This series proposes a new helper for the BPF API which allows BPF programs to > perform lookups for sockets in a network namespace. This would allow programs > to determine early on in processing whether the stack is expecting to receive > the packet,

[PATCHv4 bpf-next 00/13] Add socket lookup support

2018-10-02 Thread Joe Stringer
This series proposes a new helper for the BPF API which allows BPF programs to perform lookups for sockets in a network namespace. This would allow programs to determine early on in processing whether the stack is expecting to receive the packet, and perform some action (eg drop, forward somewhere)