Searched refs:fport (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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 | 269 const __be16 fport, in __inet_ehashfn() argument 274 ((__u32) lport) << 16 | (__force __u32)fport, in __inet_ehashfn()
|
D | inet_hashtables.h | 348 const struct in6_addr *faddr, const __be16 fport);
|
/linux-4.4.14/net/ipv6/ |
D | inet6_hashtables.c | 28 const struct in6_addr *faddr, const __be16 fport) in inet6_ehashfn() argument 41 return __inet6_ehashfn(lhash, lport, fhash, fport, in inet6_ehashfn()
|
D | udp.c | 60 const __be16 fport) in udp6_ehashfn() argument 75 return __inet6_ehashfn(lhash, lport, fhash, fport, in udp6_ehashfn()
|
/linux-4.4.14/include/uapi/linux/ |
D | rds.h | 134 __be16 fport; member
|
/linux-4.4.14/net/rds/ |
D | recv.c | 540 minfo.fport = inc->i_hdr.h_sport; in rds_inc_info_copy() 545 minfo.fport = inc->i_hdr.h_dport; in rds_inc_info_copy()
|
/linux-4.4.14/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 | 430 const __be16 fport) in udp_ehashfn() argument 436 return __inet_ehashfn(laddr, lport, faddr, fport, in udp_ehashfn()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.h | 403 bfa_boolean_t fport; /* attached peer is F_PORT */ member
|
D | bfa_svc.c | 1293 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1296 if (!lps->fport && lps->lp_pid) in bfa_lps_sm_login() 1318 bfa_trc(lps->bfa, lps->fport); in bfa_lps_sm_login() 1611 lps->fport = rsp->f_port; in bfa_lps_login_rsp() 1612 if (lps->fport) in bfa_lps_login_rsp()
|
D | bfa_fcs.c | 980 if (fabric->lps->fport) { in bfa_cb_lps_flogi_comp()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 821 uint16_t fport; /* foreign port */ member
|
D | cxgb4_main.c | 1271 fwr->fp = htons(f->fs.val.fport); in set_filter_wr() 1272 fwr->fpm = htons(f->fs.mask.fport); in set_filter_wr()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|