/* * Copyright (c) 2015 Cumulus Networks, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #ifndef _NET_MPLS_IPTUNNEL_H #define _NET_MPLS_IPTUNNEL_H 1 #define MAX_NEW_LABELS 2 struct mpls_iptunnel_encap { u32 label[MAX_NEW_LABELS]; u8 labels; }; static inline struct mpls_iptunnel_encap *mpls_lwtunnel_encap(struct lwtunnel_state *lwtstate) { return (struct mpls_iptunnel_encap *)lwtstate->data; } #endif form method='get'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-08 11:24:47 +0900
committerMichal Marek <mmarek@suse.com>2016-04-20 10:48:19 +0200
commit23d43848708afd7aa9a2c8516a3f269a3e71be4f (patch)
treebd03a56fb5afb4cac624c8f2a800f75d9b981b76
parent1c44b28dfe527d70a6451ffb7ee091221be82168 (diff)
kbuild: rename cmd_cc_i_c to cmd_cpp_i_c
This command just preprocesses .c files into .i files, so cmd_cpp_i_c seems more suitable. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat