Searched refs:tnl_ptk_info (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A 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()
|
A D | gre_demux.c | 62 int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi, in gre_parse_header()
|
A D | ip_gre.c | 122 const struct tnl_ptk_info *tpi) in ipgre_err() 233 struct tnl_ptk_info tpi; in gre_err() 262 static int erspan_rcv(struct sk_buff *skb, struct tnl_ptk_info *tpi, in erspan_rcv() 351 static int __ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in __ipgre_rcv() 399 static int ipgre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi, in ipgre_rcv() 424 struct tnl_ptk_info tpi; in gre_rcv()
|
A D | ip_tunnel.c | 363 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
|
/linux-6.3-rc2/include/net/ |
A D | gre.h | 37 int gre_parse_header(struct sk_buff *skb, struct tnl_ptk_info *tpi,
|
A D | ip6_tunnel.h | 141 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
A D | ip_tunnels.h | 151 struct tnl_ptk_info { struct 297 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_tunnel.c | 792 const struct tnl_ptk_info *tpi, in __ip6_tnl_rcv() 876 const struct tnl_ptk_info *tpi, in ip6_tnl_rcv() 893 static const struct tnl_ptk_info tpi_v6 = { 898 static const struct tnl_ptk_info tpi_v4 = { 903 static const struct tnl_ptk_info tpi_mpls = { 909 const struct tnl_ptk_info *tpi, in ipxip6_rcv()
|
A D | ip6_gre.c | 423 struct tnl_ptk_info tpi; in ip6gre_err() 488 static int ip6gre_rcv(struct sk_buff *skb, const struct tnl_ptk_info *tpi) in ip6gre_rcv() 522 struct tnl_ptk_info *tpi, in ip6erspan_rcv() 597 struct tnl_ptk_info tpi; in gre_rcv()
|
A D | sit.c | 737 static const struct tnl_ptk_info ipip_tpi = { 743 static const struct tnl_ptk_info mplsip_tpi = { 761 const struct tnl_ptk_info *tpi; in sit_tunnel_rcv()
|
Completed in 22 milliseconds