Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1686 bool dev_bound; /* Program is bound to the netdev. */ member
3443 return aux->dev_bound; in bpf_prog_is_dev_bound()
/linux/kernel/bpf/
H A Dsyscall.c3001 prog->aux->dev_bound = !!attr->prog_ifindex; in bpf_prog_load()