Home
last modified time | relevance | path

Searched refs:offload_requested (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Doffload.c252 prog->aux->offload_requested = !(attr->prog_flags & BPF_F_XDP_DEV_BOUND_ONLY); in bpf_prog_dev_bound_init()
274 new_prog->aux->offload_requested = old_prog->aux->offload_requested; in bpf_prog_dev_bound_inherit()
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst139 .offload_requested = (bool)0,
/openbmc/linux/include/linux/
H A Dbpf.h1427 bool offload_requested; /* Program is bound and offloaded to the netdev. */ member
2831 return aux->offload_requested; in bpf_prog_is_offloaded()