Searched refs:part (Results 1 – 11 of 11) sorted by relevance
| /net/rds/ |
| A D | transport.c | 150 unsigned int part; in rds_trans_stats_info_copy() local 161 part = trans->stats_info_copy(iter, avail); in rds_trans_stats_info_copy() 162 avail -= min(avail, part); in rds_trans_stats_info_copy() 163 total += part; in rds_trans_stats_info_copy()
|
| /net/lapb/ |
| A D | Kconfig | 10 the lower) part of the X.25 protocol. It offers a reliable 13 Layer, the higher part of X.25, but others are possible as well).
|
| /net/mac80211/ |
| A D | Kconfig | 216 is taking part in a mesh network). 229 is taking part in a mesh network). 242 is taking part in a mesh network). 254 synchronization debugging messages (when mac80211 is taking part in a 265 channel switch debugging messages (when mac80211 is taking part in a 276 powersave debugging messages (when mac80211 is taking part in a
|
| /net/rxrpc/ |
| A D | Kconfig | 14 the transport part, not the presentation part: (un)marshalling is
|
| A D | rxkad.c | 151 size_t shdr, alloc, limit, part; in rxkad_alloc_txbuf() local 169 part = remain; in rxkad_alloc_txbuf() 170 alloc = round_up(shdr + part, RXKAD_ALIGN); in rxkad_alloc_txbuf() 172 part = limit; in rxkad_alloc_txbuf() 183 txb->space = part; in rxkad_alloc_txbuf()
|
| A D | rxgk.c | 288 size_t shdr, alloc, limit, part, offset, gap; in rxgk_alloc_txbuf() local 313 part = remain; in rxgk_alloc_txbuf() 315 shdr + part, &offset); in rxgk_alloc_txbuf() 318 part = limit - shdr; in rxgk_alloc_txbuf() 332 txb->space = part; in rxgk_alloc_txbuf()
|
| A D | output.c | 333 size_t part = umin(probe_mtu - len, PAGE_SIZE); in rxrpc_send_ACK() local 336 kv[nr_kv].iov_len = part; in rxrpc_send_ACK() 337 len += part; in rxrpc_send_ACK()
|
| /net/tls/ |
| A D | tls_sw.c | 1001 ssize_t part; in tls_sw_sendmsg_splice() local 1004 part = iov_iter_extract_pages(&msg->msg_iter, &pages, in tls_sw_sendmsg_splice() 1006 if (part <= 0) in tls_sw_sendmsg_splice() 1007 return part ?: -EIO; in tls_sw_sendmsg_splice() 1010 iov_iter_revert(&msg->msg_iter, part); in tls_sw_sendmsg_splice() 1014 sk_msg_page_add(msg_pl, page, part, off); in tls_sw_sendmsg_splice() 1017 sk_mem_charge(sk, part); in tls_sw_sendmsg_splice() 1018 *copied += part; in tls_sw_sendmsg_splice() 1019 try_to_copy -= part; in tls_sw_sendmsg_splice()
|
| /net/wireless/ |
| A D | Kconfig | 105 which certificates are part of the kernel sources
|
| /net/core/ |
| A D | skbuff.c | 7274 size_t part = min_t(size_t, PAGE_SIZE - off, len); in skb_splice_from_iter() local 7280 ret = skb_append_pagefrags(skb, page, off, part, in skb_splice_from_iter() 7288 skb_splice_csum_page(skb, page, off, part); in skb_splice_from_iter() 7291 spliced += part; in skb_splice_from_iter() 7292 maxsize -= part; in skb_splice_from_iter() 7293 len -= part; in skb_splice_from_iter()
|
| /net/netfilter/ |
| A D | Kconfig | 1001 addresses. It maps the network address part, while keeping the host 1002 address part intact.
|
Completed in 37 milliseconds