Searched refs:max_packet_size (Results 51 - 57 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Decryptfs_kernel.h774 char *data, size_t max_packet_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.c1486 if(skb->len < SMC_HEADER_SIZE || skb->len > tp->max_packet_size) return (-1);
1653 if(tp->max_packet_size < 256)
1654 tp->max_packet_size = 256;
1657 if(tp->max_packet_size > NON_MAC_TX_BUFFER_MEMORY)
1658 tp->max_packet_size = NON_MAC_TX_BUFFER_MEMORY;
1662 / tp->max_packet_size) - 1;
2983 tp->max_packet_size = 4177;
H A Dsmctr.h1006 __u16 max_packet_size; member in struct:net_local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpproto.c2692 s->max_packet_size = rt->stream->max_packet_size;
H A Dmovenc.c1320 avio_wb32(pb, track->max_packet_size); /* Max packet size */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp1747 size_t max_packet_size = UTP_GetPacketSize((sockaddr*)&sa); local
1748 return min(mtu - header_size, max_packet_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.c913 avio_wb32(pb, track->max_packet_size); /* Max packet size */

Completed in 429 milliseconds

123