Searched refs:DST_PORT (Results 1 – 18 of 18) sorted by relevance
/linux/samples/pktgen/ |
A D | pktgen_bench_xmit_mode_netif_receive.sh | 48 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 D | pktgen_bench_xmit_mode_queue_xmit.sh | 31 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 D | pktgen_sample01_simple.sh | 29 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 D | pktgen_sample02_multiqueue.sh | 35 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 D | pktgen_sample03_burst_single_flow.sh | 40 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 D | pktgen_sample05_flow_per_thread.sh | 31 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 D | pktgen_sample04_many_flows.sh | 26 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 D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 41 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 D | parameters.sh | 49 export DST_PORT=$OPTARG 50 info "Destination PORT set to: DST_PORT=$DST_PORT"
|
A D | README.rst | 23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | sendmsg4_prog.c | 18 #define DST_PORT 4040 macro 43 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
|
A D | test_sk_lookup.c | 71 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()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A 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()
|
A D | iavf_fdir.c | 340 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/include/linux/ |
A D | omap-dma.h | 124 #define DST_PORT BIT(0x8) macro
|
/linux/arch/arm/mach-omap1/ |
A D | dma.c | 353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
|
/linux/drivers/net/ethernet/sfc/ |
A D | mcdi_filters.c | 183 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()
|
/linux/Documentation/networking/ |
A D | pktgen.rst | 253 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
|
Completed in 22 milliseconds