/external/honggfuzz/examples/linux_kernel_ip/ |
D | linux-kernel-4.10.0.patch | 26 @@ -764,7 +764,7 @@ int skb_copy_and_csum_datagram_msg(struct sk_buff *skb, 51 @@ -1027,7 +1027,7 @@ int icmp_rcv(struct sk_buff *skb) 64 @@ -456,8 +456,10 @@ int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, 79 @@ -5458,7 +5458,7 @@ void tcp_rcv_established(struct sock *sk, struct sk_buff *skb, 88 @@ -5502,7 +5502,7 @@ void tcp_rcv_established(struct sock *sk, struct sk_buff *skb, 103 static u32 tcp_v4_init_sequence(const struct sk_buff *skb, u32 *tsoff) 110 @@ -1414,7 +1416,7 @@ int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb) 119 @@ -1626,7 +1628,7 @@ int tcp_v4_rcv(struct sk_buff *skb) 128 @@ -1765,7 +1767,7 @@ int tcp_v4_rcv(struct sk_buff *skb) 141 @@ -1689,7 +1689,7 @@ int udp_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | fexit_bpf2bpf.c | 7 struct sk_buff { struct 13 struct sk_buff *, skb, int, ret) argument 28 struct sk_buff *, skb, int, ret) 63 struct sk_buff *skb = (void *)ctx->args[0]; in test_subprog2()
|
D | kfree_skb.c | 39 struct sk_buff { struct 61 struct sk_buff *, skb, void *, location) 118 struct sk_buff *, skb, struct net_device *, dev, 136 struct sk_buff *, skb, struct net_device *, dev,
|
D | fexit_bpf2bpf_simple.c | 7 struct sk_buff { struct 13 struct sk_buff *, skb, int, ret) argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/ |
D | reloc.ll | 4 %struct.sk_buff = type { i64, i64, i64, i64, i64, i64, i64 } 18 %4 = inttoptr i64 %3 to %struct.sk_buff* 19 %5 = getelementptr inbounds %struct.sk_buff, %struct.sk_buff* %4, i64 0, i32 2 29 …32, ...) inttoptr (i64 11 to i32 (i8*, i32, ...)*)(i8* %11, i32 15, %struct.sk_buff* %4, i8* %7) #1
|
D | ex1.ll | 4 %struct.sk_buff = type { i64, i64, i64, i64, i64, i64, i64 } 18 %4 = inttoptr i64 %3 to %struct.sk_buff* 19 %5 = getelementptr inbounds %struct.sk_buff, %struct.sk_buff* %4, i64 0, i32 2 29 …32, ...) inttoptr (i64 11 to i32 (i8*, i32, ...)*)(i8* %11, i32 15, %struct.sk_buff* %4, i8* %7) #1
|
D | sockex2.ll | 4 %struct.sk_buff = type opaque 9 define i32 @bpf_prog2(%struct.sk_buff* %skb) #0 section "socket2" { 12 %1 = bitcast %struct.sk_buff* %skb to i8*
|
/external/llvm/test/CodeGen/BPF/ |
D | ex1.ll | 4 %struct.sk_buff = type { i64, i64, i64, i64, i64, i64, i64 } 18 %4 = inttoptr i64 %3 to %struct.sk_buff* 19 %5 = getelementptr inbounds %struct.sk_buff, %struct.sk_buff* %4, i64 0, i32 2 29 …32, ...) inttoptr (i64 11 to i32 (i8*, i32, ...)*)(i8* %11, i32 15, %struct.sk_buff* %4, i8* %7) #1
|
D | sockex2.ll | 4 %struct.sk_buff = type opaque 9 define i32 @bpf_prog2(%struct.sk_buff* %skb) #0 section "socket2" { 12 %1 = bitcast %struct.sk_buff* %skb to i8*
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink.h | 59 int (*call)(struct sock *nl, struct sk_buff *skb, 77 extern int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, 79 extern int nfnetlink_unicast(struct sk_buff *skb, u_int32_t pid, int flags);
|
/external/iputils/Modules/ |
D | pg3.c | 238 struct sk_buff * 241 struct sk_buff *skb; in fill_packet() 345 struct sk_buff *skb; in pg_inject()
|
/external/u-boot/drivers/usb/gadget/ |
D | ether.c | 1653 static int eth_start_xmit (struct sk_buff *skb, struct net_device *net) 1707 struct sk_buff *skb_rndis;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2581 Register R6 is an implicit input that must contain pointer to sk_buff. 2590 R0 = ntohl(\*(u32 \*) (((struct sk_buff \*) R6)->data + src_reg + imm32))
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodeGenerator.rst | 2592 Register R6 is an implicit input that must contain pointer to sk_buff. 2601 R0 = ntohl(\*(u32 \*) (((struct sk_buff \*) R6)->data + src_reg + imm32))
|