Home
last modified time | relevance | path

Searched refs:part (Results 1 – 11 of 11) sorted by relevance

/net/rds/
A Dtransport.c150 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 DKconfig10 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 DKconfig216 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 DKconfig14 the transport part, not the presentation part: (un)marshalling is
A Drxkad.c151 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 Drxgk.c288 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 Doutput.c333 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 Dtls_sw.c1001 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 DKconfig105 which certificates are part of the kernel sources
/net/core/
A Dskbuff.c7274 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 DKconfig1001 addresses. It maps the network address part, while keeping the host
1002 address part intact.

Completed in 37 milliseconds