Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netbpfload/
Dloader.cpp500 enum bpf_prog_type ptype = getSectionType(name); in readCodeSections() local
502 if (ptype == BPF_PROG_TYPE_UNSPEC) continue; in readCodeSections()
512 cs_temp.type = ptype; in readCodeSections()