Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c878 #define TOTAL_PKT_LEN_INCL_ALIGN(length) (ALIGN((length), V3_ALIGNMENT)) macro
1002 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len); in prb_fill_curr_block()
1004 pkc->nxt_offset += TOTAL_PKT_LEN_INCL_ALIGN(len); in prb_fill_curr_block()
1005 BLOCK_LEN(pbd) += TOTAL_PKT_LEN_INCL_ALIGN(len); in prb_fill_curr_block()
1050 if (curr+TOTAL_PKT_LEN_INCL_ALIGN(len) < end) { in __packet_lookup_frame_in_block()