h4                 33 arch/arm/crypto/ghash-ce-glue.c 	u64	h4[2];
h4                183 arch/arm/crypto/ghash-ce-glue.c 	ghash_reflect(key->h4, &h);
h4                 37 arch/arm64/crypto/ghash-ce-glue.c 	u64			h4[2];
h4                243 arch/arm64/crypto/ghash-ce-glue.c 	ghash_reflect(key->h4, &h);
h4                 97 crypto/poly1305_generic.c 	u32 h0, h1, h2, h3, h4;
h4                118 crypto/poly1305_generic.c 	h4 = state->h[4];
h4                126 crypto/poly1305_generic.c 		h4 += (get_unaligned_le32(src + 12) >> 8) | hibit;
h4                130 crypto/poly1305_generic.c 		     mlt(h3, s2) + mlt(h4, s1);
h4                132 crypto/poly1305_generic.c 		     mlt(h3, s3) + mlt(h4, s2);
h4                134 crypto/poly1305_generic.c 		     mlt(h3, s4) + mlt(h4, s3);
h4                136 crypto/poly1305_generic.c 		     mlt(h3, r0) + mlt(h4, s4);
h4                138 crypto/poly1305_generic.c 		     mlt(h3, r1) + mlt(h4, r0);
h4                145 crypto/poly1305_generic.c 		h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff);
h4                155 crypto/poly1305_generic.c 	state->h[4] = h4;
h4                218 crypto/poly1305_generic.c 	u32 h0, h1, h2, h3, h4;
h4                227 crypto/poly1305_generic.c 	h4 = state->h[4];
h4                231 crypto/poly1305_generic.c 	h4 += (h3 >> 26);     h3 = h3 & 0x3ffffff;
h4                232 crypto/poly1305_generic.c 	h0 += (h4 >> 26) * 5; h4 = h4 & 0x3ffffff;
h4                240 crypto/poly1305_generic.c 	g4 = h4 + (g3 >> 26) - (1 << 26); g3 &= 0x3ffffff;
h4                254 crypto/poly1305_generic.c 	h4 = (h4 & mask) | g4;
h4                260 crypto/poly1305_generic.c 	put_unaligned_le32((h3 >> 18) | (h4 <<  8), dst + 12);
h4                 43 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4;
h4                 47 drivers/bluetooth/hci_h4.c 	h4 = kzalloc(sizeof(*h4), GFP_KERNEL);
h4                 48 drivers/bluetooth/hci_h4.c 	if (!h4)
h4                 51 drivers/bluetooth/hci_h4.c 	skb_queue_head_init(&h4->txq);
h4                 53 drivers/bluetooth/hci_h4.c 	hu->priv = h4;
h4                 60 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4 = hu->priv;
h4                 64 drivers/bluetooth/hci_h4.c 	skb_queue_purge(&h4->txq);
h4                 72 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4 = hu->priv;
h4                 78 drivers/bluetooth/hci_h4.c 	skb_queue_purge(&h4->txq);
h4                 80 drivers/bluetooth/hci_h4.c 	kfree_skb(h4->rx_skb);
h4                 83 drivers/bluetooth/hci_h4.c 	kfree(h4);
h4                 91 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4 = hu->priv;
h4                 97 drivers/bluetooth/hci_h4.c 	skb_queue_tail(&h4->txq, skb);
h4                111 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4 = hu->priv;
h4                116 drivers/bluetooth/hci_h4.c 	h4->rx_skb = h4_recv_buf(hu->hdev, h4->rx_skb, data, count,
h4                118 drivers/bluetooth/hci_h4.c 	if (IS_ERR(h4->rx_skb)) {
h4                119 drivers/bluetooth/hci_h4.c 		int err = PTR_ERR(h4->rx_skb);
h4                121 drivers/bluetooth/hci_h4.c 		h4->rx_skb = NULL;
h4                130 drivers/bluetooth/hci_h4.c 	struct h4_struct *h4 = hu->priv;
h4                131 drivers/bluetooth/hci_h4.c 	return skb_dequeue(&h4->txq);
h4                 16 include/linux/errqueue.h 		struct inet_skb_parm	h4;
h4               1124 include/net/sctp/structs.h 		struct inet_skb_parm	h4;
h4                863 include/net/tcp.h 			struct inet_skb_parm	h4;
h4                939 include/net/tcp.h 	if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags))
h4                940 include/net/tcp.h 		return TCP_SKB_CB(skb)->header.h4.iif;
h4               2053 include/net/tcp.h 	const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
h4                 40 include/net/udp.h 		struct inet_skb_parm	h4;
h4                591 include/net/xfrm.h 		struct inet_skb_parm h4;
h4               4519 net/core/skbuff.c 	serr->header.h4.iif = skb->dev ? skb->dev->ifindex : 0;
h4                351 net/dccp/dccp.h 		struct inet_skb_parm	h4;
h4                 37 net/ipv4/inet_fragment.c 		struct inet_skb_parm	h4;
h4                285 net/ipv4/syncookies.c 	struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
h4                782 net/ipv4/tcp_ipv4.c 			      skb, &TCP_SKB_CB(skb)->header.h4.opt,
h4                878 net/ipv4/tcp_ipv4.c 			      skb, &TCP_SKB_CB(skb)->header.h4.opt,
h4               1778 net/ipv4/tcp_ipv4.c 	memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4,
h4               1788 net/ipv4/tcp_ipv4.c 	memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb),
h4                 33 net/xfrm/xfrm_input.c 		struct inet_skb_parm	h4;