/* * mpls in net namespaces */ #ifndef __NETNS_MPLS_H__ #define __NETNS_MPLS_H__ struct mpls_route; struct ctl_table_header; struct netns_mpls { size_t platform_labels; struct mpls_route __rcu * __rcu *platform_label; struct ctl_table_header *ctl; }; #endif /* __NETNS_MPLS_H__ */ emove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-02-06ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing1-2/+8
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-02-05ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+21
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2-32/+7
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1