/Linux-v4.19/drivers/bluetooth/ |
D | hci_h4.c | 58 struct h4_struct *h4; in h4_open() local 62 h4 = kzalloc(sizeof(*h4), GFP_KERNEL); in h4_open() 63 if (!h4) in h4_open() 66 skb_queue_head_init(&h4->txq); in h4_open() 68 hu->priv = h4; in h4_open() 75 struct h4_struct *h4 = hu->priv; in h4_flush() local 79 skb_queue_purge(&h4->txq); in h4_flush() 87 struct h4_struct *h4 = hu->priv; in h4_close() local 93 skb_queue_purge(&h4->txq); in h4_close() 95 kfree_skb(h4->rx_skb); in h4_close() [all …]
|
/Linux-v4.19/crypto/ |
D | poly1305_generic.c | 100 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local 125 h4 = dctx->h[4]; in poly1305_blocks() 134 h4 += (get_unaligned_le32(src + 12) >> 8) | hibit; in poly1305_blocks() 138 mlt(h3, s2) + mlt(h4, s1); in poly1305_blocks() 140 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 142 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks() 144 mlt(h3, r0) + mlt(h4, s4); in poly1305_blocks() 146 mlt(h3, r1) + mlt(h4, r0); in poly1305_blocks() 153 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks() 164 dctx->h[4] = h4; in poly1305_blocks() [all …]
|
/Linux-v4.19/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 182 h4=${NETIFS[p6]} 194 trap_install $h4 ingress 201 trap_uninstall $h4 ingress 238 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0 254 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
|
/Linux-v4.19/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 28 #define h4 0x10(%rdi) macro 86 # h44 = [0, h4, 0, h4] 91 movd h4,h44 141 # t3[0] = h4 * s1 142 # t3[1] = h4 * s2 180 # t3[0] = h4 * s3 181 # t3[1] = h4 * s4 208 # t3[0] = h4 * r0 258 # h4 = d4 & 0x3ffffff 261 mov %eax,h4 [all …]
|
D | poly1305-avx2-x86_64.S | 30 #define h4 0x10(%rdi) macro 208 # (m[28-31] >> 8) | (1<<24), (m[12-15] >> 8) | (1<<24) + h4] 218 vmovd h4,t1x 366 # h4 = d4 & 0x3ffffff 369 mov %eax,h4
|
/Linux-v4.19/include/linux/ |
D | errqueue.h | 16 struct inet_skb_parm h4; member
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
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-v4.19/arch/arm/boot/dts/ |
D | omap2420-h4.dts | 14 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
D | Makefile | 626 omap2420-h4.dtb \
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_x8_avx2.S | 135 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 142 # r4 = {h4 g4 f4 e4 d4 c4 b4 a4} 163 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 168 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 176 vperm2f128 $0x13, \t0, \t1, \r4 # h4...a4
|
/Linux-v4.19/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 39 u64 h4[2]; member 209 ghash_reflect(key->h4, &h); in __ghash_setkey()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 845 struct inet_skb_parm h4; member 906 if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags)) in tcp_v4_sdif() 907 return TCP_SKB_CB(skb)->header.h4.iif; in tcp_v4_sdif() 1954 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
D | udp.h | 44 struct inet_skb_parm h4; member
|
D | xfrm.h | 661 struct inet_skb_parm h4; member
|
/Linux-v4.19/net/ipv4/ |
D | syncookies.c | 285 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
D | tcp_ipv4.c | 775 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset() 867 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack() 1662 memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4, in tcp_v4_restore_cb() 1672 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb), in tcp_v4_fill_cb()
|
/Linux-v4.19/net/dccp/ |
D | dccp.h | 354 struct inet_skb_parm h4; member
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_input.c | 31 struct inet_skb_parm h4; member
|
/Linux-v4.19/Documentation/i2c/ |
D | instantiating-devices | 20 Example (from omap2 h4):
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 1829 <idle>-0 3d.h4 0us : 0:120:R + [003] 2389: 94:R sleep 1830 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up 1878 <idle>-0 3d.h4 1us+: 0:120:R + [003] 2448: 94:R sleep 1879 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up 2004 <idle>-0 2d.h4 0us : 0:120:R + [002] 5882: 94:R sleep 2005 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up 2006 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1134 struct inet_skb_parm h4; member
|
/Linux-v4.19/net/core/ |
D | skbuff.c | 4308 serr->header.h4.iif = skb->dev ? skb->dev->ifindex : 0; in __skb_complete_tx_timestamp()
|
/Linux-v4.19/arch/arm/ |
D | Kconfig.debug | 694 This covers at least h4, 2430sdp, 3430sdp, 3630sdp,
|