Home
last modified time | relevance | path

Searched refs:br_opt_toggle (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_sysfs_br.c300 br_opt_toggle(br, BROPT_GROUP_ADDR_SET, true); in group_addr_store()
389 br_opt_toggle(br, BROPT_MULTICAST_QUERY_USE_IFADDR, !!val); in set_query_use_ifaddr()
667 br_opt_toggle(br, BROPT_MULTICAST_STATS_ENABLED, !!val); in set_stats_enabled()
709 br_opt_toggle(br, BROPT_NF_CALL_IPTABLES, !!val); in set_nf_call_iptables()
730 br_opt_toggle(br, BROPT_NF_CALL_IP6TABLES, !!val); in set_nf_call_ip6tables()
751 br_opt_toggle(br, BROPT_NF_CALL_ARPTABLES, !!val); in set_nf_call_arptables()
H A Dbr.c219 br_opt_toggle(br, BROPT_NO_LL_LEARN, on); in br_boolopt_toggle()
280 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on) in br_opt_toggle() function
H A Dbr_netlink.c1212 br_opt_toggle(br, BROPT_GROUP_ADDR_SET, true); in br_changelink()
1238 br_opt_toggle(br, BROPT_MULTICAST_QUERY_USE_IFADDR, !!val); in br_changelink()
1308 br_opt_toggle(br, BROPT_MULTICAST_STATS_ENABLED, !!mcast_stats); in br_changelink()
1335 br_opt_toggle(br, BROPT_NF_CALL_IPTABLES, !!val); in br_changelink()
1341 br_opt_toggle(br, BROPT_NF_CALL_IP6TABLES, !!val); in br_changelink()
1347 br_opt_toggle(br, BROPT_NF_CALL_ARPTABLES, !!val); in br_changelink()
H A Dbr_vlan.c825 br_opt_toggle(br, BROPT_VLAN_ENABLED, !!val); in __br_vlan_filter_toggle()
941 br_opt_toggle(br, BROPT_VLAN_STATS_ENABLED, !!val); in br_vlan_set_stats()
965 br_opt_toggle(br, BROPT_VLAN_STATS_PER_PORT, !!val); in br_vlan_set_stats_per_port()
1506 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, true); in br_vlan_upper_change()
1508 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, in br_vlan_upper_change()
H A Dbr_multicast.c904 br_opt_toggle(br, BROPT_HAS_IPV6_ADDR, false); in br_ip6_multicast_alloc_query()
908 br_opt_toggle(br, BROPT_HAS_IPV6_ADDR, true); in br_ip6_multicast_alloc_query()
1043 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, false); in br_multicast_new_group()
3232 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, true); in br_multicast_init()
3233 br_opt_toggle(br, BROPT_HAS_IPV6_ADDR, true); in br_multicast_init()
3480 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, !!val); in br_multicast_toggle()
3550 br_opt_toggle(br, BROPT_MULTICAST_QUERIER, !!val); in br_multicast_set_querier()
H A Dbr_device.c227 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_if.c517 br_opt_toggle(br, BROPT_MTU_SET_BY_USER, false); in br_mtu_auto_adjust()
H A Dbr_private.h642 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on);
/kernel/linux/linux-6.6/net/bridge/
H A Dbr.c272 br_opt_toggle(br, BROPT_NO_LL_LEARN, on); in br_boolopt_toggle()
343 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.c1383 br_opt_toggle(br, BROPT_GROUP_ADDR_SET, true); in br_changelink()
1417 br_opt_toggle(br, BROPT_MULTICAST_QUERY_USE_IFADDR, !!val); in br_changelink()
1488 br_opt_toggle(br, BROPT_MULTICAST_STATS_ENABLED, !!mcast_stats); in br_changelink()
1517 br_opt_toggle(br, BROPT_NF_CALL_IPTABLES, !!val); in br_changelink()
1523 br_opt_toggle(br, BROPT_NF_CALL_IP6TABLES, !!val); in br_changelink()
1529 br_opt_toggle(br, BROPT_NF_CALL_ARPTABLES, !!val); in br_changelink()
H A Dbr_vlan.c899 br_opt_toggle(br, BROPT_VLAN_ENABLED, !!val); in br_vlan_filter_toggle()
903 br_opt_toggle(br, BROPT_VLAN_ENABLED, !val); in br_vlan_filter_toggle()
1023 br_opt_toggle(br, BROPT_VLAN_STATS_ENABLED, !!val); in br_vlan_set_stats()
1047 br_opt_toggle(br, BROPT_VLAN_STATS_PER_PORT, !!val); in br_vlan_set_stats_per_port()
1678 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, true); in br_vlan_upper_change()
1680 br_opt_toggle(br, BROPT_VLAN_BRIDGE_BINDING, in br_vlan_upper_change()
H A Dbr_mst.c229 br_opt_toggle(br, BROPT_MST_ENABLED, on); in br_mst_set_enabled()
H A Dbr_device.c219 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.c1148 br_opt_toggle(brmctx->br, BROPT_HAS_IPV6_ADDR, false); in br_ip6_multicast_alloc_query()
1152 br_opt_toggle(brmctx->br, BROPT_HAS_IPV6_ADDR, true); in br_ip6_multicast_alloc_query()
1290 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, false); in br_multicast_new_group()
4087 br_opt_toggle(br, BROPT_MULTICAST_ENABLED, true); in br_multicast_init()
4088 br_opt_toggle(br, BROPT_HAS_IPV6_ADDR, true); in br_multicast_init()
4299 br_opt_toggle(br, BROPT_MCAST_VLAN_SNOOPING_ENABLED, on); in br_multicast_toggle_vlan_snooping()
4576 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()
H A Dbr_private.h759 void br_opt_toggle(struct net_bridge *br, enum net_bridge_opts opt, bool on);

Completed in 36 milliseconds