Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Doffload.c280 new_prog->aux->dev_bound = old_prog->aux->dev_bound; in bpf_prog_dev_bound_inherit()
Dsyscall.c2771 prog->aux->dev_bound = !!attr->prog_ifindex; in bpf_prog_load()
/linux-6.12.1/include/linux/
Dbpf.h1485 bool dev_bound; /* Program is bound to the netdev. */ member
3025 return aux->dev_bound; in bpf_prog_is_dev_bound()