/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
D | ninet_hashtables.h | 37 const __be16 fport, in __ninet_ehashfn() argument 40 const u32 ports = (((u32) lport) << 16) | (__force u32) fport; in __ninet_ehashfn() 117 const struct nip_addr *faddr, const __be16 fport);
|
/kernel/linux/linux-5.10/include/net/ |
D | inet6_hashtables.h | 30 const __be16 fport, in __inet6_ehashfn() argument 33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn()
|
D | inet_sock.h | 343 const __be16 fport, in __inet_ehashfn() argument 348 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
D | inet_hashtables.h | 387 const struct in6_addr *faddr, const __be16 fport);
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | rds.h | 89 __be16 fport; member 98 __be16 fport; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | rds.h | 181 __be16 fport; member 192 __be16 fport; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | rds.h | 107 __be16 fport; member 117 __be16 fport; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32_parse.h | 221 f->val.fport = ntohl(val) >> 16; in cxgb4_fill_l4_ports() 222 f->mask.fport = ntohl(mask) >> 16; in cxgb4_fill_l4_ports()
|
D | cxgb4_filter.c | 911 fwr->fp = htons(f->fs.val.fport); in set_filter_wr() 912 fwr->fpm = htons(f->fs.mask.fport); in set_filter_wr() 1104 if (fs->val.fport && !fs->mask.fport) in fill_default_mask() 1105 fs->mask.fport = ~0; in fill_default_mask() 1191 if (!fs->val.fport || fs->mask.fport != 0xffff) in is_filter_exact_match() 1305 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req6() 1343 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req()
|
D | cxgb4_tc_flower.c | 243 fs->val.fport = be16_to_cpu(match.key->src); in cxgb4_process_flow_match() 244 fs->mask.fport = be16_to_cpu(match.mask->src); in cxgb4_process_flow_match() 248 fs->nat_fport = fs->val.fport; in cxgb4_process_flow_match()
|
D | cxgb4_ethtool.c | 1656 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1657 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule() 1671 fs->h_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1672 fs->m_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
|
D | cxgb4.h | 1366 uint16_t fport; /* foreign port */ member
|
/kernel/linux/linux-5.10/net/rds/ |
D | recv.c | 794 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 799 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 823 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 828 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | inet6_hashtables.c | 28 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 41 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
D | udp.c | 61 const __be16 fport) in udp6_ehashfn() argument 76 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | ninet_hashtables.c | 165 const struct nip_addr *faddr, const __be16 fport) in ninet_ehashfn() argument 179 return __ninet_ehashfn(lhash, lport, fhash, fport, in ninet_ehashfn()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inet_hashtables.c | 34 const __be16 fport) in inet_ehashfn() argument 40 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
D | udp.c | 403 const __be16 fport) in udp_ehashfn() argument 409 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 963 u32 txd4 = 0, fport; in mtk_tx_map() local 972 fport = (mac->id + 1) << TX_DMA_FPORT_SHIFT; in mtk_tx_map() 973 txd4 |= fport; in mtk_tx_map() 1044 WRITE_ONCE(txd->txd4, fport); in mtk_tx_map()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa_svc.h | 396 bfa_boolean_t fport; /* attached peer is F_PORT */ member
|
D | bfa_svc.c | 1243 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1246 if (!lps->fport && lps->lp_pid) in bfa_lps_sm_login() 1268 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1546 lps->fport = rsp->f_port; in bfa_lps_login_rsp() 1547 if (lps->fport) in bfa_lps_login_rsp()
|
D | bfa_fcs.c | 910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|