Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_sysfs_br.c333 br_opt_toggle(br, BROPT_GROUP_ADDR_SET, true); in group_addr_store()
435 br_opt_toggle(br, BROPT_MULTICAST_QUERY_USE_IFADDR, !!val); in set_query_use_ifaddr()
737 br_opt_toggle(br, BROPT_MULTICAST_STATS_ENABLED, !!val); in set_stats_enabled()
786 br_opt_toggle(br, BROPT_NF_CALL_IPTABLES, !!val); in set_nf_call_iptables()
808 br_opt_toggle(br, BROPT_NF_CALL_IP6TABLES, !!val); in set_nf_call_ip6tables()
830 br_opt_toggle(br, BROPT_NF_CALL_ARPTABLES, !!val); in set_nf_call_arptables()
H A Dbr_netlink.c1388 br_opt_toggle(br, BROPT_GROUP_ADDR_SET, true); in br_changelink()
1422 br_opt_toggle(br, BROPT_MULTICAST_QUERY_USE_IFADDR, !!val); in br_changelink()
1493 br_opt_toggle(br, BROPT_MULTICAST_STATS_ENABLED, !!mcast_stats); in br_changelink()
1522 br_opt_toggle(br, BROPT_NF_CALL_IPTABLES, !!val); in br_changelink()
1528 br_opt_toggle(br, BROPT_NF_CALL_IP6TABLES, !!val); in br_changelink()
1534 br_opt_toggle(br, BROPT_NF_CALL_ARPTABLES, !!val); in br_changelink()
H A Dbr_vlan.c901 br_opt_toggle(br, BROPT_VLAN_ENABLED, !!val); in br_vlan_filter_toggle()
905 br_opt_toggle(br, BROPT_VLAN_ENABLED, !val); in br_vlan_filter_toggle()
1025 br_opt_toggle(br, BROPT_VLAN_STATS_ENABLED, !!val); in br_vlan_set_stats()
1049 br_opt_toggle(br, BROPT_VLAN_STATS_PER_PORT, !!val); in br_vlan_set_stats_per_port()
1675 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, true); in br_vlan_toggle_bridge_binding()
1677 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, in br_vlan_toggle_bridge_binding()
H A Dbr_mst.c232 br_opt_toggle(br, BROPT_MST_ENABLED, on); in br_mst_set_enabled()
H A Dbr_device.c211 br_opt_toggle(br, BROPT_MTU_SET_BY_USER, true); in br_change_mtu()
H A Dbr_arp_nd_proxy.c39 br_opt_toggle(br, BROPT_NEIGH_SUPPRESS_ENABLED, neigh_suppress); in br_recalculate_neigh_suppress_enabled()
H A Dbr_multicast.c1149 br_opt_toggle(brmctx->br, BROPT_HAS_IPV6_ADDR, false); in br_ip6_multicast_alloc_query()
1153 br_opt_toggle(brmctx->br, BROPT_HAS_IPV6_ADDR, true); in br_ip6_multicast_alloc_query()
1291 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, false); in br_multicast_new_group()
4157 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, true); in br_multicast_init()
4158 br_opt_toggle(br, BROPT_HAS_IPV6_ADDR, true); in br_multicast_init()
4395 br_opt_toggle(br, BROPT_MCAST_VLAN_SNOOPING_ENABLED, on); in br_multicast_toggle_vlan_snooping()
4672 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, !!val); in br_multicast_toggle()
H A Dbr_if.c525 br_opt_toggle(br, BROPT_MTU_SET_BY_USER, false); in br_mtu_auto_adjust()