Home
last modified time | relevance | path

Searched refs:port (Results 1 – 6 of 6) sorted by relevance

/samples/bpf/
A Dtest_map_in_map.bpf.c76 static __always_inline int do_reg_lookup(void *inner_map, u32 port) in do_reg_lookup() argument
80 result = bpf_map_lookup_elem(inner_map, &port); in do_reg_lookup()
84 static __always_inline int do_inline_array_lookup(void *inner_map, u32 port) in do_inline_array_lookup() argument
91 result = bpf_map_lookup_elem(&port_a, &port); in do_inline_array_lookup()
95 static __always_inline int do_inline_hash_lookup(void *inner_map, u32 port) in do_inline_hash_lookup() argument
102 result = bpf_map_lookup_elem(&port_h, &port); in do_inline_hash_lookup()
109 u16 test_case, port, dst6[8]; in BPF_KSYSCALL() local
129 ret = bpf_probe_read_user(&port, sizeof(port), &in6->sin6_port); in BPF_KSYSCALL()
135 port_key = port; in BPF_KSYSCALL()
A Ddo_hbm_test.sh81 port=5201
162 -p=*|--port=*)
163 port="${i#*=}"
344 (iperf3 -s -p $port -1 > /dev/null 2>&1) &
346 iperf3 -c $host -p $port -i 0 -P $flows -f m -t $dur > iperf.$id
367 (iperf3 -s -p $port -1 > /dev/null 2>&1) &
368 …( iperf3 -c $host -p $port -i 0 -P 1 -f m -t $dur | grep receiver | grep -o "[0-9.]* Mbits" | grep…
369 port=$[port+1]
/samples/acrn/
A Dvm-sample.c113 int bytes, port, in; in main() local
115 port = io_req->reqs.pio_request.address; in main()
118 printf("Guest VM %s PIO[%x] with size[%x]\n", in ? "read" : "write", port, bytes); in main()
/samples/landlock/
A Dsandboxer.c203 __u64 port; in populate_ruleset_net() local
208 if (str2num(strport, &port)) { in populate_ruleset_net()
213 net_port.port = port; in populate_ruleset_net()
218 net_port.port, strerror(errno)); in populate_ruleset_net()
/samples/vfio-mdev/
A DREADME.rst7 The sample driver creates an mdev device that simulates a serial port over a PCI
89 6. Using minicom or any terminal emulation program, open port /dev/ttyS1 or
/samples/qmi/
A Dqmi_sample_client.c537 struct sockaddr_qrtr sq = { AF_QIPCRTR, service->node, service->port }; in qmi_sample_new_server()

Completed in 12 milliseconds