Home
last modified time | relevance | path

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

/linux/samples/pktgen/
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 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_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_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_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_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
H A Dparameters.sh49 export DST_PORT=$OPTARG
50 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
/linux/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
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()
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()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_ancestor.c13 #define DST_PORT 1234 macro
27 .sin6_port = htons(DST_PORT), }; in send_datagram()
121 t.skel->bss->dport = htons(DST_PORT); in test_cgroup_ancestor()
/linux/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.c410 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, DST_PORT); in iavf_fill_fdir_tcp_hdr()
439 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, DST_PORT); in iavf_fill_fdir_udp_hdr()
471 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, DST_PORT); in iavf_fill_fdir_sctp_hdr()
/linux/include/linux/
H A Domap-dma.h124 #define DST_PORT BIT(0x8) macro
/linux/arch/arm/mach-omap1/
H A Ddma.c337 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
/linux/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()
/linux/Documentation/networking/
H A Dpktgen.rst254 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
H A Dscaling.rst58 # (SRC_IP ^ DST_IP, SRC_IP ^ DST_IP, SRC_PORT ^ DST_PORT, SRC_PORT ^ DST_PORT)