Home
last modified time | relevance | path

Searched +full:foo +full:- +full:over +full:- +full:udp (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/networking/
H A Dnetconsole.rst1 .. SPDX-License-Identifier: GPL-2.0
25 This module logs kernel printk messages over UDP allowing debugging of
28 It can be used either built-in or as a module. As a built-in,
40 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
45 src-port source for UDP packets (defaults to 6665)
46 src-ip source IP to use (interface address)
48 tgt-port port for logging agent (6666)
49 tgt-ip IP address for logging agent
50 tgt-macaddr ethernet MAC address for logging agent (broadcast)
74 Built-in netconsole starts immediately after the TCP stack is
[all …]
/linux/net/ipv4/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
40 so-called IP spoofing, however it can pose problems if you use
42 than packets from that host to you) or if you operate a non-routing
52 <file:Documentation/networking/ip-sysctl.rst>.
71 address into account. Furthermore, the TOS (Type-Of-Service) field
89 equal "cost" and chooses one of them in a non-deterministi
[all...]
H A Dip_output.c1 // SPDX-License-Identifier: GPL-2.0-only
39 * silently drop skb instead of failing with -EPERM.
41 * Hirokazu Takahashi: HW checksumming for outgoing UDP
43 * Hirokazu Takahashi: sendfile() on UDP works now.
81 #include <linux/bpf-cgroup.h>
97 iph->check = 0; in ip_send_check()
98 iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); in ip_send_check()
108 iph_set_totlen(iph, skb->len); in __ip_local_out()
118 skb->protocol = htons(ETH_P_IP); in __ip_local_out()
140 int ttl = READ_ONCE(inet->uc_ttl); in ip_select_ttl()
[all …]
/linux/net/ipv6/
H A Dip6_udp_tunnel.c2 // SPDX-License-Identifier: GPL-2.0-only
6 #include <linux/udp.h>
10 #include <net/udp.h>
28 if (cfg->ipv6_v6only) { in udp_sock_create6()
29 err = ip6_sock_set_v6only(sock->sk); in udp_sock_create6()
33 if (cfg->bind_ifindex) { in udp_sock_create6()
34 err = sock_bindtoindex(sock->s in udp_sock_create6()
[all...]
H A Dfou6.c1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <linux/udp.h>
16 #include <net/udp.h>
31 uh->dest = e->dport; in fou6_build_udp()
32 uh->source = sport; in fou6_build_udp()
33 uh->len = htons(skb->len); in fou6_build_udp()
34 udp6_set_csum(!(e->flags & TUNNEL_ENCAP_FLAG_CSUM6), skb, in fou6_build_udp()
35 &fl6->saddr, &fl6->daddr, skb->len); in fou6_build_udp()
45 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in fou6_build_header()
62 int type = e->flags & TUNNEL_ENCAP_FLAG_CSUM6 ? in gue6_build_header()
[all …]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt39 Documentation/arch/m68k/kernel-options.rst.
49 PARISC The PA-RISC architecture is enabled.
64 the Documentation/scsi/ sub-directory.
83 X86-32 X86-32, aka i386 architecture is enabled.
84 X86-64 X86-64 architecture is enabled.
85 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
94 KNL Is a kernel start-up parameter.
114 force -- enable ACPI if default was off
115 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
116 off -- disable ACPI if default was on
[all …]
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* (C) 1999-2001 Paul `Rusty' Russell
3 * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
4 * (C) 2002-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
5 * (C) 2006-2012 Patrick McHardy <kaber@trash.net>
35 closely. They're more complex. --RR */
73 to ~13-30min depending on RTO. */
116 * SYN_SENT: SYN-only packet seen
117 * SYN_SENT2: SYN-only packet seen from reply dir, simultaneous open
118 * SYN_RECV: SYN-ACK packet seen
[all …]
/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Questions/comments/discussion to linux-ns83820@kvack.org.
16 * 20010414 0.1 - created
17 * 20010622 0.2 - basic rx and tx.
18 * 20010711 0.3 - added duplex and link state detection support.
19 * 20010713 0.4 - zero copy, no hangs.
20 * 0.5 - 64 bit dma support (davem will hate me for this)
21 * - disable jumbo frames to avoid tx hangs
22 * - work around tx deadlocks on my 1.02 card via
24 * 20010810 0.6 - use pci dma api for ringbuffers, work on ia64
[all …]
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c1 // SPDX-License-Identifier: GPL-2.0
10 * 2000/11/11 Willy Tarreau <willy AT meta-x.org>
11 * - port to non-sparc architectures. Tested only on x86 and
13 * - ability to specify the MAC address at module load time by passing this
20 #include <linux/dma-mapping.h>
111 tlp->tstamp = (unsigned int)jiffies;
112 tlp->tx_new = hp->tx_new;
113 tlp->tx_old = hp->tx_old;
114 tlp->action = a;
115 tlp->status = s;
[all …]