Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/phonet/
Dpn_dev.h59 extern const struct file_operations pn_sock_seq_fops;
/linux-4.4.14/net/phonet/
Dpn_dev.c323 if (!proc_create("phonet", 0, net->proc_net, &pn_sock_seq_fops)) in phonet_init_net()
Dsocket.c633 const struct file_operations pn_sock_seq_fops = { variable