Searched refs:TOTAL_PKT_LEN_INCL_ALIGN (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/packet/
H A Daf_packet.c918 #define TOTAL_PKT_LEN_INCL_ALIGN(length) (ALIGN((length), V3_ALIGNMENT)) macro
1042 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len);
1044 pkc->nxt_offset += TOTAL_PKT_LEN_INCL_ALIGN(len);
1045 BLOCK_LEN(pbd) += TOTAL_PKT_LEN_INCL_ALIGN(len);
1090 if (curr+TOTAL_PKT_LEN_INCL_ALIGN(len) < end) {

Completed in 100 milliseconds