tp_frame_size 273 include/uapi/linux/if_packet.h unsigned int tp_frame_size; /* Size of frame */ tp_frame_size 280 include/uapi/linux/if_packet.h unsigned int tp_frame_size; /* Size of frame */ tp_frame_size 4340 net/packet/af_packet.c if (unlikely(req->tp_frame_size < min_frame_size)) tp_frame_size 4342 net/packet/af_packet.c if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1))) tp_frame_size 4345 net/packet/af_packet.c rb->frames_per_block = req->tp_block_size / req->tp_frame_size; tp_frame_size 4415 net/packet/af_packet.c rb->frame_size = req->tp_frame_size; tp_frame_size 180 tools/testing/selftests/net/psock_fanout.c .tp_frame_size = getpagesize(), tp_frame_size 363 tools/testing/selftests/net/psock_tpacket.c return f0 + (n * ring->req3.tp_frame_size); tp_frame_size 633 tools/testing/selftests/net/psock_tpacket.c ring->req.tp_frame_size = TPACKET_ALIGNMENT << 7; tp_frame_size 637 tools/testing/selftests/net/psock_tpacket.c ring->req.tp_frame_size * tp_frame_size 643 tools/testing/selftests/net/psock_tpacket.c ring->flen = ring->req.tp_frame_size; tp_frame_size 654 tools/testing/selftests/net/psock_tpacket.c ring->req3.tp_frame_size = TPACKET_ALIGNMENT << 7; tp_frame_size 658 tools/testing/selftests/net/psock_tpacket.c ring->req3.tp_frame_size * tp_frame_size 107 tools/testing/selftests/net/txring_overwrite.c req.tp_frame_size = getpagesize();