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.c280 br_opt_toggle(br, BROPT_FDB_LOCAL_VLAN_0, on); in br_toggle_fdb_local_vlan_0()
301 br_opt_toggle(br, BROPT_NO_LL_LEARN, on); in br_boolopt_toggle()
310 br_opt_toggle(br, BROPT_MDB_OFFLOAD_FAIL_NOTIFICATION, on); in br_boolopt_toggle()
389 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on) in br_opt_toggle() function
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.c903 br_opt_toggle(br, BROPT_VLAN_ENABLED, !!val); in br_vlan_filter_toggle()
907 br_opt_toggle(br, BROPT_VLAN_ENABLED, !val); in br_vlan_filter_toggle()
1027 br_opt_toggle(br, BROPT_VLAN_STATS_ENABLED, !!val); in br_vlan_set_stats()
1051 br_opt_toggle(br, BROPT_VLAN_STATS_PER_PORT, !!val); in br_vlan_set_stats_per_port()
1677 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, true); in br_vlan_toggle_bridge_binding()
1679 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, in br_vlan_toggle_bridge_binding()
H A Dbr_mst.c238 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_if.c526 br_opt_toggle(br, BROPT_MTU_SET_BY_USER, false); in br_mtu_auto_adjust()
H A Dbr_private.h773 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on);