/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 849 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) in rpcrdma_inline_fixup() argument 860 rqst->rq_rcv_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup() 861 rqst->rq_private_buf.head[0].iov_base = srcp; in rpcrdma_inline_fixup() 870 __func__, srcp, copy_len, curlen); in rpcrdma_inline_fixup() 871 srcp += curlen; in rpcrdma_inline_fixup() 892 __func__, i, srcp, copy_len, curlen); in rpcrdma_inline_fixup() 894 memcpy(destp + page_base, srcp, curlen); in rpcrdma_inline_fixup() 897 srcp += curlen; in rpcrdma_inline_fixup() 913 srcp -= pad; in rpcrdma_inline_fixup() 920 rqst->rq_rcv_buf.tail[0].iov_base = srcp; in rpcrdma_inline_fixup() [all …]
|
D | svc_rdma_recvfrom.c | 374 char *srcp, *destp; in rdma_copy_tail() local 378 srcp = head->arg.head[0].iov_base + position; in rdma_copy_tail() 390 *destp++ = *srcp++; in rdma_copy_tail() 403 *destp++ = *srcp++; in rdma_copy_tail()
|
/net/ipv6/ |
D | ping.c | 219 __u16 srcp = ntohs(inet->inet_sport); in ping_v6_seq_show() local 221 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in ping_v6_seq_show()
|
D | tcp_ipv6.c | 1743 __u16 destp, srcp; in get_tcp6_sock() local 1756 srcp = ntohs(inet->inet_sport); in get_tcp6_sock() 1788 src->s6_addr32[2], src->s6_addr32[3], srcp, in get_tcp6_sock() 1816 __u16 destp, srcp; in get_timewait6_sock() local 1821 srcp = ntohs(tw->tw_sport); in get_timewait6_sock() 1828 src->s6_addr32[2], src->s6_addr32[3], srcp, in get_timewait6_sock()
|
D | datagram.c | 1012 __u16 srcp, __u16 destp, int bucket) in ip6_dgram_sock_seq_show() argument 1023 src->s6_addr32[2], src->s6_addr32[3], srcp, in ip6_dgram_sock_seq_show()
|
D | raw.c | 1277 __u16 srcp = inet_sk(sp)->inet_num; in raw6_seq_show() local 1278 ip6_dgram_sock_seq_show(seq, v, srcp, 0, in raw6_seq_show()
|
D | udp.c | 1398 __u16 srcp = ntohs(inet->inet_sport); in udp6_seq_show() local 1400 ip6_dgram_sock_seq_show(seq, v, srcp, destp, bucket); in udp6_seq_show()
|
/net/ipv4/ |
D | tcp_ipv4.c | 2240 __u16 srcp = ntohs(inet->inet_sport); in get_tcp4_sock() local 2271 i, src, srcp, dest, destp, state, in get_tcp4_sock() 2295 __u16 destp, srcp; in get_timewait4_sock() local 2300 srcp = ntohs(tw->tw_sport); in get_timewait4_sock() 2304 i, src, srcp, dest, destp, tw->tw_substate, 0, 0, in get_timewait4_sock()
|
D | raw.c | 1030 srcp = inet->inet_num; in raw_sock_seq_show() local 1034 i, src, srcp, dest, destp, sp->sk_state, in raw_sock_seq_show()
|
D | ping.c | 1119 __u16 srcp = ntohs(inet->inet_sport); in ping_v4_format_sock() local 1123 bucket, src, srcp, dest, destp, sp->sk_state, in ping_v4_format_sock()
|
D | udp.c | 2385 __u16 srcp = ntohs(inet->inet_sport); in udp4_format_sock() local 2389 bucket, src, srcp, dest, destp, sp->sk_state, in udp4_format_sock()
|