/linux-6.12.1/drivers/bluetooth/ |
D | hci_h4.c | 43 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 …]
|
/linux-6.12.1/lib/crypto/ |
D | poly1305-donna32.c | 38 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 …]
|
/linux-6.12.1/arch/arm/crypto/ |
D | poly1305-armv4.pl | 178 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 …]
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_bridge_1q_lag.sh | 120 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 184 h4=${NETIFS[p6]} 198 trap_install $h4 ingress 205 trap_uninstall $h4 ingress 248 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0 265 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
|
D | mirror_gre_lag_lacp.sh | 109 team_create lag2 lacp $h3 $h4 121 ip link set dev $h4 down 190 h4=${NETIFS[p6]} 255 test_lag_slave $h3 $h4 "mirror to gretap: LAG first slave" 260 test_lag_slave $h4 $h3 "mirror to gretap: LAG second slave"
|
D | router_bridge_lag.sh | 89 ip link set dev $h4 master lag1 92 ip link set dev $h4 up 101 ip link set dev $h4 down 104 ip link set dev $h4 nomaster 279 h4=${NETIFS[p7]}
|
D | router_bridge_1d_lag.sh | 121 ip link set dev $h4 master lag1 124 ip link set dev $h4 up 147 ip link set dev $h4 down 150 ip link set dev $h4 nomaster 362 h4=${NETIFS[p7]}
|
/linux-6.12.1/arch/mips/crypto/ |
D | poly1305-mips.pl | 733 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 …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_sample.sh | 110 ip link set dev $h4 down 111 ip link add name ${h4}_bond type bond mode 802.3ad 112 ip link set dev $h4 master ${h4}_bond 114 simple_if_init ${h4}_bond 198.51.100.17/28 116 ip -4 route add default vrf v${h4}_bond nexthop via 198.51.100.18 121 ip -4 route del default vrf v${h4}_bond nexthop via 198.51.100.18 123 simple_if_fini ${h4}_bond 198.51.100.17/28 125 ip link set dev $h4 nomaster 126 ip link del dev ${h4}_bond 183 h4=${NETIFS[p7]}
|
D | router_bridge_lag.sh | 45 config_enslave $h4 lag1
|
/linux-6.12.1/include/linux/ |
D | errqueue.h | 16 struct inet_skb_parm h4; member
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap2420-h4.dts | 11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
D | Makefile | 3 omap2420-h4.dtb \
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | poly1305-p10le_64.S | 23 # h4 = m1 * r⁴ + m2 * r³ + m3 * r² + m4 * r 630 # h4 = m1 * r⁴ + m2 * r³ + m3 * r² + m4 * r 633 # h3 = (h1 + m3) * r^2, h4 = (h2 + m4) * r^2 --> (h0 + m1) r*4 + (h3 + m3) r^2, (h0 + m2) r^4 + (h… 635 # h5 = (h3 + m5) * r^2, h6 = (h4 + m6) * r^2 -->
|
D | curve25519-ppc64le_asm.S | 575 and 9, 9, 12 # h4
|
/linux-6.12.1/Documentation/sphinx-static/ |
D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
|
D | custom.css | 10 div.body h4 { font-size: 110%; }
|
/linux-6.12.1/include/net/ |
D | udp.h | 42 struct inet_skb_parm h4; member
|
D | tcp.h | 981 struct inet_skb_parm h4; member 1031 if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags)) in tcp_v4_sdif() 1032 return TCP_SKB_CB(skb)->header.h4.iif; in tcp_v4_sdif() 2466 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
/linux-6.12.1/net/dccp/ |
D | dccp.h | 336 struct inet_skb_parm h4; member
|
/linux-6.12.1/net/ipv4/ |
D | syncookies.c | 400 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
D | inet_fragment.c | 39 struct inet_skb_parm h4; member
|
D | tcp_ipv4.c | 911 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset() 1025 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack() 2147 memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4, 2157 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb),
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_input.c | 36 struct inet_skb_parm h4; member
|
/linux-6.12.1/Documentation/i2c/ |
D | instantiating-devices.rst | 76 Example (from omap2 h4):
|