Home
last modified time | relevance | path

Searched refs:ethernet (Results 1 – 8 of 8) sorted by relevance

/net/l2tp/
DKconfig65 ethernet frames.
68 tunnel raw ethernet frames using L2TP, say Y here. If
89 tristate "L2TP ethernet pseudowire support for L2TPv3"
92 Support for carrying raw ethernet frames over L2TPv3.
101 This driver provides an ethernet virtual interface for each
102 L2TP ethernet pseudowire instance. Standard Linux tools may
/net/atm/
DKconfig63 ATM PVCs can carry ethernet PDUs according to RFC2684 (formerly 1483)
64 This device will act like an ethernet from the kernels point of view,
/net/ncsi/
DKconfig12 device via NCSI and the ethernet driver you're using supports
/net/dsa/
Ddsa2.c759 struct device_node *ethernet = of_parse_phandle(dn, "ethernet", 0); in dsa_port_parse_of() local
765 if (ethernet) { in dsa_port_parse_of()
768 master = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()
769 of_node_put(ethernet); in dsa_port_parse_of()
/net/
DMakefile16 obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ bpf/ ethtool/
DKconfig446 on slave pci ethernet devices with the same mac address as the
/net/netfilter/ipset/
DKconfig108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
117 one can store MAC (ethernet address) elements in a set.
/net/core/
Dskbuff.c5750 int mac_len, bool ethernet) in skb_mpls_push() argument
5782 if (ethernet && mac_len >= ETH_HLEN) in skb_mpls_push()
5803 bool ethernet) in skb_mpls_pop() argument
5822 if (ethernet && mac_len >= ETH_HLEN) { in skb_mpls_pop()