Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_h4.c43 struct h4_struct *h4; in h4_open() local
47 h4 = kzalloc(sizeof(*h4), GFP_KERNEL); in h4_open()
48 if (!h4) in h4_open()
51 skb_queue_head_init(&h4->txq); in h4_open()
53 hu->priv = h4; in h4_open()
60 struct h4_struct *h4 = hu->priv; in h4_flush() local
64 skb_queue_purge(&h4->txq); in h4_flush()
72 struct h4_struct *h4 = hu->priv; in h4_close() local
76 skb_queue_purge(&h4->txq); in h4_close()
78 kfree_skb(h4->rx_skb); in h4_close()
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dpoly1305-donna32.c38 u32 h0, h1, h2, h3, h4; in poly1305_core_blocks() local
62 h4 = state->h[4]; in poly1305_core_blocks()
70 h4 += (get_unaligned_le32(&input[12]) >> 8) | hibit; in poly1305_core_blocks()
75 ((u64)h4 * s1); in poly1305_core_blocks()
78 ((u64)h4 * s2); in poly1305_core_blocks()
81 ((u64)h4 * s3); in poly1305_core_blocks()
84 ((u64)h4 * s4); in poly1305_core_blocks()
87 ((u64)h4 * r0); in poly1305_core_blocks()
103 h4 = (u32)d4 & 0x3ffffff; in poly1305_core_blocks()
116 state->h[4] = h4; in poly1305_core_blocks()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dmirror_gre_lag_lacp.sh106 team_create lag2 lacp $h3 $h4
118 ip link set dev $h4 down
126 tc qdisc add dev $h4 clsact
133 tc qdisc del dev $h4 clsact
182 h4=${NETIFS[p6]}
193 trap_install $h4 ingress
200 trap_uninstall $h4 ingress
235 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0
251 test_lag_slave $h3 $h4 "mirror to gretap: LAG first slave"
256 test_lag_slave $h4 $h3 "mirror to gretap: LAG second slave"
Dmirror_gre_bridge_1q_lag.sh120 simple_if_init $h4 192.0.2.130/28
121 tc qdisc add dev $h4 clsact
126 tc qdisc del dev $h4 clsact
127 simple_if_fini $h4 192.0.2.130/28
182 h4=${NETIFS[p6]}
196 trap_install $h4 ingress
203 trap_uninstall $h4 ingress
246 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0
263 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
/kernel/linux/linux-5.10/arch/arm/crypto/
Dpoly1305-armv4.pl178 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12));
201 ldmia $ctx!,{$h0-$h4} @ load hash value
211 adcs $r3,$r3,$h4,lsl#8
215 adc $len,$len,$h4,lsr#24
224 movne $h4,$len
241 addhi $h4,$h4,#1 @ 1<<128
280 addhi $h4,$h4,#1 @ padbit
301 adc $h4,$h4,#0
303 umlal r2,r3,$h4,$s1
312 mul r0,$s2,$h4
[all …]
Dpoly1305-core.S_shipped294 add r8,r8,r3 @ h4+=d3>>32
485 @ d0 = h0*r0 + h4*5*r1 + h3*5*r2 + h2*5*r3 + h1*5*r4
486 @ d1 = h1*r0 + h0*r1 + h4*5*r2 + h3*5*r3 + h2*5*r4
487 @ d2 = h2*r0 + h1*r1 + h0*r2 + h4*5*r3 + h3*5*r4
488 @ d3 = h3*r0 + h2*r1 + h1*r2 + h0*r3 + h4*5*r4
489 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4
574 vadd.i64 q9,q9,q15 @ h3 -> h4
591 vadd.i32 d10,d10,d30 @ h4 -> h0
600 vadd.i32 d18,d18,d8 @ h3 -> h4
834 @ d4 = h4*r0 + h3*r1 + h2*r2 + h1*r3 + h0*r4
[all …]
/kernel/linux/linux-5.10/arch/mips/crypto/
Dpoly1305-mips.pl733 my ($h0,$h1,$h2,$h3,$h4, $r0,$r1,$r2,$r3, $rs1,$rs2,$rs3) =
781 lw $h4,16($ctx)
893 srl $t0,$h4,2 # modulo-scheduled reduction
894 andi $h4,$h4,3
926 addu $h4,$h4,$padbit
928 addu $h4,$h4,$h3
936 maddu $rs1,$h4 # h4*s1
945 maddu $rs2,$h4 # h4*s2
950 mul $t0,$r0,$h4 # h4*r0
956 maddu $rs3,$h4 # h4*s3
[all …]
/kernel/linux/linux-5.10/include/linux/
Derrqueue.h16 struct inet_skb_parm h4; member
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dpoly1305-core.S_shipped502 // d4 = h0*r4 + h1*r3 + h2*r2 + h3*r1 + h4*r0
503 // d3 = h0*r3 + h1*r2 + h2*r1 + h3*r0 + h4*5*r4
504 // d2 = h0*r2 + h1*r1 + h2*r0 + h3*5*r4 + h4*5*r3
505 // d1 = h0*r1 + h1*r0 + h2*5*r4 + h3*5*r3 + h4*5*r2
506 // d0 = h0*r0 + h1*5*r4 + h2*5*r3 + h3*5*r2 + h4*5*r1
648 add v23.2d,v23.2d,v29.2d // h3 -> h4
663 add v19.2d,v19.2d,v29.2d // h4 -> h0
674 add v28.2s,v28.2s,v30.2s // h3 -> h4
791 add v23.2d,v23.2d,v29.2d // h3 -> h4
804 add v19.2d,v19.2d,v29.2d // h4 -> h0
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap2420-h4.dts11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
DMakefile722 omap2420-h4.dtb \
/kernel/linux/linux-5.10/Documentation/sphinx-static/
Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
/kernel/linux/linux-5.10/net/ipv4/
Dsyncookies.c329 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
Dinet_fragment.c37 struct inet_skb_parm h4; member
Dtcp_ipv4.c813 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset()
911 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack()
1914 memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4, in tcp_v4_restore_cb()
1924 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb), in tcp_v4_fill_cb()
/kernel/linux/linux-5.10/include/net/
Dtcp.h873 struct inet_skb_parm h4; member
951 if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags)) in tcp_v4_sdif()
952 return TCP_SKB_CB(skb)->header.h4.iif; in tcp_v4_sdif()
2127 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
Dudp.h41 struct inet_skb_parm h4; member
Dxfrm.h595 struct inet_skb_parm h4; member
/kernel/linux/linux-5.10/net/dccp/
Ddccp.h341 struct inet_skb_parm h4; member
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_input.c33 struct inet_skb_parm h4; member
/kernel/linux/linux-5.10/Documentation/i2c/
Dinstantiating-devices.rst74 Example (from omap2 h4)::
/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h1120 struct inet_skb_parm h4; member
/kernel/linux/linux-5.10/Documentation/trace/
Dftrace.rst1964 <idle>-0 3d.h4 0us : 0:120:R + [003] 2389: 94:R sleep
1965 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up
2013 <idle>-0 3d.h4 1us+: 0:120:R + [003] 2448: 94:R sleep
2014 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up
2139 <idle>-0 2d.h4 0us : 0:120:R + [002] 5882: 94:R sleep
2140 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up
2141 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
/kernel/linux/linux-5.10/arch/arm/
DKconfig.debug687 This covers at least h4, 2430sdp, 3430sdp, 3630sdp,
/kernel/linux/linux-5.10/net/core/
Dskbuff.c4684 serr->header.h4.iif = skb->dev ? skb->dev->ifindex : 0; in __skb_complete_tx_timestamp()