]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Fix bpf_skc_lookup comment wrt. return type
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 Jun 2022 15:21:21 +0000 (17:21 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 17 Jun 2022 16:36:45 +0000 (18:36 +0200)
commit03e1a5a40c7790b14ab4b48c2ad502fc1e69ad84
tree829e3abb234adf8307d4f4f52db6ad44816d9e1f
parentc6ab28a247edc9784d4f00290b6cc24c57c4693e
bpf: Fix bpf_skc_lookup comment wrt. return type

The function no longer returns 'unsigned long' as of commit 44343a49bc65
("bpf: add skc_lookup_tcp helper").

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220617152121.29617-1-tklauser@distanz.ch
net/core/filter.c