Searched refs:tnl_ptk_info (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/net/ipv4/ |
D | ipip.c | 200 static const struct tnl_ptk_info ipip_tpi = { 206 static const struct tnl_ptk_info mplsip_tpi = { 224 const struct tnl_ptk_info *tpi; in ipip_tunnel_rcv()
|
D | gre_demux.c | 62 int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, in gre_parse_header()
|
D | ip_gre.c | 120 const struct tnl_ptk_info *tpi) in ipgre_err() 231 struct tnl_ptk_info tpi; in gre_err() 260 static int erspan_rcv(struct sk_buff *skb, struct tnl_ptk_info *tpi, in erspan_rcv() 349 static int __ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in __ipgre_rcv() 394 static int ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in ipgre_rcv() 419 struct tnl_ptk_info tpi; in gre_rcv()
|
D | ip_tunnel.c | 360 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
|
/Linux-v5.10/include/net/ |
D | gre.h | 37 int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi,
|
D | ip6_tunnel.h | 140 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
D | ip_tunnels.h | 147 struct tnl_ptk_info { struct 285 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
/Linux-v5.10/net/ipv6/ |
D | ip6_tunnel.c | 826 const struct tnl_ptk_info *tpi, in __ip6_tnl_rcv() 914 const struct tnl_ptk_info *tpi, in ip6_tnl_rcv() 931 static const struct tnl_ptk_info tpi_v6 = { 936 static const struct tnl_ptk_info tpi_v4 = { 941 static const struct tnl_ptk_info tpi_mpls = { 947 const struct tnl_ptk_info *tpi, in ipxip6_rcv()
|
D | ip6_gre.c | 429 struct tnl_ptk_info tpi; in ip6gre_err() 494 static int ip6gre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) in ip6gre_rcv() 528 struct tnl_ptk_info *tpi, in ip6erspan_rcv() 603 struct tnl_ptk_info tpi; in gre_rcv()
|
D | sit.c | 742 static const struct tnl_ptk_info ipip_tpi = { 748 static const struct tnl_ptk_info mplsip_tpi = { 766 const struct tnl_ptk_info *tpi; in sit_tunnel_rcv()
|