Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c3496 static struct block *gen_snap(orgcode, ptype) in gen_snap() argument
3498 bpf_u_int32 ptype;
3508 snapblock[6] = (ptype >> 8); /* upper 8 bits of protocol type */
3509 snapblock[7] = (ptype >> 0); /* lower 8 bits of protocol type */