Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
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()
/linux-6.6.21/Documentation/bpf/
Ddrgn.rst139 .offload_requested = (bool)0,
/linux-6.6.21/include/linux/
Dbpf.h1413 bool offload_requested; /* Program is bound and offloaded to the netdev. */ member
2803 return aux->offload_requested; in bpf_prog_is_offloaded()