/Linux-v4.19/include/net/ |
D | inet6_hashtables.h | 34 const __be16 fport, in __inet6_ehashfn() argument 37 const u32 ports = (((u32)lport) << 16) | (__force u32)fport; in __inet6_ehashfn()
|
D | inet_sock.h | 318 const __be16 fport, in __inet_ehashfn() argument 323 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
D | inet_hashtables.h | 384 const struct in6_addr *faddr, const __be16 fport);
|
/Linux-v4.19/include/uapi/linux/ |
D | rds.h | 172 __be16 fport; member 182 __be16 fport; member
|
/Linux-v4.19/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() 803 if (fs->val.fport && !fs->mask.fport) in fill_default_mask() 804 fs->mask.fport = ~0; in fill_default_mask() 885 if (!fs->val.fport || fs->mask.fport != 0xffff) in is_filter_exact_match() 999 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req6() 1040 req->peer_port = cpu_to_be16(f->fs.val.fport); in mk_act_open_req()
|
D | cxgb4_tc_flower.c | 176 fs->val.fport = cpu_to_be16(key->src); in cxgb4_process_flow_match() 177 fs->mask.fport = cpu_to_be16(mask->src); in cxgb4_process_flow_match()
|
D | cxgb4.h | 1123 uint16_t fport; /* foreign port */ member
|
/Linux-v4.19/net/rds/ |
D | recv.c | 783 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 788 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy() 811 minfo6.fport = inc->i_hdr.h_sport; in rds6_inc_info_copy() 816 minfo6.fport = inc->i_hdr.h_dport; in rds6_inc_info_copy()
|
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 30 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 43 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
D | udp.c | 73 const __be16 fport) in udp6_ehashfn() argument 88 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 34 const __be16 fport) in inet_ehashfn() argument 40 return __inet_ehashfn(laddr, lport, faddr, fport, in inet_ehashfn()
|
D | udp.c | 418 const __be16 fport) in udp_ehashfn() argument 424 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/Linux-v4.19/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 691 u32 txd4 = 0, fport; in mtk_tx_map() local 698 fport = (mac->id + 1) << TX_DMA_FPORT_SHIFT; in mtk_tx_map() 699 txd4 |= fport; in mtk_tx_map() 759 WRITE_ONCE(txd->txd4, fport); in mtk_tx_map()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_svc.h | 404 bfa_boolean_t fport; /* attached peer is F_PORT */ member
|
D | bfa_svc.c | 1251 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1254 if (!lps->fport && lps->lp_pid) in bfa_lps_sm_login() 1276 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1554 lps->fport = rsp->f_port; in bfa_lps_login_rsp() 1555 if (lps->fport) in bfa_lps_login_rsp()
|
D | bfa_fcs.c | 918 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|