[NET]: Make core networking code use seq_open_private
This concerns the ipv4 and ipv6 code mostly, but also the netlink and unix sockets. The netlink code is an example of how to use the __seq_open_private() call - it saves the net namespace on this private. Signed-off-by:Pavel Emelyanov <xemul@openvz.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/ipv4/arp.c 2 additions, 18 deletionsnet/ipv4/arp.c
- net/ipv4/fib_hash.c 2 additions, 18 deletionsnet/ipv4/fib_hash.c
- net/ipv4/fib_trie.c 4 additions, 38 deletionsnet/ipv4/fib_trie.c
- net/ipv4/igmp.c 4 additions, 34 deletionsnet/ipv4/igmp.c
- net/ipv4/ipmr.c 4 additions, 39 deletionsnet/ipv4/ipmr.c
- net/ipv4/ipvs/ip_vs_ctl.c 2 additions, 18 deletionsnet/ipv4/ipvs/ip_vs_ctl.c
- net/ipv4/raw.c 2 additions, 18 deletionsnet/ipv4/raw.c
- net/ipv4/route.c 2 additions, 17 deletionsnet/ipv4/route.c
- net/ipv6/addrconf.c 2 additions, 18 deletionsnet/ipv6/addrconf.c
- net/ipv6/anycast.c 2 additions, 18 deletionsnet/ipv6/anycast.c
- net/ipv6/ip6_flowlabel.c 2 additions, 18 deletionsnet/ipv6/ip6_flowlabel.c
- net/ipv6/mcast.c 4 additions, 36 deletionsnet/ipv6/mcast.c
- net/ipv6/raw.c 2 additions, 15 deletionsnet/ipv6/raw.c
- net/netlink/af_netlink.c 2 additions, 11 deletionsnet/netlink/af_netlink.c
- net/unix/af_unix.c 1 addition, 19 deletionsnet/unix/af_unix.c
Loading
Please register or sign in to comment