Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/pktgen/
H A 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
H A 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
H A 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
H A 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
H A Dpktgen_sample05_flow_per_thread.sh31 if [ -n "$DST_PORT" ]; then
32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
63 if [ -n "$DST_PORT" ]; then
H A 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
H A Dpktgen_sample04_many_flows.sh26 if [ -n "$DST_PORT" ]; then
27 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
73 if [ -n "$DST_PORT" ]; then
H A 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
H A Dparameters.sh46 export DST_PORT=$OPTARG
47 info "Destination PORT set to: DST_PORT=$DST_PORT"
H A DREADME.rst23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c16 #define DST_PORT 4040 macro
38 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
H A Dtest_sk_lookup.c71 static const __u16 DST_PORT = 7007; /* Host byte order */ variable
106 if (ctx->local_port != DST_PORT) in redir_port()
127 if (ctx->local_port != DST_PORT) in redir_ip4()
150 if (ctx->local_port != DST_PORT) in redir_ip6()
414 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()
415 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()
418 if (LSW(ctx->local_port, 0) != DST_PORT) in ctx_narrow_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Ddma.c353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A 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()