Searched refs:tnl_ptk_info (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/net/ |
D | gre.h | 27 int (*handler)(struct sk_buff *skb, const struct tnl_ptk_info *tpi); 29 const struct tnl_ptk_info *tpi); 36 void gre_build_header(struct sk_buff *skb, const struct tnl_ptk_info *tpi,
|
D | ip_tunnels.h | 105 struct tnl_ptk_info { struct 166 const struct tnl_ptk_info *tpi, bool log_ecn_error);
|
/linux-4.1.27/net/ipv4/ |
D | gre_demux.c | 64 void gre_build_header(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in gre_build_header() 98 static int parse_gre_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, in parse_gre_header() 164 struct tnl_ptk_info tpi; in gre_cisco_rcv() 219 struct tnl_ptk_info tpi; in gre_cisco_err()
|
D | ip_gre.c | 125 const struct tnl_ptk_info *tpi) in ipgre_err() 203 static int ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) in ipgre_rcv() 232 struct tnl_ptk_info tpi; in __gre_xmit()
|
D | ipip.c | 181 static const struct tnl_ptk_info tpi = {
|
D | ip_tunnel.c | 422 const struct tnl_ptk_info *tpi, bool log_ecn_error) in ip_tunnel_rcv()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-gre.c | 69 struct tnl_ptk_info tpi; in __build_header() 98 const struct tnl_ptk_info *tpi) in gre_rcv() 120 const struct tnl_ptk_info *tpi) in gre_err()
|
/linux-4.1.27/net/ipv6/ |
D | sit.c | 723 static const struct tnl_ptk_info tpi = {
|