__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 * Copyright (c) 2019, Vladimir Oltean <[email protected]> */ #ifndef _NET_DSA_8021Q_H #define _NET_DSA_8021Q_H #include <net/dsa.h> #include <linux/types.h> /* VBID is limited to three bits only and zero is reserved. * Only 7 bridges can be enumerated. */ #define DSA_TAG_8021Q_MAX_NUM_BRIDGES 7 int dsa_tag_8021q_register(struct dsa_switch *ds, __be16 proto); void dsa_tag_8021q_unregister(struct dsa_switch *ds); int dsa_tag_8021q_bridge_join(struct dsa_switch *ds, int port, struct dsa_bridge bridge, bool *tx_fwd_offload, struct netlink_ext_ack *extack); void dsa_tag_8021q_bridge_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge); u16 dsa_tag_8021q_bridge_vid(unsigned int bridge_num); u16 dsa_tag_8021q_standalone_vid(const struct dsa_port *dp); int dsa_8021q_rx_switch_id(u16 vid); int dsa_8021q_rx_source_port(u16 vid); bool vid_is_dsa_8021q(u16 vid); #endif /* _NET_DSA_8021Q_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 8021q.h | File | 980 B | 0644 |
|
| brcm.h | File | 448 B | 0644 |
|
| ksz_common.h | File | 1.18 KB | 0644 |
|
| lan9303.h | File | 1.2 KB | 0644 |
|
| loop.h | File | 777 B | 0644 |
|
| mv88e6xxx.h | File | 249 B | 0644 |
|
| ocelot.h | File | 12.58 KB | 0644 |
|
| sja1105.h | File | 2.22 KB | 0644 |
|
| tag_qca.h | File | 2.53 KB | 0644 |
|