/linux-6.1.9/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 | 347 const __be16 fport, in __inet_ehashfn() argument 352 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
D | inet_hashtables.h | 453 const struct in6_addr *faddr, const __be16 fport);
|
/linux-6.1.9/include/uapi/linux/ |
D | rds.h | 181 __be16 fport; member 192 __be16 fport; member
|
/linux-6.1.9/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 | 1664 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1665 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule() 1679 fs->h_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1680 fs->m_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
|
D | cxgb4.h | 1364 uint16_t fport; /* foreign port */ member
|
/linux-6.1.9/net/rds/ |
D | recv.c | 790 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 795 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 819 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 824 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/linux-6.1.9/net/ipv6/ |
D | inet6_hashtables.c | 26 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 39 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
D | udp.c | 77 const __be16 fport) in udp6_ehashfn() argument 92 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/linux-6.1.9/net/ipv4/ |
D | inet_hashtables.c | 33 const __be16 fport) in inet_ehashfn() argument 39 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
D | udp.c | 405 const __be16 fport) in udp_ehashfn() argument 411 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_svc.h | 396 bfa_boolean_t fport; /* attached peer is F_PORT */ member
|
D | bfa_svc.c | 1237 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1240 if (!lps->fport && lps->lp_pid) in bfa_lps_sm_login() 1262 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1540 lps->fport = rsp->f_port; in bfa_lps_login_rsp() 1541 if (lps->fport) in bfa_lps_login_rsp()
|
D | bfa_fcs.c | 910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/linux-6.1.9/Documentation/scsi/ |
D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|