Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dncp_fs.h141 #define NCP_PACKET_SIZE 4070 macro
/linux-4.4.14/fs/ncpfs/
Dinode.c623 #undef NCP_PACKET_SIZE in ncp_fill_super()
624 #define NCP_PACKET_SIZE 131072 in ncp_fill_super() macro
626 server->packet_size = NCP_PACKET_SIZE; in ncp_fill_super()
627 server->packet = vmalloc(NCP_PACKET_SIZE); in ncp_fill_super()
630 server->txbuf = vmalloc(NCP_PACKET_SIZE); in ncp_fill_super()
633 server->rxbuf = vmalloc(NCP_PACKET_SIZE); in ncp_fill_super()
Dioctl.c285 NCP_PACKET_SIZE - sizeof(struct ncp_request_header))) { in __ncp_ioctl()