diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-06-30 10:26:18 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-07-05 11:51:30 +0200 |
commit | 2064a132c0de3426d5ba43023200994e0c77e652 (patch) | |
tree | c6514f108386fd60ce0450ac34c5ae767036e6e6 /samples | |
parent | b0d93b44641a83c28014ca38001e85bf6dc8501e (diff) | |
download | linux-2064a132c0de3426d5ba43023200994e0c77e652.tar.gz |
bpf: Omit superfluous address family check in __bpf_skc_lookup
family is only set to either AF_INET or AF_INET6 based on len. In all
other cases we return early. Thus the check against AF_UNSPEC can be
omitted.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220630082618.15649-1-tklauser@distanz.ch
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions