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/
DMakefile15 obj-y += ethernet/ 802/ sched/ netlink/ bpf/ ethtool/
DKconfig442 on slave pci ethernet devices with the same mac address as the
/net/dsa/
Ddsa2.c1340 struct device_node *ethernet = of_parse_phandle(dn, "ethernet", 0); in dsa_port_parse_of() local
1346 if (ethernet) { in dsa_port_parse_of()
1350 master = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()
1351 of_node_put(ethernet); in dsa_port_parse_of()
/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.c5976 int mac_len, bool ethernet) in skb_mpls_push() argument
6008 if (ethernet && mac_len >= ETH_HLEN) in skb_mpls_push()
6029 bool ethernet) in skb_mpls_pop() argument
6048 if (ethernet && mac_len >= ETH_HLEN) { in skb_mpls_pop()