Lines Matching refs:tpi
792 const struct tnl_ptk_info *tpi,
802 if ((!(tpi->flags & TUNNEL_CSUM) &&
804 ((tpi->flags & TUNNEL_CSUM) &&
812 if (!(tpi->flags & TUNNEL_SEQ) ||
814 (s32)(ntohl(tpi->seq) - tunnel->i_seqno) < 0)) {
819 tunnel->i_seqno = ntohl(tpi->seq) + 1;
822 skb->protocol = tpi->proto;
891 const struct tnl_ptk_info *tpi,
900 if (tpi->proto == htons(ETH_P_IP))
903 return __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate,
924 const struct tnl_ptk_info *tpi,
947 if (iptunnel_pull_header(skb, 0, tpi->proto, false))
954 ret = __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate,