/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 369 unsigned char *srcp, *destp; in rpcrdma_inline_pullup() local 374 destp = rqst->rq_svec[0].iov_base; in rpcrdma_inline_pullup() 376 destp += curlen; in rpcrdma_inline_pullup() 379 __func__, destp, rqst->rq_slen, curlen); in rpcrdma_inline_pullup() 385 if (destp + copy_len != rqst->rq_snd_buf.tail[0].iov_base) { in rpcrdma_inline_pullup() 386 memmove(destp + copy_len, in rpcrdma_inline_pullup() 391 __func__, destp + copy_len, curlen); in rpcrdma_inline_pullup() 405 __func__, i, destp, copy_len, curlen); in rpcrdma_inline_pullup() 407 memcpy(destp, srcp+page_base, curlen); in rpcrdma_inline_pullup() 410 destp += curlen; in rpcrdma_inline_pullup() [all …]
|
D | svc_rdma_recvfrom.c | 374 char *srcp, *destp; in rdma_copy_tail() local 387 destp = page_address(rqstp->rq_arg.pages[page_no]); in rdma_copy_tail() 388 destp += page_offset; in rdma_copy_tail() 390 *destp++ = *srcp++; in rdma_copy_tail() 401 destp = page_address(rqstp->rq_arg.pages[page_no]); in rdma_copy_tail() 403 *destp++ = *srcp++; in rdma_copy_tail()
|
/linux-4.4.14/include/net/ |
D | transp_v6.h | 48 __u16 srcp, __u16 destp, int bucket);
|
/linux-4.4.14/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 | 1694 __u16 destp, srcp; in get_tcp6_sock() local 1706 destp = ntohs(inet->inet_dport); in get_tcp6_sock() 1741 dest->s6_addr32[2], dest->s6_addr32[3], destp, in get_tcp6_sock() 1767 __u16 destp, srcp; in get_timewait6_sock() local 1771 destp = ntohs(tw->tw_dport); in get_timewait6_sock() 1781 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 | 1475 __u16 destp = ntohs(inet->inet_dport); in udp6_seq_show() local 1476 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in udp6_seq_show()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_ipv4.c | 2166 __u16 destp = ntohs(inet->inet_dport); in get_tcp4_sock() local 2198 i, src, srcp, dest, destp, state, in get_tcp4_sock() 2222 __u16 destp, srcp; in get_timewait4_sock() local 2226 destp = ntohs(tw->tw_dport); in get_timewait4_sock() 2231 i, src, srcp, dest, destp, tw->tw_substate, 0, 0, in get_timewait4_sock()
|
D | raw.c | 1024 __u16 destp = 0, in raw_sock_seq_show() local 1029 i, src, srcp, dest, destp, sp->sk_state, in raw_sock_seq_show()
|
D | ping.c | 1110 __u16 destp = ntohs(inet->inet_dport); in ping_v4_format_sock() local 1115 bucket, src, srcp, dest, destp, sp->sk_state, in ping_v4_format_sock()
|
D | udp.c | 2435 __u16 destp = ntohs(inet->inet_dport); in udp4_format_sock() local 2440 bucket, src, srcp, dest, destp, sp->sk_state, in udp4_format_sock()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 9468 lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_pcimem_bcopy() argument 9471 uint32_t *dest = destp; in lpfc_sli_pcimem_bcopy() 9496 lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt) in lpfc_sli_bemem_bcopy() argument 9499 uint32_t *dest = destp; in lpfc_sli_bemem_bcopy()
|