Home
last modified time | relevance | path

Searched refs:sk_buff (Results 1 – 14 of 14) sorted by relevance

/external/honggfuzz/examples/linux_kernel_ip/
Dlinux-kernel-4.10.0.patch26 @@ -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/
Dfexit_bpf2bpf.c7 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()
Dkfree_skb.c39 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,
Dfexit_bpf2bpf_simple.c7 struct sk_buff { struct
13 struct sk_buff *, skb, int, ret) argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/
Dreloc.ll4 %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
Dex1.ll4 %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
Dsockex2.ll4 %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/
Dex1.ll4 %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
Dsockex2.ll4 %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/
Dlinux_nfnetlink.h59 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/
Dpg3.c238 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/
Dether.c1653 static int eth_start_xmit (struct sk_buff *skb, struct net_device *net)
1707 struct sk_buff *skb_rndis;
/external/llvm/docs/
DCodeGenerator.rst2581 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/
DCodeGenerator.rst2592 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))