/Linux-v5.4/include/net/ |
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()
|
D | inet_sock.h | 336 const __be16 fport, in __inet_ehashfn() argument 341 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
D | inet_hashtables.h | 391 const struct in6_addr *faddr, const __be16 fport);
|
/Linux-v5.4/include/uapi/linux/ |
D | rds.h | 179 __be16 fport; member 190 __be16 fport; member
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
D | cxgb4_filter.c | 655 fwr->fp = htons(f->fs.val.fport); in set_filter_wr() 656 fwr->fpm = htons(f->fs.mask.fport); in set_filter_wr() 825 if (fs->val.fport && !fs->mask.fport) in fill_default_mask() 826 fs->mask.fport = ~0; in fill_default_mask() 907 if (!fs->val.fport || fs->mask.fport != 0xffff) in is_filter_exact_match() 1021 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req6() 1062 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req()
|
D | cxgb4_tc_flower.c | 161 fs->val.fport = cpu_to_be16(match.key->src); in cxgb4_process_flow_match() 162 fs->mask.fport = cpu_to_be16(match.mask->src); in cxgb4_process_flow_match()
|
D | cxgb4.h | 1167 uint16_t fport; /* foreign port */ member
|
/Linux-v5.4/net/ipv6/ |
D | inet6_hashtables.c | 26 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 39 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
D | udp.c | 61 const __be16 fport) in udp6_ehashfn() argument 76 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/Linux-v5.4/net/rds/ |
D | recv.c | 793 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 798 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 822 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 827 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/Linux-v5.4/net/ipv4/ |
D | inet_hashtables.c | 30 const __be16 fport) in inet_ehashfn() argument 36 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
D | udp.c | 398 const __be16 fport) in udp_ehashfn() argument 404 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/Linux-v5.4/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 896 u32 txd4 = 0, fport; in mtk_tx_map() local 905 fport = (mac->id + 1) << TX_DMA_FPORT_SHIFT; in mtk_tx_map() 906 txd4 |= fport; in mtk_tx_map() 977 WRITE_ONCE(txd->txd4, fport); in mtk_tx_map()
|
/Linux-v5.4/drivers/scsi/bfa/ |
D | bfa_svc.h | 396 bfa_boolean_t fport; /* attached peer is F_PORT */ member
|
D | bfa_svc.c | 1243 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1246 if (!lps->fport && lps->lp_pid) in bfa_lps_sm_login() 1268 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1546 lps->fport = rsp->f_port; in bfa_lps_login_rsp() 1547 if (lps->fport) in bfa_lps_login_rsp()
|
D | bfa_fcs.c | 910 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|