| /linux/include/net/ |
| H A D | inet6_hashtables.h | 32 const __be16 fport, in __inet6_ehashfn() argument 35 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn() 54 const struct in6_addr *faddr, const __be16 fport);
|
| H A D | inet_hashtables.h | 380 const __be32 faddr, const __be16 fport);
|
| H A D | udp.h | 318 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 | 232 fs->val.fport = be16_to_cpu(match.key->src); in cxgb4_process_flow_match() 233 fs->mask.fport = be16_to_cpu(match.mask->src); in cxgb4_process_flow_match() 237 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()
|
| /linux/net/rds/ |
| H A D | recv.c | 851 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 856 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 880 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 885 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_ppe.c | 90 void airoha_ppe_set_cpu_port(struct airoha_gdm_dev *dev, u8 ppe_id, u8 fport) in airoha_ppe_set_cpu_port() argument 98 airoha_fe_rmw(eth, REG_PPE_DFT_CPORT(ppe_id, fport), in airoha_ppe_set_cpu_port() 99 DFT_CPORT_MASK(fport), in airoha_ppe_set_cpu_port() 100 __field_prep(DFT_CPORT_MASK(fport), fe_cpu_port)); in airoha_ppe_set_cpu_port() 209 u8 fport; in airoha_ppe_hw_init() local 216 fport = airoha_get_fe_port(dev); in airoha_ppe_hw_init() 217 airoha_ppe_set_cpu_port(dev, ppe_id, fport); in airoha_ppe_hw_init()
|
| H A D | airoha_eth.h | 732 void airoha_ppe_set_cpu_port(struct airoha_gdm_dev *dev, u8 ppe_id, u8 fport);
|
| H A D | airoha_eth.c | 2304 u8 fport; in airoha_dev_xmit() local 2335 fport = airoha_get_fe_port(dev); in airoha_dev_xmit() 2337 FIELD_PREP(QDMA_ETH_TXMSG_FPORT_MASK, fport) | in airoha_dev_xmit()
|
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 36 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 65 c += (__force u32)fport; in inet6_ehashfn()
|
| H A D | udp.c | 82 const __be16 fport) in udp6_ehashfn() argument 94 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcs.c | 910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 407 const __be32 faddr, const __be16 fport) in udp_ehashfn() argument 411 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|