예제 #1
0
파일: proc.c 프로젝트: 404992361/mi1_kernel
static int sockstat_seq_open(struct inode *inode, struct file *file)
{
	return single_open_net(inode, file, sockstat_seq_show);
}
예제 #2
0
파일: xfrm_proc.c 프로젝트: 020gzh/linux
static int xfrm_statistics_seq_open(struct inode *inode, struct file *file)
{
	return single_open_net(inode, file, xfrm_statistics_seq_show);
}