Home
last modified time | relevance | path

Searched refs:DST_PORT (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/samples/pktgen/
Dpktgen_bench_xmit_mode_queue_xmit.sh31 if [ -n "$DST_PORT" ]; then
32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
64 if [ -n "$DST_PORT" ]; then
Dpktgen_sample01_simple.sh29 if [ -n "$DST_PORT" ]; then
30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
71 if [ -n "$DST_PORT" ]; then
Dpktgen_bench_xmit_mode_netif_receive.sh48 if [ -n "$DST_PORT" ]; then
49 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
81 if [ -n "$DST_PORT" ]; then
Dpktgen_sample05_flow_per_thread.sh29 if [ -n "$DST_PORT" ]; then
30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
61 if [ -n "$DST_PORT" ]; then
Dpktgen_sample02_multiqueue.sh36 if [ -n "$DST_PORT" ]; then
37 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
72 if [ -n "$DST_PORT" ]; then
Dpktgen_sample03_burst_single_flow.sh40 if [ -n "$DST_PORT" ]; then
41 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
72 if [ -n "$DST_PORT" ]; then
Dpktgen_sample04_many_flows.sh24 if [ -n "$DST_PORT" ]; then
25 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
71 if [ -n "$DST_PORT" ]; then
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh42 if [ -n "$DST_PORT" ]; then
43 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
89 if [ -n "$DST_PORT" ]; then
Dparameters.sh46 export DST_PORT=$OPTARG
47 info "Destination PORT set to: DST_PORT=$DST_PORT"
DREADME.rst23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dsendmsg4_prog.c16 #define DST_PORT 4040 macro
38 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
Dtest_sk_lookup.c67 static const __u16 DST_PORT = 7007; /* Host byte order */ variable
102 if (ctx->local_port != DST_PORT) in redir_port()
123 if (ctx->local_port != DST_PORT) in redir_ip4()
146 if (ctx->local_port != DST_PORT) in redir_ip6()
409 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()
410 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()
413 if (LSW(ctx->local_port, 0) != DST_PORT) in ctx_narrow_access()
/Linux-v5.10/include/linux/
Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/Linux-v5.10/arch/arm/mach-omap1/
Ddma.c353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_filters.c183 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_mcdi_filter_push_prep_set_match_fields()
289 MAP_FILTER_TO_MCDI_FLAG(LOC_PORT, DST_PORT, encap_type); in efx_mcdi_filter_mcdi_flags_from_spec()
1214 MAP_FLAG(LOC_PORT, DST_PORT); in efx_mcdi_filter_match_flags_from_mcdi()