Home
last modified time | relevance | path

Searched refs:DST_PORT (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/samples/pktgen/
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_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 Dparameters.sh13 echo " -p : (\$DST_PORT) destination PORT range (e.g. 433-444) is also allowed"
46 export DST_PORT=$OPTARG
47 info "Destination PORT set to: DST_PORT=$DST_PORT"
/kernel/linux/linux-6.6/samples/pktgen/
H A Dpktgen_sample03_burst_single_flow.sh44 if [ -n "$DST_PORT" ]; then
45 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
73 if [ -n "$DST_PORT" ]; then
H A Dpktgen_sample04_many_flows.sh30 if [ -n "$DST_PORT" ]; then
31 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
74 if [ -n "$DST_PORT" ]; then
H A Dpktgen_sample05_flow_per_thread.sh35 if [ -n "$DST_PORT" ]; then
36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
64 if [ -n "$DST_PORT" ]; then
H A Dpktgen_sample02_multiqueue.sh38 if [ -n "$DST_PORT" ]; then
39 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
74 if [ -n "$DST_PORT" ]; then
H A Dpktgen_bench_xmit_mode_netif_receive.sh52 if [ -n "$DST_PORT" ]; then
53 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
82 if [ -n "$DST_PORT" ]; then
H A Dpktgen_sample01_simple.sh33 if [ -n "$DST_PORT" ]; then
34 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
72 if [ -n "$DST_PORT" ]; then
H A Dpktgen_bench_xmit_mode_queue_xmit.sh35 if [ -n "$DST_PORT" ]; then
36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
65 if [ -n "$DST_PORT" ]; then
H A Dparameters.sh13 echo " -p : (\$DST_PORT) destination PORT range (e.g. 433-444) is also allowed"
49 export DST_PORT=$OPTARG
50 info "Destination PORT set to: DST_PORT=$DST_PORT"
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh44 if [ -n "$DST_PORT" ]; then
45 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
91 if [ -n "$DST_PORT" ]; then
/kernel/linux/linux-5.10/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
99 /* Redirect packets destined for port DST_PORT to socket at redir_map[0]. */
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()
413 /* Narrow loads from local_port field. Expect DST_PORT. */ in ctx_narrow_access()
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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c18 #define DST_PORT 4040 macro
41 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
107 /* Redirect packets destined for port DST_PORT to socket at redir_map[0]. */
114 if (ctx->local_port != DST_PORT) in redir_port()
135 if (ctx->local_port != DST_PORT) in redir_ip4()
158 if (ctx->local_port != DST_PORT) in redir_ip6()
431 /* Narrow loads from local_port field. Expect DST_PORT. */ in ctx_narrow_access()
432 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()
433 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()
436 if (LSW(ctx->local_port, 0) != DST_PORT) in ctx_narrow_access()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c56 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, DST_PORT); in iavf_fill_adv_rss_tcp_hdr()
73 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, DST_PORT); in iavf_fill_adv_rss_udp_hdr()
90 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_adv_rss_sctp_hdr()
H A Diavf_fdir.c409 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, DST_PORT); in iavf_fill_fdir_tcp_hdr()
438 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, DST_PORT); in iavf_fill_fdir_udp_hdr()
470 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_fdir_sctp_hdr()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Ddma.c353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Ddma.c337 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/kernel/linux/linux-5.10/include/linux/
H A Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/kernel/linux/linux-6.6/include/linux/
H A Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
292 MAP_FILTER_TO_MCDI_FLAG(LOC_PORT, DST_PORT, encap_type); in efx_mcdi_filter_mcdi_flags_from_spec()
1218 MAP_FLAG(LOC_PORT, DST_PORT); in efx_mcdi_filter_match_flags_from_mcdi()

Completed in 27 milliseconds

12