Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/pktgen/
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)
78 if [ -n "$DST_PORT" ]; then
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)
61 if [ -n "$DST_PORT" ]; then
A Dpktgen_sample01_simple.sh29 if [ -n "$DST_PORT" ]; then
30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
68 if [ -n "$DST_PORT" ]; then
A Dpktgen_sample02_multiqueue.sh35 if [ -n "$DST_PORT" ]; then
36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
71 if [ -n "$DST_PORT" ]; then
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)
69 if [ -n "$DST_PORT" ]; then
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)
60 if [ -n "$DST_PORT" ]; then
A Dpktgen_sample04_many_flows.sh26 if [ -n "$DST_PORT" ]; then
27 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
70 if [ -n "$DST_PORT" ]; then
A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh41 if [ -n "$DST_PORT" ]; then
42 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)
88 if [ -n "$DST_PORT" ]; then
A Dparameters.sh49 export DST_PORT=$OPTARG
50 info "Destination PORT set to: DST_PORT=$DST_PORT"
A DREADME.rst23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dsendmsg4_prog.c18 #define DST_PORT 4040 macro
43 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
A Dtest_sk_lookup.c71 static const __u16 DST_PORT = 7007; /* Host byte order */ variable
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()
433 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()
434 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()
437 if (LSW(ctx->local_port, 0) != DST_PORT) in ctx_narrow_access()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
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()
A Diavf_fdir.c340 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, DST_PORT); in iavf_fill_fdir_tcp_hdr()
369 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, DST_PORT); in iavf_fill_fdir_udp_hdr()
401 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_fdir_sctp_hdr()
/linux-6.3-rc2/include/linux/
A Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/linux-6.3-rc2/arch/arm/mach-omap1/
A Ddma.c337 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
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()
/linux-6.3-rc2/Documentation/networking/
A Dpktgen.rst253 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed

Completed in 22 milliseconds