Home
last modified time | relevance | path

Searched hist:"089 b19a9204fc090793d389a265f54124eacb05d" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/net/
H A Dflow_dissector.hdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
H A Dsch_generic.hdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
/openbmc/linux/net/bpf/
H A Dtest_run.cdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
/openbmc/linux/net/core/
H A Dflow_dissector.cdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
H A Dfilter.cdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
/openbmc/linux/include/linux/
H A Dskbuff.hdiff 089b19a9204fc090793d389a265f54124eacb05d Mon Apr 22 10:55:44 CDT 2019 Stanislav Fomichev <sdf@google.com> flow_dissector: switch kernel context to struct bpf_flow_dissector

struct bpf_flow_dissector has a small subset of sk_buff fields that
flow dissector BPF program is allowed to access and an optional
pointer to real skb. Real skb is used only in bpf_skb_load_bytes
helper to read non-linear data.

The real motivation for this is to be able to call flow dissector
from eth_get_headlen context where we don't have an skb and need
to dissect raw bytes.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>