Home
last modified time | relevance | path

Searched refs:SRC_PORT (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adv_rss.c53 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, SRC_PORT); in iavf_fill_adv_rss_tcp_hdr()
70 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, SRC_PORT); in iavf_fill_adv_rss_udp_hdr()
87 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, SRC_PORT); in iavf_fill_adv_rss_sctp_hdr()
H A Diavf_fdir.c405 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, TCP, SRC_PORT); in iavf_fill_fdir_tcp_hdr()
434 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, SRC_PORT); in iavf_fill_fdir_udp_hdr()
466 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, SCTP, SRC_PORT); in iavf_fill_fdir_sctp_hdr()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c67 static const __u16 SRC_PORT = bpf_htons(8008); variable
414 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access()
415 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff)) in ctx_narrow_access()
417 if (LSW(ctx->remote_port, 0) != SRC_PORT) in ctx_narrow_access()
428 if (val_u32 != SRC_PORT) in ctx_narrow_access()
/linux/include/linux/
H A Domap-dma.h123 #define SRC_PORT BIT(0x7) macro
/linux/arch/arm/mach-omap1/
H A Ddma.c336 d->dev_caps |= SRC_PORT; in omap1_system_dma_init()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c181 COPY_FIELD(REM_PORT, rem_port, SRC_PORT); in efx_mcdi_filter_push_prep_set_match_fields()
290 MAP_FILTER_TO_MCDI_FLAG(REM_PORT, SRC_PORT, encap_type); in efx_mcdi_filter_mcdi_flags_from_spec()
1216 MAP_FLAG(REM_PORT, SRC_PORT); in efx_mcdi_filter_match_flags_from_mcdi()
H A Dmae.c371 rc = TABLE_HOOK_KEY(meta_ct, l4_sport, SRC_PORT); in efx_mae_table_hook_ct()
/linux/Documentation/networking/
H A Dscaling.rst58 # (SRC_IP ^ DST_IP, SRC_IP ^ DST_IP, SRC_PORT ^ DST_PORT, SRC_PORT ^ DST_PORT)