Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Doffload.c281 new_prog->aux->dev_bound = old_prog->aux->dev_bound; in bpf_prog_dev_bound_inherit()
H A Dsyscall.c2896 prog->aux->dev_bound = !!attr->prog_ifindex; in bpf_prog_load()
/linux-6.15/include/linux/
H A Dbpf.h1547 bool dev_bound; /* Program is bound to the netdev. */ member
3132 return aux->dev_bound; in bpf_prog_is_dev_bound()