/linux/include/net/ |
H A 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() 53 const struct in6_addr *faddr, const __be16 fport);
|
H A D | inet_hashtables.h | 379 const __be32 faddr, const __be16 fport);
|
H A D | udp.h | 307 const __be32 faddr, const __be16 fport);
|
/linux/include/uapi/linux/ |
H A D | rds.h | 181 __be16 fport; member 192 __be16 fport; member
|
/linux/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() 1306 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req6() 1344 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() 248 fs->nat_fport = fs->val.fport; in cxgb4_process_flow_match()
|
H A D | cxgb4_ethtool.c | 1661 fs->h_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1662 fs->m_u.tcp_ip6_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule() 1676 fs->h_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->val.fport); in cxgb4_fill_filter_rule() 1677 fs->m_u.tcp_ip4_spec.psrc = cpu_to_be16(dfs->mask.fport); in cxgb4_fill_filter_rule()
|
H A D | cxgb4.h | 1362 uint16_t fport; /* foreign port */ member
|
/linux/net/rds/ |
H A D | recv.c | 800 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 805 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 829 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 834 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 28 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 38 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
H A D | udp.c | 80 const __be16 fport) in udp6_ehashfn() argument 92 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 34 const __be16 fport) in inet_ehashfn() argument 38 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
H A D | udp.c | 414 const __be32 faddr, const __be16 fport) in udp_ehashfn() argument 418 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | airoha_eth.c | 2569 u8 fport; in airoha_dev_xmit() local 2594 fport = port->id == 4 ? FE_PSE_PORT_GDM4 : port->id; in airoha_dev_xmit() 2595 msg1 = FIELD_PREP(QDMA_ETH_TXMSG_FPORT_MASK, fport) | in airoha_dev_xmit()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs.c | 910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|