Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 50) sorted by relevance

12

/net/l2tp/
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/dns_resolver/
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/openvswitch/
Dflow.c104 new_stats->used = jiffies; in ovs_flow_stats_update()
119 stats->used = jiffies; in ovs_flow_stats_update()
130 unsigned long *used, __be16 *tcp_flags) in ovs_flow_stats_get() argument
134 *used = 0; in ovs_flow_stats_get()
146 if (!*used || time_after(stats->used, *used)) in ovs_flow_stats_get()
147 *used = stats->used; in ovs_flow_stats_get()
166 stats->used = 0; in ovs_flow_stats_clear()
Dflow.h170 unsigned long used; /* Last used time (in jiffies). */ member
210 unsigned long *used, __be16 *tcp_flags);
/net/can/
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/packet/
DKconfig8 The Packet protocol is used by applications which communicate
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/net/ipv4/
Dtcp.c1532 int used; in tcp_read_sock() local
1544 used = recv_actor(desc, skb, offset, len); in tcp_read_sock()
1545 if (used <= 0) { in tcp_read_sock()
1547 copied = used; in tcp_read_sock()
1549 } else if (used <= len) { in tcp_read_sock()
1550 seq += used; in tcp_read_sock()
1551 copied += used; in tcp_read_sock()
1552 offset += used; in tcp_read_sock()
1608 unsigned long used; in tcp_recvmsg() local
1829 used = skb->len - offset; in tcp_recvmsg()
[all …]
DKconfig71 of the packet can be used for routing decisions as well.
219 This is used if you want your machine to act as a router for IP
245 Multicast) version 1. This multicast routing protocol is used widely
259 gated-5). This routing protocol is not used widely, so say N unless
306 encapsulating protocol. This can be used with xfrm mode tunnel to give
331 Layer 2 Networks over Layer 3 Networks. Geneve is often used
424 Support for INET (TCP, DCCP, etc) socket monitoring interface used by
441 Support for UDP socket monitoring interface used by the ss tool.
502 account the bandwidth used at the time congestion is experienced.
626 Select the TCP congestion control that will be used by default
/net/lapb/
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
Dlapb_iface.c408 int used = 0; in lapb_data_transmit() local
412 used = 1; in lapb_data_transmit()
415 return used; in lapb_data_transmit()
/net/unix/
DKconfig10 accessing network connections. Many commonly used programs such as
27 Support for UNIX socket monitoring interface used by the ss tool.
/net/8021q/
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/llc/
Daf_llc.c720 unsigned long used; in llc_ui_recvmsg() local
818 used = skb->len - offset; in llc_ui_recvmsg()
819 if (len < used) in llc_ui_recvmsg()
820 used = len; in llc_ui_recvmsg()
824 msg->msg_iov, used); in llc_ui_recvmsg()
833 *seq += used; in llc_ui_recvmsg()
834 copied += used; in llc_ui_recvmsg()
835 len -= used; in llc_ui_recvmsg()
849 if (used + offset < skb_len) in llc_ui_recvmsg()
/net/bridge/netfilter/
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/netfilter/
DKconfig44 Address Translation. It can also be used to enhance packet
58 This option enables support for connection marks, used by the
104 provide a notifier chain that can be used by other kernel code
205 important VoIP protocols, it is widely used by voice hardware and
223 There is a commonly-used extension to IRC called
226 of a server. DCC Sending is used anywhere you send files over IRC,
227 and DCC Chat is most commonly used by Eggdrop bots. If you are
468 This option adds the "rbtree" set type (Red Black tree) that is used
475 This option adds the "hash" set type that is used to build one-way
572 "Use netfilter MARK value as routing key") and can also be used by
[all …]
Dx_tables.c392 char used[64], allow[64]; in xt_check_match() local
397 textify_hooks(used, sizeof(used), par->hook_mask, in xt_check_match()
778 char used[64], allow[64]; in xt_check_target() local
783 textify_hooks(used, sizeof(used), par->hook_mask, in xt_check_target()
/net/xfrm/
DKconfig19 like IPsec used by native Linux tools.
76 The PF_KEY MIGRATE message is used to dynamically update
/net/netlink/
DKconfig9 Support for NETLINK socket monitoring interface used by the ss tool.
/net/sunrpc/
Dxprtsock.c1101 size_t len, used; in xs_tcp_read_fraghdr() local
1106 used = xdr_skb_read_bits(desc, p, len); in xs_tcp_read_fraghdr()
1107 transport->tcp_offset += used; in xs_tcp_read_fraghdr()
1108 if (used != len) in xs_tcp_read_fraghdr()
1146 size_t len, used; in xs_tcp_read_xid() local
1152 used = xdr_skb_read_bits(desc, p, len); in xs_tcp_read_xid()
1153 transport->tcp_offset += used; in xs_tcp_read_xid()
1154 if (used != len) in xs_tcp_read_xid()
1169 size_t len, used; in xs_tcp_read_calldir() local
1183 used = xdr_skb_read_bits(desc, p, len); in xs_tcp_read_calldir()
[all …]
/net/phonet/
DKconfig12 supported). It can also be used to control Nokia phones
/net/irda/irlan/
DKconfig10 The IrLAN protocol can be used to talk with infrared access points
/net/ax25/
DTODO7 being used.
/net/rxrpc/
DKconfig15 These are used for AFS kernel filesystem and userspace utilities.
/net/ipv4/netfilter/
DKconfig60 chain type is used to force packet re-routing after mangling header
97 chain type is used to perform Network Address Translation (NAT)
295 iptables(8). This table is used for various packet alterations
318 This option adds a `ECN' target, which can be used in the iptables mangle
/net/tipc/
DKconfig11 originates from Ericsson where it has been used in carrier grade

12