Searched refs:part (Results 1 - 4 of 4) sorted by relevance

/net/rds/
H A Dtransport.c116 unsigned int part; local
128 part = trans->stats_info_copy(iter, avail);
129 avail -= min(avail, part);
130 total += part;
/net/lapb/
H A DKconfig9 the lower) part of the X.25 protocol. It offers a reliable
12 Layer, the higher part of X.25, but others are possible as well).
/net/rxrpc/
H A DKconfig12 the transport part, not the presentation part: (un)marshalling is
H A Dar-input.c455 struct sk_buff *part; local
466 part = skb_clone(jumbo, GFP_ATOMIC);
467 if (!part) {
472 rxrpc_new_skb(part);
474 pskb_trim(part, RXRPC_JUMBO_DATALEN);
491 rxrpc_fast_process_packet(call, part);
492 part = NULL;
502 rxrpc_free_skb(part);

Completed in 63 milliseconds