Home
last modified time | relevance | path

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

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