/linux-4.4.14/drivers/bluetooth/ |
H A D | hci_h4.c | 58 struct h4_struct *h4; h4_open() local 62 h4 = kzalloc(sizeof(*h4), GFP_KERNEL); h4_open() 63 if (!h4) h4_open() 66 skb_queue_head_init(&h4->txq); h4_open() 68 hu->priv = h4; h4_open() 75 struct h4_struct *h4 = hu->priv; h4_flush() local 79 skb_queue_purge(&h4->txq); h4_flush() 87 struct h4_struct *h4 = hu->priv; h4_close() local 93 skb_queue_purge(&h4->txq); h4_close() 95 kfree_skb(h4->rx_skb); h4_close() 98 kfree(h4); h4_close() 106 struct h4_struct *h4 = hu->priv; h4_enqueue() local 112 skb_queue_tail(&h4->txq, skb); h4_enqueue() 126 struct h4_struct *h4 = hu->priv; h4_recv() local 131 h4->rx_skb = h4_recv_buf(hu->hdev, h4->rx_skb, data, count, h4_recv() 133 if (IS_ERR(h4->rx_skb)) { h4_recv() 134 int err = PTR_ERR(h4->rx_skb); h4_recv() 136 h4->rx_skb = NULL; h4_recv() 145 struct h4_struct *h4 = hu->priv; h4_dequeue() local 146 return skb_dequeue(&h4->txq); h4_dequeue()
|
/linux-4.4.14/crypto/ |
H A D | poly1305_generic.c | 110 u32 h0, h1, h2, h3, h4; poly1305_blocks() local 135 h4 = dctx->h[4]; poly1305_blocks() 144 h4 += (le32_to_cpuvp(src + 12) >> 8) | hibit; poly1305_blocks() 148 mlt(h3, s2) + mlt(h4, s1); poly1305_blocks() 150 mlt(h3, s3) + mlt(h4, s2); poly1305_blocks() 152 mlt(h3, s4) + mlt(h4, s3); poly1305_blocks() 154 mlt(h3, r0) + mlt(h4, s4); poly1305_blocks() 156 mlt(h3, r1) + mlt(h4, r0); poly1305_blocks() 163 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); poly1305_blocks() 174 dctx->h[4] = h4; poly1305_blocks() 218 u32 h0, h1, h2, h3, h4; crypto_poly1305_final() local 238 h4 = dctx->h[4]; crypto_poly1305_final() 242 h4 += (h3 >> 26); h3 = h3 & 0x3ffffff; crypto_poly1305_final() 243 h0 += (h4 >> 26) * 5; h4 = h4 & 0x3ffffff; crypto_poly1305_final() 251 g4 = h4 + (g3 >> 26) - (1 << 26); g3 &= 0x3ffffff; crypto_poly1305_final() 265 h4 = (h4 & mask) | g4; crypto_poly1305_final() 271 h3 = (h3 >> 18) | (h4 << 8); crypto_poly1305_final()
|
/linux-4.4.14/include/linux/ |
H A D | errqueue.h | 15 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon12272
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | poly1305-sse2-x86_64.S | 26 #define h4 0x10(%rdi) define 84 # h44 = [0, h4, 0, h4] 89 movd h4,h44 139 # t3[0] = h4 * s1 140 # t3[1] = h4 * s2 178 # t3[0] = h4 * s3 179 # t3[1] = h4 * s4 206 # t3[0] = h4 * r0 256 # h4 = d4 & 0x3ffffff 259 mov %eax,h4 387 # hc4 = [ (m[28-31] >> 8) | (1<<24), h4 + (m[12-15] >> 8) | (1<<24) ] 393 movd h4,t1 561 # h4 = d4 & 0x3ffffff 564 mov %eax,h4
|
H A D | poly1305-avx2-x86_64.S | 28 #define h4 0x10(%rdi) define 206 # (m[28-31] >> 8) | (1<<24), (m[12-15] >> 8) | (1<<24) + h4] 216 vmovd h4,t1x 364 # h4 = d4 & 0x3ffffff 367 mov %eax,h4
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | msg_prot.h | 176 * h1.h2.h3.h4.p1.p2 178 * The prefix, "h1.h2.h3.h4", is the standard textual form for 180 * Assuming big-endian ordering, h1, h2, h3, and h4, are respectively,
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
H A D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 86 # r4 = {h4 g4 f4 e4 d4 c4 b4 a4} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 120 vperm2f128 $0x13, \t0, \t1, \r4 # h4...a4
|
/linux-4.4.14/include/net/ |
H A D | udp.h | 44 struct inet_skb_parm h4; member in union:udp_skb_cb::__anon13603
|
H A D | tcp.h | 770 struct inet_skb_parm h4; member in union:tcp_skb_cb::__anon13600 1774 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; tcp_v4_save_options()
|
H A D | xfrm.h | 613 struct inet_skb_parm h4; member in union:xfrm_tunnel_skb_cb::__anon13613
|
/linux-4.4.14/net/ipv4/ |
H A D | syncookies.c | 296 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; cookie_v4_check()
|
H A D | tcp_ipv4.c | 691 skb, &TCP_SKB_CB(skb)->header.h4.opt, tcp_v4_send_reset() 776 skb, &TCP_SKB_CB(skb)->header.h4.opt, tcp_v4_send_ack() 1571 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb), tcp_v4_rcv()
|
/linux-4.4.14/arch/arm/boot/dts/ |
H A D | Makefile | 393 omap2420-h4.dtb \
|
/linux-4.4.14/net/dccp/ |
H A D | dccp.h | 354 struct inet_skb_parm h4;
|
/linux-4.4.14/net/sctp/ |
H A D | input.c | 95 struct inet_skb_parm h4; member in union:sctp_input_cb::__anon15089
|