]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/net/netns/ipv4.h
[CONNECTOR]: Cleanup struct cn_callback_entry
[mirror_ubuntu-bionic-kernel.git] / include / net / netns / ipv4.h
CommitLineData
8afd351c
PE
1/*
2 * ipv4 in net namespaces
3 */
4
5#ifndef __NETNS_IPV4_H__
6#define __NETNS_IPV4_H__
752d14dc
PE
7struct ctl_table_header;
8struct ipv4_devconf;
9
8afd351c 10struct netns_ipv4 {
752d14dc
PE
11 struct ctl_table_header *forw_hdr;
12 struct ipv4_devconf *devconf_all;
13 struct ipv4_devconf *devconf_dflt;
8afd351c
PE
14};
15#endif