Searched refs:tnl_ptk_info (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.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 | 363 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
|
/kernel/linux/linux-5.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,
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6_tunnel.c | 825 const struct tnl_ptk_info *tpi, in __ip6_tnl_rcv() 913 const struct tnl_ptk_info *tpi, in ip6_tnl_rcv() 930 static const struct tnl_ptk_info tpi_v6 = { 935 static const struct tnl_ptk_info tpi_v4 = { 940 static const struct tnl_ptk_info tpi_mpls = { 946 const struct tnl_ptk_info *tpi, in ipxip6_rcv()
|
D | ip6_gre.c | 428 struct tnl_ptk_info tpi; in ip6gre_err() 493 static int ip6gre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) in ip6gre_rcv() 527 struct tnl_ptk_info *tpi, in ip6erspan_rcv() 602 struct tnl_ptk_info tpi; in gre_rcv()
|
D | sit.c | 738 static const struct tnl_ptk_info ipip_tpi = { 744 static const struct tnl_ptk_info mplsip_tpi = { 762 const struct tnl_ptk_info *tpi; in sit_tunnel_rcv()
|