Home
last modified time | relevance | path

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

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