| /net/sched/ |
| A D | sch_fifo.c | 196 .change = fifo_init, 211 .change = fifo_init, 225 .change = fifo_hd_init, 240 if (!q->ops->change) in fifo_set_limit() 249 ret = q->ops->change(q, nla, NULL); in fifo_set_limit()
|
| A D | em_meta.c | 795 int (*change)(struct meta_value *, struct nlattr *); member 804 .change = meta_var_change, 810 .change = meta_int_change, 891 return meta_type_ops(dst)->change(dst, nla); in meta_change_data() 991 .change = em_meta_change,
|
| A D | em_nbyte.c | 55 .change = em_nbyte_change,
|
| A D | ematch.c | 240 if (em->ops->change) { in tcf_em_validate() 244 err = em->ops->change(net, data, data_len, em); in tcf_em_validate()
|
| A D | em_ipset.c | 110 .change = em_ipset_change,
|
| A D | sch_plug.c | 212 .change = plug_change,
|
| A D | em_canid.c | 207 .change = em_canid_change,
|
| A D | em_text.c | 132 .change = em_text_change,
|
| A D | cls_cgroup.c | 203 .change = cls_cgroup_change,
|
| A D | sch_sfb.c | 690 .change = sfb_change_class, 709 .change = sfb_change,
|
| A D | em_ipt.c | 272 .change = em_ipt_change,
|
| A D | sch_codel.c | 260 .change = codel_change,
|
| A D | sch_skbprio.c | 289 .change = skbprio_change,
|
| A D | sch_ets.c | 797 .change = ets_class_change, 817 .change = ets_qdisc_change,
|
| /net/ethtool/ |
| A D | netlink.h | 209 struct nla_bitfield32 change; in ethnl_update_bitfield32() local 214 change = nla_get_bitfield32(attr); in ethnl_update_bitfield32() 215 newval = (*dst & ~change.selector) | (change.value & change.selector); in ethnl_update_bitfield32()
|
| /net/rxrpc/ |
| A D | input.c | 35 summary->change = rxrpc_cong_no_change; in rxrpc_congestion_management() 80 summary->change = rxrpc_cong_rtt_window_end; in rxrpc_congestion_management() 91 summary->change = rxrpc_cong_new_low_nack; in rxrpc_congestion_management() 102 summary->change = rxrpc_cong_begin_retransmission; in rxrpc_congestion_management() 120 summary->change = rxrpc_cong_retransmit_again; in rxrpc_congestion_management() 125 summary->change = rxrpc_cong_progress; in rxrpc_congestion_management() 140 summary->change = rxrpc_cong_cleared_nacks; in rxrpc_congestion_management() 157 summary->change = rxrpc_cong_saw_nack; in rxrpc_congestion_management()
|
| /net/xfrm/ |
| A D | Kconfig | 68 where mobile nodes change their attachment point to the Internet. 132 change their attachment point to the Internet. Detail
|
| /net/sctp/ |
| A D | transport.c | 406 bool change = true; in sctp_transport_update_pmtu() local 440 change = t->pathmtu != pmtu; in sctp_transport_update_pmtu() 444 return change; in sctp_transport_update_pmtu()
|
| A D | associola.c | 1475 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase() local 1476 asoc->rwnd += change; in sctp_assoc_rwnd_increase() 1477 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
|
| /net/ipv4/ |
| A D | Kconfig | 281 is no need for the legitimate users to change their TCP/IP software; 413 Only change this if you know what you are doing. 486 BIC-TCP is a sender-side only change that ensures a linear RTT 525 modeswitch to change the alpha and beta parameters of TCP Reno 543 TCP-Hybla is a sender-side only change that eliminates penalization of 552 TCP Vegas is a sender-side only change to TCP that anticipates 578 Scalable TCP is a sender-side only change to TCP which uses a
|
| /net/bridge/ |
| A D | br_device.c | 183 static void br_dev_change_rx_flags(struct net_device *dev, int change) in br_dev_change_rx_flags() argument 185 if (change & IFF_PROMISC) in br_dev_change_rx_flags()
|
| /net/batman-adv/ |
| A D | translation-table.c | 433 tt_change_node->change.flags = flags; in batadv_tt_local_event() 434 memset(tt_change_node->change.reserved, 0, in batadv_tt_local_event() 435 sizeof(tt_change_node->change.reserved)); in batadv_tt_local_event() 436 ether_addr_copy(tt_change_node->change.addr, common->addr); in batadv_tt_local_event() 437 tt_change_node->change.vid = htons(common->vid); in batadv_tt_local_event() 446 if (!batadv_compare_eth(entry->change.addr, common->addr)) in batadv_tt_local_event() 449 del_op_entry = entry->change.flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event() 466 entry->change.flags = flags; in batadv_tt_local_event() 982 &entry->change, in batadv_tt_tvlv_container_update()
|
| /net/8021q/ |
| A D | vlan_dev.c | 467 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) in vlan_dev_change_rx_flags() argument 471 if (change & IFF_ALLMULTI) in vlan_dev_change_rx_flags() 473 if (change & IFF_PROMISC) in vlan_dev_change_rx_flags()
|
| /net/hsr/ |
| A D | hsr_device.c | 502 static void hsr_change_rx_flags(struct net_device *dev, int change) in hsr_change_rx_flags() argument 515 if (change & IFF_ALLMULTI) in hsr_change_rx_flags()
|
| /net/ |
| A D | Kconfig | 127 "Sysctl support" below, you can change various aspects of the 514 handle netdev register/unregister/link change/name change events
|