/linux-6.1.9/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.1.9/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.1.9/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.1.9/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_lag_lacp.sh | 106 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"
|
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 183 h4=${NETIFS[p6]} 197 trap_install $h4 ingress 204 trap_uninstall $h4 ingress 247 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0 264 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
|
/linux-6.1.9/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.1.9/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]}
|
/linux-6.1.9/include/linux/ |
D | errqueue.h | 16 struct inet_skb_parm h4; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | omap2420-h4.dts | 11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
D | Makefile | 855 omap2420-h4.dtb \
|
/linux-6.1.9/Documentation/sphinx-static/ |
D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
|
/linux-6.1.9/net/ipv4/ |
D | syncookies.c | 327 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
D | inet_fragment.c | 37 struct inet_skb_parm h4; member
|
D | tcp_ipv4.c | 834 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset() 933 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack() 1894 memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4, in tcp_v4_restore_cb() 1904 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb), in tcp_v4_fill_cb()
|
/linux-6.1.9/include/net/ |
D | tcp.h | 906 struct inet_skb_parm h4; member 956 if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags)) in tcp_v4_sdif() 957 return TCP_SKB_CB(skb)->header.h4.iif; in tcp_v4_sdif() 2159 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
D | udp.h | 41 struct inet_skb_parm h4; member
|
D | xfrm.h | 598 struct inet_skb_parm h4; member
|
/linux-6.1.9/net/dccp/ |
D | dccp.h | 335 struct inet_skb_parm h4; member
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_input.c | 35 struct inet_skb_parm h4; member
|
/linux-6.1.9/Documentation/i2c/ |
D | instantiating-devices.rst | 76 Example (from omap2 h4):
|
/linux-6.1.9/include/net/sctp/ |
D | structs.h | 1144 struct inet_skb_parm h4; member
|
/linux-6.1.9/Documentation/trace/ |
D | ftrace.rst | 1982 <idle>-0 3d.h4 0us : 0:120:R + [003] 2389: 94:R sleep 1983 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up 2031 <idle>-0 3d.h4 1us+: 0:120:R + [003] 2448: 94:R sleep 2032 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up 2157 <idle>-0 2d.h4 0us : 0:120:R + [002] 5882: 94:R sleep 2158 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up 2159 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
|
/linux-6.1.9/arch/arm/ |
D | Kconfig.debug | 734 This covers at least h4, 2430sdp, 3430sdp, 3630sdp,
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 4895 serr->header.h4.iif = skb->dev ? skb->dev->ifindex : 0; in __skb_complete_tx_timestamp()
|