Cong Wang wrote:
> On Mon, Mar 29, 2021 at 11:23 PM John Fastabend
> wrote:
> >
> > Cong Wang wrote:
> > > On Mon, Mar 29, 2021 at 1:54 PM John Fastabend
> > > wrote:
> > > >
> > > > Cong Wang wrote:
> > > > > From: Cong Wang
> > > > >
> > > > > This is similar to tcp_read_sock(), except we do
On Mon, Mar 29, 2021 at 11:23 PM John Fastabend
wrote:
>
> Cong Wang wrote:
> > On Mon, Mar 29, 2021 at 1:54 PM John Fastabend
> > wrote:
> > >
> > > Cong Wang wrote:
> > > > From: Cong Wang
> > > >
> > > > This is similar to tcp_read_sock(), except we do not need
> > > > to worry about connect
Cong Wang wrote:
> On Mon, Mar 29, 2021 at 1:54 PM John Fastabend
> wrote:
> >
> > Cong Wang wrote:
> > > From: Cong Wang
> > >
> > > This is similar to tcp_read_sock(), except we do not need
> > > to worry about connections, we just need to retrieve skb
> > > from UDP receive queue.
> > >
> > >
On Mon, Mar 29, 2021 at 1:54 PM John Fastabend wrote:
>
> Cong Wang wrote:
> > From: Cong Wang
> >
> > This is similar to tcp_read_sock(), except we do not need
> > to worry about connections, we just need to retrieve skb
> > from UDP receive queue.
> >
> > Note, the return value of ->read_sock()
Cong Wang wrote:
> From: Cong Wang
>
> This is similar to tcp_read_sock(), except we do not need
> to worry about connections, we just need to retrieve skb
> from UDP receive queue.
>
> Note, the return value of ->read_sock() is unused in
> sk_psock_verdict_data_ready().
>
> Cc: John Fastabend
From: Cong Wang
This is similar to tcp_read_sock(), except we do not need
to worry about connections, we just need to retrieve skb
from UDP receive queue.
Note, the return value of ->read_sock() is unused in
sk_psock_verdict_data_ready().
Cc: John Fastabend
Cc: Daniel Borkmann
Cc: Jakub Sitni