Home
last modified time | relevance | path

Searched refs:ipth (Results 1 – 1 of 1) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_iptfs.c1221 struct ip_iptfs_hdr *ipth; in iptfs_input_ordered() local
1233 ipth = (struct ip_iptfs_hdr *)&iptcch; in iptfs_input_ordered()
1239 if (skb_copy_seq_read(&skbseq, 0, ipth, sizeof(*ipth))) { in iptfs_input_ordered()
1243 data = sizeof(*ipth); in iptfs_input_ordered()
1245 trace_iptfs_egress_recv(skb, xtfs, be16_to_cpu(ipth->block_offset)); in iptfs_input_ordered()
1248 if (ipth->subtype == IPTFS_SUBTYPE_CC) { in iptfs_input_ordered()
1250 remaining = sizeof(iptcch) - sizeof(*ipth); in iptfs_input_ordered()
1251 if (skb_copy_seq_read(&skbseq, data, ipth + 1, remaining)) { in iptfs_input_ordered()
1256 } else if (ipth->subtype != IPTFS_SUBTYPE_BASIC) { in iptfs_input_ordered()
1261 if (ipth->flags != 0) { in iptfs_input_ordered()
[all …]