Home
last modified time | relevance | path

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

/Linux-v4.19/net/packet/
Daf_packet.c185 #define BLOCK_O2PRIV(x) ((x)->offset_to_priv) macro
186 #define BLOCK_PRIV(x) ((void *)((char *)(x) + BLOCK_O2PRIV(x)))
838 BLOCK_O2PRIV(pbd1) = BLK_HDR_LEN; in prb_open_block()