Searched refs:fport (Results 1 – 14 of 14) sorted by relevance
| /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() 52 const struct in6_addr *faddr, const __be16 fport);
|
| H A D | inet_hashtables.h | 367 const __be32 faddr, const __be16 fport);
|
| H A D | udp.h | 320 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/ipv6/ |
| H A D | inet6_hashtables.c | 28 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 38 return lport + __inet6_ehashfn(lhash, 0, fhash, fport, in inet6_ehashfn()
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 35 const __be16 fport) in inet_ehashfn() argument 39 return lport + __inet_ehashfn(laddr, 0, faddr, fport, in inet_ehashfn()
|
| H A D | udp.c | 413 const __be32 faddr, const __be16 fport) in udp_ehashfn() argument 417 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 1916 u8 fport; in airoha_dev_xmit() local 1945 fport = airoha_get_fe_port(port); in airoha_dev_xmit() 1946 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
|