Searched defs:change (Results 1 - 10 of 10) sorted by relevance

/net/bridge/
H A Dbr_device.c121 static void br_dev_change_rx_flags(struct net_device *dev, int change) argument
123 if (change & IFF_PROMISC)
/net/dsa/
H A Dslave.c138 static void dsa_slave_change_rx_flags(struct net_device *dev, int change) argument
143 if (change & IFF_ALLMULTI)
145 if (change & IFF_PROMISC)
/net/sched/
H A Dem_meta.c748 int (*change)(struct meta_value *, struct nlattr *); member in struct:meta_type_ops
757 .change = meta_var_change,
763 .change = meta_int_change,
844 return meta_type_ops(dst)->change(dst, nla);
943 .change = em_meta_change,
/net/8021q/
H A Dvlan_dev.c486 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) argument
491 if (change & IFF_ALLMULTI)
493 if (change & IFF_PROMISC)
/net/mac80211/
H A Diface.c144 u32 change = __ieee80211_recalc_idle(local, false); local
145 if (change)
146 ieee80211_hw_config(local, change);
1461 WARN(err, "type change: do_open returned %d", err);
/net/rfkill/
H A Dcore.c237 bool blocked, bool *change)
250 *change = prev != blocked;
279 * _hard_ kill state -- whenever something tries to change the
475 bool ret, change; local
477 ret = __rfkill_set_hw_state(rfkill, blocked, &change);
482 if (change)
236 __rfkill_set_hw_state(struct rfkill *rfkill, bool blocked, bool *change) argument
/net/sctp/
H A Dassociola.c201 * When an endpoint has an ASCONF signaled change to be sent to the
457 * Upon the receipt of a request to change the primary
1464 int change = min(asoc->pathmtu, asoc->rwnd_press); local
1465 asoc->rwnd += change;
1466 asoc->rwnd_press -= change;
/net/core/
H A Drtnetlink.c971 int type, u32 pid, u32 seq, u32 change,
993 ifm->ifi_change = change;
1575 * name provided implies that a name change has been
1727 net_warn_ratelimited("A link change request failed with some changes committed already. Interface %s may have been left with an inconsistent configuration, please check.\n",
2224 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned int change, argument
2236 err = rtnl_fill_ifinfo(skb, dev, type, 0, 0, change, 0, 0);
2848 /* Generate event to notify upper layer of bridge change */
2921 /* Generate event to notify upper layer of bridge change */
970 rtnl_fill_ifinfo(struct sk_buff *skb, struct net_device *dev, int type, u32 pid, u32 seq, u32 change, unsigned int flags, u32 ext_filter_mask) argument
/net/batman-adv/
H A Dtypes.h975 * @change: holds the actual translation table diff data
979 struct batadv_tvlv_tt_change change; member in struct:batadv_tt_change_node
/net/wireless/
H A Dnl80211.c2511 bool change = false; local
2520 change = true;
2545 change = true;
2562 change = true;
2569 if (change)
3885 /* ignore since it can't change */
3912 /* reject other things that can't change */
6460 * requests to only change local state.

Completed in 156 milliseconds