Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet6_hashtables.h30 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 Dinet_hashtables.h379 const __be32 faddr, const __be16 fport);
H A Dudp.h307 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.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()
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()
H A Dcxgb4.h1362 uint16_t fport; /* foreign port */ member
/linux/net/rds/
H A Drecv.c800 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 Dinet6_hashtables.c28 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 Dudp.c80 const __be16 fport) in udp6_ehashfn() argument
92 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
/linux/net/ipv4/
H A Dinet_hashtables.c34 const __be16 fport) in inet_ehashfn() argument
38 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
H A Dudp.c414 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 Dairoha_eth.c2569 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 Dbfa_fcs.c910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
/linux/Documentation/scsi/
H A DChangeLog.lpfc348 * rport fixes: for fport, get maxframe and class support