Home
last modified time | relevance | path

Searched refs:pbuf (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/
A Dnf_conntrack_amanda.c97 char pbuf[sizeof("65535")], *tmp; in amanda_help() local
136 len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off); in amanda_help()
137 if (skb_copy_bits(skb, off, pbuf, len)) in amanda_help()
139 pbuf[len] = '\0'; in amanda_help()
141 port = htons(simple_strtoul(pbuf, &tmp, 10)); in amanda_help()
142 len = tmp - pbuf; in amanda_help()
/net/ceph/
A Dosd_client.c5797 char **pbuf) in osd_sparse_read() argument
5814 *pbuf = (char *)&sr->sr_count; in osd_sparse_read()
5838 *pbuf = (char *)sr->sr_extent; in osd_sparse_read()
5847 *pbuf = (char *)&sr->sr_datalen; in osd_sparse_read()
5890 *pbuf = NULL; in osd_sparse_read()

Completed in 15 milliseconds