Home
last modified time | relevance | path

Searched refs:arp_seq_fops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/atm/
Dclip.c870 static const struct file_operations arp_seq_fops = { variable
893 p = proc_create("arp", S_IRUGO, atm_proc_root, &arp_seq_fops); in atm_clip_init()
/linux-4.1.27/net/ipv4/
Darp.c1337 static const struct file_operations arp_seq_fops = { variable
1348 if (!proc_create("arp", S_IRUGO, net->proc_net, &arp_seq_fops)) in arp_net_init()