Home
last modified time | relevance | path

Searched refs:BPF_H_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_tailcall.c47 return BPF_H_DEFAULT; in __section_tail()
63 return BPF_H_DEFAULT; in __section_tail()
77 return BPF_H_DEFAULT; in __section_tail()
96 return BPF_H_DEFAULT; in cls_entry()
Dbpf_shared.c32 return BPF_H_DEFAULT; in emain()
45 return BPF_H_DEFAULT; in imain()
Dbpf_graft.c64 return BPF_H_DEFAULT; in cls_entry()
/external/iproute2/include/
Dbpf_api.h145 #ifndef BPF_H_DEFAULT
146 # define BPF_H_DEFAULT -1 macro