Home
last modified time | relevance | path

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

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