Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/iptables/extensions/
Dlibebt_ip6.txlate2 nft add rule bridge filter FORWARD ip6 saddr != dead::/64 counter accept
5 nft add rule bridge filter FORWARD ip6 daddr != dead:beef::/64 counter accept
8 nft insert rule bridge filter FORWARD ip6 daddr f00:ba:: counter
11 nft insert rule bridge filter OUTPUT oifname "eth0" ip6 dscp 0x3f counter
14 nft add rule bridge filter FORWARD ether type ip6 tcp dport 22 counter
17 nft add rule bridge filter FORWARD ether type ip6 udp sport 1024-65535 counter
20 nft add rule bridge filter FORWARD ether type ip6 meta l4proto 253 counter
23 nft add rule bridge filter FORWARD icmpv6 type 128 counter
26 nft add rule bridge filter FORWARD icmpv6 type 1 icmpv6 code 1 counter
29 nft add rule bridge filter FORWARD icmpv6 type != 1-10 counter
Dlibebt_ip.txlate2 nft add rule bridge filter FORWARD ip saddr != 192.168.0.0/24 counter accept
5 nft insert rule bridge filter FORWARD ip daddr 10.0.0.1 counter
8 nft insert rule bridge filter OUTPUT oifname "eth0" ip dscp 0x3f counter
11 nft add rule bridge filter FORWARD tcp dport 22 counter
14 nft add rule bridge filter FORWARD udp sport 1024-65535 counter
17 nft add rule bridge filter FORWARD ip protocol 253 counter
20 nft add rule bridge filter FORWARD icmp type 8 counter
23 nft add rule bridge filter FORWARD icmp type 1 icmp code 1 counter
26 nft add rule bridge filter FORWARD icmp type != 1-10 counter
Dlibebt_pkttype.txlate2 nft add rule bridge filter INPUT meta pkttype host counter
5 nft add rule bridge filter INPUT meta pkttype != broadcast counter
8 nft add rule bridge filter INPUT meta pkttype != multicast counter
11 nft add rule bridge filter INPUT meta pkttype other counter
14 nft add rule bridge filter INPUT meta pkttype 4 counter
17 nft add rule bridge filter INPUT meta pkttype 5 counter
20 nft add rule bridge filter INPUT meta pkttype 6 counter
Dlibebt_mark_m.txlate2 nft add rule bridge filter INPUT meta mark 0x2a counter
5 nft add rule bridge filter INPUT meta mark != 0x2a counter
8 nft add rule bridge filter INPUT meta mark != 0x2a counter
11 nft add rule bridge filter INPUT meta mark and 0xff != 0x1 counter
14 nft add rule bridge filter INPUT meta mark and 0x2 != 0 counter
Dlibxt_physdev.man1 This module matches on the bridge port input and output devices enslaved
2 to a bridge device. This module is a part of the infrastructure that enables
7 Name of a bridge port via which a packet is received (only for
15 through a bridge device, this packet won't match this option, unless '!' is used.
18 Name of a bridge port via which a packet is going to be sent (for bridged packets
27 Matches if the packet has entered through a bridge interface.
30 Matches if the packet will leave through a bridge interface.
Dlibebt_log.txlate2 nft add rule bridge filter INPUT log level notice flags ether counter
5 nft add rule bridge filter INPUT log level alert flags ether counter
8 nft add rule bridge filter INPUT log level crit flags ether counter
11 nft add rule bridge filter INPUT log level emerg flags ether counter
14 nft add rule bridge filter INPUT log prefix "foo" level crit flags ether counter
Dlibebt_nflog.txlate2 nft add rule bridge filter INPUT log group 1 counter
5 nft add rule bridge filter INPUT log group 42 counter
8 nft add rule bridge filter INPUT log group 1 snaplen 42 counter
11 nft add rule bridge filter INPUT log prefix "foo" group 1 queue-threshold 100 counter
Dlibebt_vlan.txlate2 nft add rule bridge filter INPUT vlan id 42 counter
5 nft add rule bridge filter INPUT vlan pcp != 1 counter
8 nft add rule bridge filter INPUT vlan type 0x0800 counter
11 nft add rule bridge filter INPUT vlan id != 1 vlan type 0x86dd counter
Dlibebt_mark.xlate2 nft add rule bridge filter INPUT mark set 0x2a counter
5 nft add rule bridge filter INPUT mark set mark or 0x2a counter return
8 nft add rule bridge filter INPUT mark set mark and 0x2a counter accept
11 nft add rule bridge filter INPUT mark set mark xor 0x2a counter drop
Dlibebt_limit.txlate2 nft add rule bridge filter INPUT limit rate 3/minute burst 3 packets counter
5 nft add rule bridge filter INPUT limit rate 10/second burst 5 packets counter
8 nft add rule bridge filter INPUT limit rate 10/second counter
Dlibebt_dnat.txlate2 nft add rule bridge nat PREROUTING iifname "someport" ether daddr set de:ad:0:be:ee:ff accept count…
5 nft add rule bridge nat PREROUTING iifname "someport" ether daddr set de:ad:0:be:ee:ff accept count…
8 nft add rule bridge nat PREROUTING iifname "someport" ether daddr set de:ad:0:be:ee:ff continue cou…
Dlibebt_snat.txlate2 nft add rule bridge nat POSTROUTING oifname "someport*" ether saddr 00:00:00:00:00:00 ether saddr s…
5 nft add rule bridge nat POSTROUTING oifname "someport" ether saddr set de:ad:0:be:ee:ff continue co…
Dgeneric.txlate14 nft insert rule bridge filter INPUT iifname "iname" meta ibrname "ilogname" ether saddr 00:00:00:00…
17 nft add rule bridge filter FORWARD iifname != "iname" meta ibrname "ilogname" oifname "out*" meta o…
20 nft insert rule bridge filter INPUT ether type 0x800 ether daddr 01:02:03:04:00:00 and ff:ff:ff:ff:…
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c580 struct agp_bridge_data *bridge = NULL; in test_pci_find_device() local
596 bridge = agp_alloc_bridge(); in test_pci_find_device()
597 if (!bridge) { in test_pci_find_device()
602 bridge->driver = &test_driver; in test_pci_find_device()
603 bridge->dev = pdev; in test_pci_find_device()
604 bridge->capndx = cap_ptr; in test_pci_find_device()
608 bridge->capndx + PCI_AGP_STATUS, in test_pci_find_device()
609 &bridge->mode); in test_pci_find_device()
611 pci_set_drvdata(pdev, bridge); in test_pci_find_device()
613 return agp_add_bridge(bridge); in test_pci_find_device()
[all …]
Dstr_agp.h172 #define A_IDX8(bridge) (A_SIZE_8((bridge)->driver->aperture_sizes) + i) argument
173 #define A_IDX16(bridge) (A_SIZE_16((bridge)->driver->aperture_sizes) + i) argument
174 #define A_IDX32(bridge) (A_SIZE_32((bridge)->driver->aperture_sizes) + i) argument
375 void agp_put_bridge(struct agp_bridge_data *bridge);
376 int agp_add_bridge(struct agp_bridge_data *bridge);
377 void agp_remove_bridge(struct agp_bridge_data *bridge);
398 int agp_3_5_enable(struct agp_bridge_data *bridge);
400 void get_agp_version(struct agp_bridge_data *bridge);
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2JQLModule.java10 import com.facebook.react.bridge.Arguments;
11 import com.facebook.react.bridge.Promise;
12 import com.facebook.react.bridge.ReactApplicationContext;
13 import com.facebook.react.bridge.ReactContext;
14 import com.facebook.react.bridge.ReactContextBaseJavaModule;
15 import com.facebook.react.bridge.ReactMethod;
16 import com.facebook.react.bridge.ReadableMap;
17 import com.facebook.react.bridge.WritableArray;
18 import com.facebook.react.bridge.WritableMap;
DEJDB2Package.java13 import com.facebook.react.bridge.JavaScriptModule;
14 import com.facebook.react.bridge.NativeModule;
15 import com.facebook.react.bridge.ReactApplicationContext;
DEJDB2DBModule.java9 import com.facebook.react.bridge.Promise;
10 import com.facebook.react.bridge.ReactApplicationContext;
11 import com.facebook.react.bridge.ReactContextBaseJavaModule;
12 import com.facebook.react.bridge.ReactMethod;
13 import com.facebook.react.bridge.ReadableMap;
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Daccessibility_bridge.mm87 bridge:(fml::WeakPtr<flutter::AccessibilityBridge>)bridge
109 - (instancetype)initWithBridge:(fml::WeakPtr<flutter::AccessibilityBridge>)bridge uid:(int32_t)uid {
110 FML_DCHECK(bridge) << "bridge must be set";
115 _bridge = bridge;
209 [self bridge] -> DispatchSemanticsAction([self uid], flutter::SemanticsAction::kCustomAction,
278 CGFloat scale = [[[self bridge]->view() window] screen].scale;
281 return UIAccessibilityConvertFrameToScreenCoordinates(result, [self bridge] -> view());
290 bridge:[self bridge]]);
307 [self bridge] -> DispatchSemanticsAction([self uid], flutter::SemanticsAction::kTap);
314 [self bridge] -> DispatchSemanticsAction([self uid], flutter::SemanticsAction::kIncrease);
[all …]
/third_party/toybox/toys/pending/
Dbrctl.c43 static void get_ports(char *bridge, int *indices)
52 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ);
58 void get_br_info(char *bridge, struct __bridge_info *info) in get_br_info() argument
65 xstrncpy(ifr.ifr_name, bridge, IFNAMSIZ); in get_br_info()
69 perror_msg("%s: can't get info %s\n", bridge, strerror(errno)); in get_br_info()
/third_party/eudev/hwdb/
D20-pci-classes.hwdb183 ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge
186 ID_PCI_SUBCLASS_FROM_DATABASE=ISA bridge
189 ID_PCI_SUBCLASS_FROM_DATABASE=EISA bridge
192 ID_PCI_SUBCLASS_FROM_DATABASE=MicroChannel bridge
195 ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge
204 ID_PCI_SUBCLASS_FROM_DATABASE=PCMCIA bridge
207 ID_PCI_SUBCLASS_FROM_DATABASE=NuBus bridge
210 ID_PCI_SUBCLASS_FROM_DATABASE=CardBus bridge
213 ID_PCI_SUBCLASS_FROM_DATABASE=RACEway bridge
222 ID_PCI_SUBCLASS_FROM_DATABASE=Semi-transparent PCI-to-PCI bridge
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dx_snoop.c28 if (conf->bridge[0] == '\0') { in x_snoop_init()
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
Dvlan_init.c218 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dx_snoop.c28 if (conf->bridge[0] == '\0') { in x_snoop_init()
75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
Dvlan_init.c221 os_strlcpy(n->bridge, vlan->bridge, sizeof(n->bridge)); in vlan_add_dynamic()

1234567