Searched refs:change (Results 1 - 25 of 52) sorted by relevance

123

/net/sched/
H A Dsch_fifo.c105 .change = fifo_init,
120 .change = fifo_init,
135 .change = fifo_init,
140 /* Pass size change message down to embedded FIFO */
146 /* Hack to avoid sending change message to non-FIFO */
156 ret = q->ops->change(q, nla);
H A Dem_nbyte.c59 .change = em_nbyte_change,
H A Dem_ipset.c111 .change = em_ipset_change,
H A Dsch_plug.c218 .change = plug_change,
H A Dem_canid.c210 .change = em_canid_change,
H A Dem_text.c135 .change = em_text_change,
H A Dematch.c243 if (em->ops->change) {
244 err = em->ops->change(net, data, data_len, em);
248 /* ematch module doesn't provide an own change
H A Dsch_cbq.c1231 if (lss->change & TCF_CBQ_LSS_FLAGS) {
1235 if (lss->change & TCF_CBQ_LSS_EWMA)
1237 if (lss->change & TCF_CBQ_LSS_AVPKT)
1239 if (lss->change & TCF_CBQ_LSS_MINIDLE)
1241 if (lss->change & TCF_CBQ_LSS_MAXIDLE) {
1245 if (lss->change & TCF_CBQ_LSS_OFFTIME)
1436 opt.change = ~0;
2024 .change = cbq_change_class,
2046 .change = NULL,
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,
H A Dsch_dsmark.c303 * Only complain if a change was actually attempted.
475 .change = dsmark_change,
496 .change = NULL,
H A Dcls_cgroup.c216 .change = cls_cgroup_change,
H A Dsch_codel.c254 .change = codel_change,
H A Dsch_sfb.c48 /* We use a double buffering right before hash change
687 .change = sfb_change_class,
706 .change = sfb_change,
H A Dcls_basic.c297 .change = basic_change,
H A Dcls_bpf.c367 .change = cls_bpf_change,
H A Dcls_fw.c415 .change = fw_change,
H A Dsch_api.c120 ---change
1022 if (sch->ops->change == NULL)
1024 err = sch->ops->change(sch, tca[TCA_OPTIONS]);
1041 because change can't be undone. */
1163 * Create/change qdisc.
1238 * either to change it or to create/graft new one.
1628 if (cops->change)
1629 err = cops->change(q, clid, portid, tca, &new_cl);
/net/xfrm/
H A DKconfig40 where mobile nodes change their attachment point to the Internet.
80 change their attachment point to the Internet. Detail
/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/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/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/batman-adv/
H A Dtranslation-table.c236 * batadv_tt_local_size_mod - change the size by v of the local table identified
239 * @vid: the VLAN identifier of the sub-table to change
281 * batadv_tt_global_size_mod - change the size by v of the local table
359 tt_change_node->change.flags = flags;
360 memset(tt_change_node->change.reserved, 0,
361 sizeof(tt_change_node->change.reserved));
362 ether_addr_copy(tt_change_node->change.addr, common->addr);
363 tt_change_node->change.vid = htons(common->vid);
371 if (!batadv_compare_eth(entry->change.addr, common->addr))
381 del_op_entry = entry->change
[all...]
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/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/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;

Completed in 162 milliseconds

123