Home
last modified time | relevance | path

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

/linux-4.4.14/net/netlink/
Daf_netlink.c586 unsigned int pg_vec_pos, frame_off; in __netlink_lookup_frame() local
588 pg_vec_pos = pos / ring->frames_per_block; in __netlink_lookup_frame()
591 return ring->pg_vec[pg_vec_pos] + (frame_off * ring->frame_size); in __netlink_lookup_frame()
/linux-4.4.14/net/packet/
Daf_packet.c496 unsigned int pg_vec_pos, frame_offset; in packet_lookup_frame() local
499 pg_vec_pos = position / rb->frames_per_block; in packet_lookup_frame()
502 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()