Searched refs:part (Results 1 – 8 of 8) sorted by relevance
/net/rds/ |
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/ |
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/ |
D | Kconfig | 206 is taking part in a mesh network). 219 is taking part in a mesh network). 232 is taking part in a mesh network). 244 synchronization debugging messages (when mac80211 is taking part in a 255 channel switch debugging messages (when mac80211 is taking part in a 266 powersave debugging messages (when mac80211 is taking part in a
|
/net/rxrpc/ |
D | Kconfig | 14 the transport part, not the presentation part: (un)marshalling is
|
/net/tls/ |
D | tls_sw.c | 981 ssize_t part; in tls_sw_sendmsg_splice() local 984 part = iov_iter_extract_pages(&msg->msg_iter, &pages, in tls_sw_sendmsg_splice() 986 if (part <= 0) in tls_sw_sendmsg_splice() 987 return part ?: -EIO; in tls_sw_sendmsg_splice() 990 iov_iter_revert(&msg->msg_iter, part); in tls_sw_sendmsg_splice() 994 sk_msg_page_add(msg_pl, page, part, off); in tls_sw_sendmsg_splice() 997 sk_mem_charge(sk, part); in tls_sw_sendmsg_splice() 998 *copied += part; in tls_sw_sendmsg_splice() 999 try_to_copy -= part; in tls_sw_sendmsg_splice()
|
/net/wireless/ |
D | Kconfig | 108 which certificates are part of the kernel sources
|
/net/core/ |
D | skbuff.c | 6932 size_t part = min_t(size_t, PAGE_SIZE - off, len); in skb_splice_from_iter() local 6938 ret = skb_append_pagefrags(skb, page, off, part, in skb_splice_from_iter() 6946 skb_splice_csum_page(skb, page, off, part); in skb_splice_from_iter() 6949 spliced += part; in skb_splice_from_iter() 6950 maxsize -= part; in skb_splice_from_iter() 6951 len -= part; in skb_splice_from_iter()
|
/net/netfilter/ |
D | Kconfig | 995 addresses. It maps the network address part, while keeping the host 996 address part intact.
|