Home
last modified time | relevance | path

Searched refs:fport (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/include/net/
Dinet6_hashtables.h30 const __be16 fport, in __inet6_ehashfn() argument
33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn()
Dinet_sock.h347 const __be16 fport, in __inet_ehashfn() argument
352 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
Dinet_hashtables.h453 const struct in6_addr *faddr, const __be16 fport);
/linux-6.1.9/include/uapi/linux/
Drds.h181 __be16 fport; member
192 __be16 fport; member
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32_parse.h221 f->val.fport = ntohl(val) >> 16; in cxgb4_fill_l4_ports()
222 f->mask.fport = ntohl(mask) >> 16; in cxgb4_fill_l4_ports()
Dcxgb4_filter.c911 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()
Dcxgb4_tc_flower.c243 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()
Dcxgb4_ethtool.c1664 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()
Dcxgb4.h1364 uint16_t fport; /* foreign port */ member
/linux-6.1.9/net/rds/
Drecv.c790 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/
Dinet6_hashtables.c26 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument
39 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
Dudp.c77 const __be16 fport) in udp6_ehashfn() argument
92 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
/linux-6.1.9/net/ipv4/
Dinet_hashtables.c33 const __be16 fport) in inet_ehashfn() argument
39 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
Dudp.c405 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/
Dbfa_svc.h396 bfa_boolean_t fport; /* attached peer is F_PORT */ member
Dbfa_svc.c1237 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()
Dbfa_fcs.c910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
/linux-6.1.9/Documentation/scsi/
DChangeLog.lpfc348 * rport fixes: for fport, get maxframe and class support