• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/

Lines Matching refs:max_packet_size

475 	size_t max_packet_size;
553 s->max_packet_size = (1 /* Tag 70 identifier */
559 (*packet_size) = s->max_packet_size;
562 if (s->max_packet_size > (*remaining_bytes)) {
564 "[%zd] available\n", __func__, s->max_packet_size,
762 size_t max_packet_size;
789 * @max_packet_size: The maximum legal size of the packet to be parsed
798 char *data, size_t max_packet_size)
814 if (max_packet_size < (1 + 1 + ECRYPTFS_SIG_SIZE + 1 + 1)) {
815 printk(KERN_WARNING "%s: max_packet_size is [%zd]; it must be "
816 "at least [%d]\n", __func__, max_packet_size,
847 > max_packet_size) {
848 printk(KERN_WARNING "%s: max_packet_size is [%zd]; real packet "
849 "size is [%zd]\n", __func__, max_packet_size,
1115 * @max_packet_size: The maximum allowable packet size
1123 size_t *packet_size, size_t max_packet_size)
1145 if (unlikely(max_packet_size < 12)) {
1180 if (unlikely((*packet_size) + body_size > max_packet_size)) {
1247 * @max_packet_size: maximum number of bytes to parse
1255 size_t *packet_size, size_t max_packet_size)
1280 if (max_packet_size < (ECRYPTFS_SALT_SIZE + 7)) {
1314 if (unlikely((*packet_size) + body_size > max_packet_size)) {
1421 * @max_packet_size: maximum number of bytes to parse
1428 size_t *packet_size, size_t max_packet_size)
1450 if (max_packet_size < 16) {
1473 if (unlikely((*packet_size) + body_size + 1 > max_packet_size)) {
1698 size_t max_packet_size = ((PAGE_CACHE_SIZE - 8) - i);
1705 &packet_size, max_packet_size);
1718 max_packet_size);
1749 &packet_size, max_packet_size);
1934 size_t max_packet_size;
1966 max_packet_size = (1 /* Tag 1 identifier */
1972 if (max_packet_size > (*remaining_bytes)) {
1975 "available\n", max_packet_size, (*remaining_bytes));
1981 (max_packet_size - 4),
2019 size_t max_packet_size;
2025 max_packet_size = (1 /* Tag 11 identifier */
2032 if (max_packet_size > (*remaining_bytes)) {
2035 "available\n", max_packet_size, (*remaining_bytes));
2041 (max_packet_size - 4),
2091 size_t max_packet_size;
2215 max_packet_size = (1 /* Tag 3 identifier */
2224 if (max_packet_size > (*remaining_bytes)) {
2226 "there are only [%td] available\n", max_packet_size,
2235 (max_packet_size - 4),