Searched defs:used (Results 1 - 10 of 10) sorted by relevance

/net/lapb/
H A Dlapb_iface.c408 int used = 0; local
412 used = 1;
415 return used;
/net/openvswitch/
H A Dflow.h106 unsigned long used; /* Last used time (in jiffies). */ member in struct:sw_flow
H A Ddatapath.c688 flow->used = 0;
869 unsigned long used; local
890 used = flow->used;
896 if (used &&
897 nla_put_u64(skb, OVS_FLOW_ATTR_USED, ovs_flow_used_time(used)))
/net/llc/
H A Daf_llc.c247 * specifically used llc_ui_bind to bind to an specific address/sap
428 * specified arp type will be used.
719 unsigned long used; local
818 used = skb->len - offset;
819 if (len < used)
820 used = len;
824 msg->msg_iov, used);
833 *seq += used;
834 copied += used;
835 len -= used;
[all...]
/net/mac80211/
H A Diface.c1460 bool used = false; local
1465 used = true;
1470 if (!used) {
1512 bool used = false; local
1526 used = true;
1531 if (!used) {
/net/bridge/
H A Dbr_private.h89 unsigned long used; member in struct:net_bridge_fdb_entry
/net/ipv4/
H A Dtcp.c168 * and TCP syn retries gets used now.
318 * Technical note: it is used by multiple contexts non atomically.
1402 dma_cookie_t done, used; local
1415 &used) == DMA_SUCCESS) {
1423 used) == DMA_SUCCESS)) {
1478 int used; local
1490 used = recv_actor(desc, skb, offset, len);
1491 if (used <= 0) {
1493 copied = used;
1495 } else if (used <
1553 unsigned long used; local
[all...]
/net/netfilter/
H A Dx_tables.c56 unsigned int cur; /* number of used slots in compat_tab[] */
409 char used[64], allow[64]; local
411 pr_err("%s_tables: %s match: used from hooks %s, but only "
414 textify_hooks(used, sizeof(used), par->hook_mask,
584 char used[64], allow[64]; local
586 pr_err("%s_tables: %s target: used from hooks %s, but only "
589 textify_hooks(used, sizeof(used), par->hook_mask,
/net/sunrpc/
H A Dxprtsock.c821 * This is used when all requests are complete; ie, no DRC state remains
1038 size_t len, used; local
1043 used = xdr_skb_read_bits(desc, p, len);
1044 transport->tcp_offset += used;
1045 if (used != len)
1083 size_t len, used; local
1089 used = xdr_skb_read_bits(desc, p, len);
1090 transport->tcp_offset += used;
1091 if (used != len)
1106 size_t len, used; local
[all...]
/net/
H A Dsocket.c28 * Uphoff's max is used as max to be
203 * This is overwritten with the buffer space used. -EINVAL is returned
493 ssize_t used = 0; local
498 used += len;
500 if (size < used)
506 used += len;
508 if (size < used)
514 return used;
1174 * 2. fasync_list is used under read_lock(&sk->sk_callback_lock)
2669 seq_printf(seq, "sockets: used
[all...]

Completed in 193 milliseconds