/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 308 unsigned char *srcp, *destp; in rpcrdma_inline_pullup() local 313 destp = rqst->rq_svec[0].iov_base; in rpcrdma_inline_pullup() 315 destp += curlen; in rpcrdma_inline_pullup() 325 __func__, pad, destp, rqst->rq_slen, curlen); in rpcrdma_inline_pullup() 331 if (destp + copy_len != rqst->rq_snd_buf.tail[0].iov_base) { in rpcrdma_inline_pullup() 332 memmove(destp + copy_len, in rpcrdma_inline_pullup() 337 __func__, destp + copy_len, curlen); in rpcrdma_inline_pullup() 351 __func__, i, destp, copy_len, curlen); in rpcrdma_inline_pullup() 353 memcpy(destp, srcp+page_base, curlen); in rpcrdma_inline_pullup() 356 destp += curlen; in rpcrdma_inline_pullup() [all …]
|
D | svc_rdma_recvfrom.c | 377 char *srcp, *destp; in rdma_copy_tail() local 390 destp = page_address(rqstp->rq_arg.pages[page_no]); in rdma_copy_tail() 391 destp += page_offset; in rdma_copy_tail() 393 *destp++ = *srcp++; in rdma_copy_tail() 404 destp = page_address(rqstp->rq_arg.pages[page_no]); in rdma_copy_tail() 406 *destp++ = *srcp++; in rdma_copy_tail()
|
/linux-4.1.27/include/net/ |
D | transp_v6.h | 48 __u16 srcp, __u16 destp, int bucket);
|
/linux-4.1.27/net/ipv6/ |
D | ping.c | 209 __u16 destp = ntohs(inet->inet_dport); in ping_v6_seq_show() local 210 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in ping_v6_seq_show()
|
D | tcp_ipv6.c | 1681 __u16 destp, srcp; in get_tcp6_sock() local 1691 destp = ntohs(inet->inet_dport); in get_tcp6_sock() 1715 dest->s6_addr32[2], dest->s6_addr32[3], destp, in get_tcp6_sock() 1741 __u16 destp, srcp; in get_timewait6_sock() local 1745 destp = ntohs(tw->tw_dport); in get_timewait6_sock() 1755 dest->s6_addr32[2], dest->s6_addr32[3], destp, in get_timewait6_sock()
|
D | datagram.c | 963 __u16 srcp, __u16 destp, int bucket) in ip6_dgram_sock_seq_show() argument 976 dest->s6_addr32[2], dest->s6_addr32[3], destp, in ip6_dgram_sock_seq_show()
|
D | udp.c | 1474 __u16 destp = ntohs(inet->inet_dport); in udp6_seq_show() local 1475 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in udp6_seq_show()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 2197 __u16 destp = ntohs(inet->inet_dport); in get_tcp4_sock() local 2227 i, src, srcp, dest, destp, sk->sk_state, in get_tcp4_sock() 2251 __u16 destp, srcp; in get_timewait4_sock() local 2255 destp = ntohs(tw->tw_dport); in get_timewait4_sock() 2260 i, src, srcp, dest, destp, tw->tw_substate, 0, 0, in get_timewait4_sock()
|
D | raw.c | 1014 __u16 destp = 0, in raw_sock_seq_show() local 1019 i, src, srcp, dest, destp, sp->sk_state, in raw_sock_seq_show()
|
D | ping.c | 1109 __u16 destp = ntohs(inet->inet_dport); in ping_v4_format_sock() local 1114 bucket, src, srcp, dest, destp, sp->sk_state, in ping_v4_format_sock()
|
D | udp.c | 2420 __u16 destp = ntohs(inet->inet_dport); in udp4_format_sock() local 2425 bucket, src, srcp, dest, destp, sp->sk_state, in udp4_format_sock()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 9486 lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_pcimem_bcopy() argument 9489 uint32_t *dest = destp; in lpfc_sli_pcimem_bcopy() 9514 lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_bemem_bcopy() argument 9517 uint32_t *dest = destp; in lpfc_sli_bemem_bcopy()
|