Searched refs:raw_seq_open (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | raw.h | 55 int raw_seq_open(struct inode *ino, struct file *file,
|
/linux-4.4.14/net/ipv4/ |
D | raw.c | 1056 int raw_seq_open(struct inode *ino, struct file *file, in raw_seq_open() function 1070 EXPORT_SYMBOL_GPL(raw_seq_open); 1074 return raw_seq_open(inode, file, &raw_v4_hashinfo, &raw_seq_ops); in raw_v4_seq_open()
|
/linux-4.4.14/net/ipv6/ |
D | raw.c | 1260 return raw_seq_open(inode, file, &raw_v6_hashinfo, &raw6_seq_ops); in raw6_seq_open()
|