Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_iptfs.c1210 struct ip_iptfs_hdr *ipth; in iptfs_input_ordered() local
1222 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 in iptfs_input_ordered()
[all...]