Home
last modified time | relevance | path

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

/Linux-v5.4/samples/pktgen/
Dpktgen_sample01_simple.sh25 if [ -n "$DST_PORT" ]; then
26 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
66 if [ -n "$DST_PORT" ]; then
Dpktgen_bench_xmit_mode_netif_receive.sh44 if [ -n "$DST_PORT" ]; then
45 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
76 if [ -n "$DST_PORT" ]; then
Dpktgen_bench_xmit_mode_queue_xmit.sh27 if [ -n "$DST_PORT" ]; then
28 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
59 if [ -n "$DST_PORT" ]; then
Dpktgen_sample03_burst_single_flow.sh36 if [ -n "$DST_PORT" ]; then
37 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
67 if [ -n "$DST_PORT" ]; then
Dpktgen_sample02_multiqueue.sh32 if [ -n "$DST_PORT" ]; then
33 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
67 if [ -n "$DST_PORT" ]; then
Dpktgen_sample05_flow_per_thread.sh25 if [ -n "$DST_PORT" ]; then
26 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
56 if [ -n "$DST_PORT" ]; then
Dpktgen_sample04_many_flows.sh20 if [ -n "$DST_PORT" ]; then
21 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
63 if [ -n "$DST_PORT" ]; then
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh38 if [ -n "$DST_PORT" ]; then
39 read -r DST_MIN DST_MAX <<< $(parse_ports $DST_PORT)
84 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.4/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()
/Linux-v5.4/include/linux/
Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/Linux-v5.4/arch/arm/mach-omap1/
Ddma.c353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/Linux-v5.4/drivers/net/ethernet/sfc/
Def10.c4135 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_ef10_filter_push_prep_set_match_fields()
4237 MAP_FILTER_TO_MCDI_FLAG(LOC_PORT, DST_PORT, encap_type); in efx_ef10_filter_mcdi_flags_from_spec()
4858 MAP_FLAG(LOC_PORT, DST_PORT); in efx_ef10_filter_match_flags_from_mcdi()