Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_iptfs.c1224 struct ip_iptfs_hdr *ipth; in iptfs_input_ordered() local
1236 ipth = (struct ip_iptfs_hdr *)&iptcch; in iptfs_input_ordered()
1242 if (skb_copy_seq_read(&skbseq, 0, ipth, sizeof(*ipth))) { in iptfs_input_ordered()
1246 data = sizeof(*ipth); in iptfs_input_ordered()
1248 trace_iptfs_egress_recv(skb, xtfs, be16_to_cpu(ipth->block_offset)); in iptfs_input_ordered()
1251 if (ipth->subtype == IPTFS_SUBTYPE_CC) { in iptfs_input_ordered()
1253 remaining = sizeof(iptcch) - sizeof(*ipth); in iptfs_input_ordered()
1254 if (skb_copy_seq_read(&skbseq, data, ipth + 1, remaining)) { in iptfs_input_ordered()
1259 } else if (ipth->subtype != IPTFS_SUBTYPE_BASIC) { in iptfs_input_ordered()
1264 if (ipth->flags != 0) { in iptfs_input_ordered()
[all …]