Searched refs:ipth (Results 1 – 1 of 1) sorted by relevance
1210 struct ip_iptfs_hdr *ipth; in iptfs_input_ordered() local1222 ipth = (struct ip_iptfs_hdr *)&iptcch; in iptfs_input_ordered()1228 if (skb_copy_seq_read(&skbseq, 0, ipth, sizeof(*ipth))) { in iptfs_input_ordered()1232 data = sizeof(*ipth); in iptfs_input_ordered()1234 trace_iptfs_egress_recv(skb, xtfs, be16_to_cpu(ipth->block_offset)); in iptfs_input_ordered()1237 if (ipth->subtype == IPTFS_SUBTYPE_CC) { in iptfs_input_ordered()1239 remaining = sizeof(iptcch) - sizeof(*ipth); in iptfs_input_ordered()1240 if (skb_copy_seq_read(&skbseq, data, ipth + 1, remaining)) { in iptfs_input_ordered()1245 } else if (ipth->subtype != IPTFS_SUBTYPE_BASIC) { in iptfs_input_ordered()1250 if (ipth->flags != 0) { in iptfs_input_ordered()[all …]