Searched refs:DST_PORT (Results 1 – 19 of 19) sorted by relevance
/linux-6.6.21/samples/pktgen/ |
D | pktgen_bench_xmit_mode_netif_receive.sh | 52 if [ -n "$DST_PORT" ]; then 53 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 82 if [ -n "$DST_PORT" ]; then
|
D | pktgen_bench_xmit_mode_queue_xmit.sh | 35 if [ -n "$DST_PORT" ]; then 36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 65 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample01_simple.sh | 33 if [ -n "$DST_PORT" ]; then 34 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 72 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample02_multiqueue.sh | 38 if [ -n "$DST_PORT" ]; then 39 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 74 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample03_burst_single_flow.sh | 44 if [ -n "$DST_PORT" ]; then 45 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 73 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample05_flow_per_thread.sh | 35 if [ -n "$DST_PORT" ]; then 36 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 64 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample04_many_flows.sh | 30 if [ -n "$DST_PORT" ]; then 31 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 74 if [ -n "$DST_PORT" ]; then
|
D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 44 if [ -n "$DST_PORT" ]; then 45 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT) 91 if [ -n "$DST_PORT" ]; then
|
D | parameters.sh | 49 export DST_PORT=$OPTARG 50 info "Destination PORT set to: DST_PORT=$DST_PORT"
|
D | README.rst | 23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | sendmsg4_prog.c | 18 #define DST_PORT 4040 macro 41 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
|
D | test_sk_lookup.c | 71 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-6.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_adv_rss.c | 56 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()
|
D | iavf_fdir.c | 409 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()
|
/linux-6.6.21/include/linux/ |
D | omap-dma.h | 124 #define DST_PORT BIT(0x8) macro
|
/linux-6.6.21/arch/arm/mach-omap1/ |
D | dma.c | 337 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | mcdi_filters.c | 183 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()
|
D | mae.c | 374 rc = TABLE_HOOK_KEY(meta_ct, l4_dport, DST_PORT); in efx_mae_table_hook_ct()
|
/linux-6.6.21/Documentation/networking/ |
D | pktgen.rst | 253 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
|