Searched refs:used (Results 1 - 25 of 39) sorted by relevance

12

/net/dns_resolver/
H A DKconfig9 which can be used to make upcalls to perform DNS lookups in
12 DNS Resolver is used to query DNS server for information. Examples
17 DNS Resolver is used by the CIFS and AFS modules, and would support
/net/packet/
H A DKconfig8 The Packet protocol is used by applications which communicate
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/net/netlink/
H A DKconfig18 Support for NETLINK socket monitoring interface used by the ss tool.
/net/8021q/
H A DKconfig26 Select this to enable GVRP end-system support. GVRP is used for
36 Select this to enable MVRP end-system support. MVRP is used for
/net/l2tp/
H A DKconfig19 L2TP is often used to tunnel PPP traffic over IP
21 connections. L2TP is also used as a VPN protocol, popular
41 used to dump internal state of the l2tp drivers for problem
81 in IP packets, it used IP protocol number 115, so this port
96 used as a control protocol and for data encapsulation to set
102 be used to assign an IP address to the local virtual
/net/lapb/
H A DKconfig11 it is used to transport higher level protocols (mostly X.25 Packet
13 Usually, LAPB is used with specialized X.21 network cards, but Linux
H A Dlapb_iface.c408 int used = 0; local
412 used = 1;
415 return used;
/net/can/
H A DKconfig11 1991, mainly for automotive, but now widely used in marine
27 most cases where no higher level protocol is being used. The raw
40 CAN messages are used on the bus (e.g. in automotive environments).
47 The CAN Gateway/Router is used to route (and modify) CAN frames.
/net/ipx/
H A DKconfig9 used for local networks of Windows machines. You need it if you
/net/phonet/
H A DKconfig12 supported). It can also be used to control Nokia phones
/net/decnet/
H A DKconfig7 The DECnet networking protocol was used in many products made by
/net/unix/
H A DKconfig10 accessing network connections. Many commonly used programs such as
27 Support for UNIX socket monitoring interface used by the ss tool.
/net/bridge/netfilter/
H A DKconfig44 The ebtables broute table is used to define rules that decide between
54 The ebtables filter table is used to define frame filtering rules at
63 The ebtables nat table is used to define rules that alter the MAC
127 This value is the same as the one used in the iptables mark match and
182 This value is the same as the one used in the iptables mark match and
/net/openvswitch/
H A Dflow.h170 unsigned long used; /* Last used time (in jiffies). */ member in struct:flow_stats
210 unsigned long *used, __be16 *tcp_flags);
H A Dflow.c104 new_stats->used = jiffies;
119 stats->used = jiffies;
130 unsigned long *used, __be16 *tcp_flags)
134 *used = 0;
146 if (!*used || time_after(stats->used, *used))
147 *used = stats->used;
166 stats->used
128 ovs_flow_stats_get(const struct sw_flow *flow, struct ovs_flow_stats *ovs_stats, unsigned long *used, __be16 *tcp_flags) argument
[all...]
/net/rxrpc/
H A DKconfig15 These are used for AFS kernel filesystem and userspace utilities.
/net/tipc/
H A DKconfig11 originates from Ericsson where it has been used in carrier grade
/net/xfrm/
H A DKconfig19 like IPsec used by native Linux tools.
76 The PF_KEY MIGRATE message is used to dynamically update
/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
817 used = skb->len - offset;
818 if (len < used)
819 used = len;
823 msg->msg_iov, used);
832 *seq += used;
833 copied += used;
834 len -= used;
[all...]
/net/ipv4/
H A Dtcp.c168 * and TCP syn retries gets used now.
324 * Technical note: it is used by multiple contexts non atomically.
1526 int used; local
1538 used = recv_actor(desc, skb, offset, len);
1539 if (used <= 0) {
1541 copied = used;
1543 } else if (used <= len) {
1544 seq += used;
1545 copied += used;
1546 offset += used;
1602 unsigned long used; local
[all...]
/net/ipv4/netfilter/
H A DKconfig60 chain type is used to force packet re-routing after mangling header
97 chain type is used to perform Network Address Translation (NAT)
294 iptables(8). This table is used for various packet alterations
317 This option adds a `ECN' target, which can be used in the iptables mangle
/net/ipv6/netfilter/
H A DKconfig39 chain type is used to force packet re-routing after mangling header
75 chain type is used to perform Network Address Translation (NAT)
243 iptables(8). This table is used for various packet alterations
/net/sunrpc/
H A Dxprtsock.c891 * This is used when all requests are complete; ie, no DRC state remains
1101 size_t len, used; local
1106 used = xdr_skb_read_bits(desc, p, len);
1107 transport->tcp_offset += used;
1108 if (used != len)
1146 size_t len, used; local
1152 used = xdr_skb_read_bits(desc, p, len);
1153 transport->tcp_offset += used;
1154 if (used != len)
1169 size_t len, used; local
[all...]
/net/netfilter/
H A Dx_tables.c56 unsigned int cur; /* number of used slots in compat_tab[] */
392 char used[64], allow[64]; local
394 pr_err("%s_tables: %s match: used from hooks %s, but only "
397 textify_hooks(used, sizeof(used), par->hook_mask,
567 char used[64], allow[64]; local
569 pr_err("%s_tables: %s target: used from hooks %s, but only "
572 textify_hooks(used, sizeof(used), par->hook_mask,
/net/
H A DKconfig60 These are the protocols used on the Internet and on most local
274 being used in cls_cgroup and for netfilter matching.
316 rate, out of a given interface. It is used for network interface
331 state in response to incoming packets. It is used for debugging

Completed in 1385 milliseconds

12