Home
last modified time | relevance | path

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

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