/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | ninet_hashtables.h | 37 const __be16 fport, in __ninet_ehashfn() 40 const u32 ports = (((u32) lport) << 16) | (__force u32) fport; in __ninet_ehashfn() 117 const struct nip_addr *faddr, const __be16 fport); 34 __ninet_ehashfn(const u32 lhash, const u16 lport, const u32 fhash, const __be16 fport, const u32 initval) __ninet_ehashfn() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet6_hashtables.h | 30 const __be16 fport, in __inet6_ehashfn() 33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() 53 const struct in6_addr *faddr, const __be16 fport); 27 __inet6_ehashfn(const u32 lhash, const u16 lport, const u32 fhash, const __be16 fport, const u32 initval) __inet6_ehashfn() argument
|
H A D | inet_sock.h | 375 const __be16 fport, in __inet_ehashfn() 380 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn() 372 __inet_ehashfn(const __be32 laddr, const __u16 lport, const __be32 faddr, const __be16 fport, u32 initval) __inet_ehashfn() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet6_hashtables.h | 30 const __be16 fport, in __inet6_ehashfn() 33 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() 27 __inet6_ehashfn(const u32 lhash, const u16 lport, const u32 fhash, const __be16 fport, const u32 initval) __inet6_ehashfn() argument
|
H A D | inet_sock.h | 343 const __be16 fport, in __inet_ehashfn() 348 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn() 340 __inet_ehashfn(const __be32 laddr, const __u16 lport, const __be32 faddr, const __be16 fport, u32 initval) __inet_ehashfn() argument
|
H A D | inet_hashtables.h | 387 const struct in6_addr *faddr, const __be16 fport);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rds.h | 181 __be16 fport; member 192 __be16 fport; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rds.h | 181 __be16 fport; member 192 __be16 fport; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rds.h | 89 __be16 fport; member 98 __be16 fport; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rds.h | 107 __be16 fport; member 117 __be16 fport; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rds.h | 107 __be16 fport; member 117 __be16 fport; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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()
|
H A 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()
|
H A 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() 246 /* also initialize nat_lport/fport to same values */ in cxgb4_process_flow_match() 248 fs->nat_fport = fs->val.fport; in cxgb4_process_flow_match()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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()
|
H A 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()
|
H A 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() 246 /* also initialize nat_lport/fport to same values */ in cxgb4_process_flow_match() 248 fs->nat_fport = fs->val.fport; in cxgb4_process_flow_match()
|
H A 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()
|
/kernel/linux/linux-5.10/net/rds/ |
H A 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-6.6/net/rds/ |
H A D | recv.c | 791 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 796 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 820 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 825 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_hashtables.c | 161 * fport: Source port 165 const struct nip_addr *faddr, const __be16 fport) in ninet_ehashfn() 179 return __ninet_ehashfn(lhash, lport, fhash, fport, in ninet_ehashfn() 163 ninet_ehashfn(const struct net *net, const struct nip_addr *laddr, const u16 lport, const struct nip_addr *faddr, const __be16 fport) ninet_ehashfn() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_hashtables.c | 28 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() 41 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn() 26 inet6_ehashfn(const struct net *net, const struct in6_addr *laddr, const u16 lport, const struct in6_addr *faddr, const __be16 fport) inet6_ehashfn() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 26 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() 39 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn() 24 inet6_ehashfn(const struct net *net, const struct in6_addr *laddr, const u16 lport, const struct in6_addr *faddr, const __be16 fport) inet6_ehashfn() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 34 const __be16 fport) in inet_ehashfn() 40 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn() 32 inet_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, const __be32 faddr, const __be16 fport) inet_ehashfn() argument
|