Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet6_hashtables.h32 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 Dinet_hashtables.h380 const __be32 faddr, const __be16 fport);
H A Dudp.h318 const __be32 faddr, const __be16 fport);
/linux/include/uapi/linux/
H A Drds.h181 __be16 fport; member
192 __be16 fport; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A 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()
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 Dcxgb4_tc_flower.c232 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 Dcxgb4_ethtool.c1661 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 Drecv.c851 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 Dairoha_ppe.c90 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 Dairoha_eth.h732 void airoha_ppe_set_cpu_port(struct airoha_gdm_dev *dev, u8 ppe_id, u8 fport);
H A Dairoha_eth.c2304 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 Dinet6_hashtables.c36 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument
65 c += (__force u32)fport; in inet6_ehashfn()
H A Dudp.c82 const __be16 fport) in udp6_ehashfn() argument
94 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
/linux/net/ipv4/
H A Dudp.c407 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 DChangeLog.lpfc348 * rport fixes: for fport, get maxframe and class support