Lines Matching defs:dev
265 static struct netdev_name_node *netdev_name_node_alloc(struct net_device *dev, in netdev_name_node_alloc()
280 netdev_name_node_head_alloc(struct net_device *dev) in netdev_name_node_head_alloc()
338 int netdev_name_node_alt_create(struct net_device *dev, const char *name) in netdev_name_node_alt_create()
372 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name) in netdev_name_node_alt_destroy()
390 static void netdev_name_node_alt_flush(struct net_device *dev) in netdev_name_node_alt_flush()
401 static void list_netdevice(struct net_device *dev) in list_netdevice()
425 static void unlist_netdevice(struct net_device *dev) in unlist_netdevice()
532 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class()
547 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class()
689 int dev_get_iflink(const struct net_device *dev) in dev_get_iflink()
707 int dev_fill_metadata_dst(struct net_device *dev, struct sk_buff *skb) in dev_fill_metadata_dst()
734 int dev_fill_forward_path(const struct net_device *dev, const u8 *daddr, in dev_fill_forward_path()
820 struct net_device *dev; in netdev_napi_by_id_lock() local
893 struct net_device *dev; in dev_get_by_name() local
919 struct net_device *dev; in netdev_get_by_name() local
941 struct net_device *dev; in __dev_get_by_index() local
965 struct net_device *dev; in dev_get_by_index_rcu() local
979 struct net_device *dev; in dev_get_by_index() local
1004 struct net_device *dev; in netdev_get_by_index() local
1044 struct net_device *__netdev_put_lock(struct net_device *dev, struct net *net) in __netdev_put_lock()
1058 __netdev_put_lock_ops_compat(struct net_device *dev, struct net *net) in __netdev_put_lock_ops_compat()
1084 struct net_device *dev; in netdev_get_by_index_lock() local
1096 struct net_device *dev; in netdev_get_by_index_lock_ops_compat() local
1106 netdev_xa_find_lock(struct net *net, struct net_device *dev, in netdev_xa_find_lock()
1131 netdev_xa_find_lock_ops_compat(struct net *net, struct net_device *dev, in netdev_xa_find_lock_ops_compat()
1157 void netdev_copy_name(struct net_device *dev, char *name) in netdev_copy_name()
1175 struct net_device *dev; in netdev_get_name() local
1194 static bool dev_addr_cmp(struct net_device *dev, unsigned short type, in dev_addr_cmp()
1217 struct net_device *dev; in dev_getbyhwaddr_rcu() local
1242 struct net_device *dev; in dev_getbyhwaddr() local
1255 struct net_device *dev, *ret = NULL; in dev_getfirstbyhwtype() local
1284 struct net_device *dev; in netdev_get_by_flags_rcu() local
1396 static int dev_prep_valid_name(struct net *net, struct net_device *dev, in dev_prep_valid_name()
1427 int dev_alloc_name(struct net_device *dev, const char *name) in dev_alloc_name()
1433 static int dev_get_valid_name(struct net *net, struct net_device *dev, in dev_get_valid_name()
1442 int netif_change_name(struct net_device *dev, const char *newname) in netif_change_name()
1512 int netif_set_alias(struct net_device *dev, const char *alias, size_t len) in netif_set_alias()
1548 int dev_get_alias(const struct net_device *dev, char *name, size_t len) in dev_get_alias()
1568 void netdev_features_change(struct net_device *dev) in netdev_features_change()
1574 void netif_state_change(struct net_device *dev) in netif_state_change()
1600 void __netdev_notify_peers(struct net_device *dev) in __netdev_notify_peers()
1618 void netdev_notify_peers(struct net_device *dev) in netdev_notify_peers()
1647 static int __dev_open(struct net_device *dev, struct netlink_ext_ack *extack) in __dev_open()
1698 int netif_open(struct net_device *dev, struct netlink_ext_ack *extack) in netif_open()
1717 struct net_device *dev; in __dev_close_many() local
1762 static void __dev_close(struct net_device *dev) in __dev_close()
1773 struct net_device *dev, *tmp; in netif_close_many() local
1791 void netif_close(struct net_device *dev) in netif_close()
1803 void netif_disable_lro(struct net_device *dev) in netif_disable_lro()
1830 static void dev_disable_gro_hw(struct net_device *dev) in dev_disable_gro_hw()
1864 struct net_device *dev) in call_netdevice_notifier()
1874 struct net_device *dev) in call_netdevice_register_notifiers()
1891 struct net_device *dev) in call_netdevice_unregister_notifiers()
1904 struct net_device *dev; in call_netdevice_register_net_notifiers() local
1925 struct net_device *dev; in call_netdevice_unregister_net_notifiers() local
2127 static void rtnl_net_dev_lock(struct net_device *dev) in rtnl_net_dev_lock()
2155 static void rtnl_net_dev_unlock(struct net_device *dev) in rtnl_net_dev_unlock()
2163 int register_netdevice_notifier_dev_net(struct net_device *dev, in register_netdevice_notifier_dev_net()
2181 int unregister_netdevice_notifier_dev_net(struct net_device *dev, in unregister_netdevice_notifier_dev_net()
2196 static void move_netdevice_notifiers_dev_net(struct net_device *dev, in move_netdevice_notifiers_dev_net()
2259 struct net_device *dev, in call_netdevice_notifiers_extack()
2279 int call_netdevice_notifiers(unsigned long val, struct net_device *dev) in call_netdevice_notifiers()
2295 struct net_device *dev, u32 arg) in call_netdevice_notifiers_mtu()
2411 bool is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb) in is_skb_forwardable()
2417 static int __dev_forward_skb2(struct net_device *dev, struct sk_buff *skb, in __dev_forward_skb2()
2430 int __dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in __dev_forward_skb()
2454 int dev_forward_skb(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb()
2460 int dev_forward_skb_nomtu(struct net_device *dev, struct sk_buff *skb) in dev_forward_skb_nomtu()
2513 bool dev_nit_active_rcu(const struct net_device *dev) in dev_nit_active_rcu()
2528 void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev) in dev_queue_xmit_nit()
2607 static void netif_setup_tc(struct net_device *dev, unsigned int txq) in netif_setup_tc()
2632 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc()
2688 static bool remove_xps_queue_cpu(struct net_device *dev, in remove_xps_queue_cpu()
2710 static void reset_xps_maps(struct net_device *dev, in reset_xps_maps()
2723 static void clean_xps_maps(struct net_device *dev, enum xps_map_type type, in clean_xps_maps()
2746 static void netif_reset_xps_queues(struct net_device *dev, u16 offset, in netif_reset_xps_queues()
2764 static void netif_reset_xps_queues_gt(struct net_device *dev, u16 index) in netif_reset_xps_queues_gt()
2829 int __netif_set_xps_queue(struct net_device *dev, const unsigned long *mask, in __netif_set_xps_queue()
3033 int netif_set_xps_queue(struct net_device *dev, const struct cpumask *mask, in netif_set_xps_queue()
3047 static void netdev_unbind_all_sb_channels(struct net_device *dev) in netdev_unbind_all_sb_channels()
3058 void netdev_reset_tc(struct net_device *dev) in netdev_reset_tc()
3072 int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset) in netdev_set_tc_queue()
3086 int netdev_set_num_tc(struct net_device *dev, u8 num_tc) in netdev_set_num_tc()
3101 void netdev_unbind_sb_channel(struct net_device *dev, in netdev_unbind_sb_channel()
3119 int netdev_bind_sb_channel_queue(struct net_device *dev, in netdev_bind_sb_channel_queue()
3145 int netdev_set_sb_channel(struct net_device *dev, u16 channel) in netdev_set_sb_channel()
3169 int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq) in netif_set_real_num_tx_queues()
3222 int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq) in netif_set_real_num_rx_queues()
3252 int netif_set_real_num_queues(struct net_device *dev, in netif_set_real_num_queues()
3296 void netif_set_tso_max_size(struct net_device *dev, unsigned int size) in netif_set_tso_max_size()
3315 void netif_set_tso_max_segs(struct net_device *dev, unsigned int segs) in netif_set_tso_max_segs()
3453 void netif_device_detach(struct net_device *dev) in netif_device_detach()
3468 void netif_device_attach(struct net_device *dev) in netif_device_attach()
3482 static u16 skb_tx_hash(const struct net_device *dev, in skb_tx_hash()
3519 struct net_device *dev = skb->dev; in skb_warn_bad_offload() local
3657 static void do_netdev_rx_csum_fault(struct net_device *dev, struct sk_buff *skb) in do_netdev_rx_csum_fault()
3664 void netdev_rx_csum_fault(struct net_device *dev, struct sk_buff *skb) in netdev_rx_csum_fault()
3672 static int illegal_highdma(struct net_device *dev, struct sk_buff *skb) in illegal_highdma()
3731 struct net_device *dev, in passthru_features_check()
3739 struct net_device *dev, in dflt_features_check()
3746 struct net_device *dev, in gso_features_check()
3787 struct net_device *dev = skb->dev; in netif_skb_features() local
3816 static int xmit_one(struct sk_buff *skb, struct net_device *dev, in xmit_one()
3833 struct sk_buff *dev_hard_start_xmit(struct sk_buff *first, struct net_device *dev, in dev_hard_start_xmit()
3899 struct net_device *dev) in validate_xmit_unreadable_skb()
3927 static struct sk_buff *validate_xmit_skb(struct sk_buff *skb, struct net_device *dev, bool *again) in validate_xmit_skb()
3986 struct sk_buff *validate_xmit_skb_list(struct sk_buff *skb, struct net_device *dev, bool *again) in validate_xmit_skb_list()
4075 struct net_device *dev, in __dev_xmit_skb()
4231 netdev_tx_queue_mapping(struct net_device *dev, struct sk_buff *skb) in netdev_tx_queue_mapping()
4403 sch_handle_egress(struct sk_buff *skb, int *ret, struct net_device *dev) in sch_handle_egress()
4461 sch_handle_egress(struct sk_buff *skb, int *ret, struct net_device *dev) in sch_handle_egress()
4468 static int __get_xps_queue_idx(struct net_device *dev, struct sk_buff *skb, in __get_xps_queue_idx()
4495 static int get_xps_queue(struct net_device *dev, struct net_device *sb_dev, in get_xps_queue()
4537 u16 dev_pick_tx_zero(struct net_device *dev, struct sk_buff *skb, in dev_pick_tx_zero()
4544 u16 netdev_pick_tx(struct net_device *dev, struct sk_buff *skb, in netdev_pick_tx()
4571 struct netdev_queue *netdev_core_pick_tx(struct net_device *dev, in netdev_core_pick_tx()
4622 struct net_device *dev = skb->dev; in __dev_queue_xmit() local
4747 struct net_device *dev = skb->dev; in __dev_direct_xmit() local
4841 set_rps_cpu(struct net_device *dev, struct sk_buff *skb, in set_rps_cpu()
4891 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu()
5001 bool rps_may_expire_flow(struct net_device *dev, u16 rxq_index, in rps_may_expire_flow()
5199 struct net_device *dev = skb->dev; in netif_get_rxqueue() local
5405 struct net_device *dev = skb->dev; in generic_xdp_tx() local
5651 bool netdev_is_rx_handler_busy(struct net_device *dev) in netdev_is_rx_handler_busy()
5672 int netdev_rx_handler_register(struct net_device *dev, in netdev_rx_handler_register()
5698 void netdev_rx_handler_unregister(struct net_device *dev) in netdev_rx_handler_unregister()
6127 static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp) in generic_xdp_install()
6998 int netif_set_threaded(struct net_device *dev, in netif_set_threaded()
7042 void netif_threaded_enable(struct net_device *dev) in netif_threaded_enable()
7059 void netif_queue_set_napi(struct net_device *dev, unsigned int queue_index, in netif_queue_set_napi()
7126 int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs) in netif_enable_cpu_rmap()
7140 static void netif_del_cpu_rmap(struct net_device *dev) in netif_del_cpu_rmap()
7158 int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs) in netif_enable_cpu_rmap()
7164 static void netif_del_cpu_rmap(struct net_device *dev) in netif_del_cpu_rmap()
7169 void netif_set_affinity_auto(struct net_device *dev) in netif_set_affinity_auto()
7278 netif_napi_dev_list_add(struct net_device *dev, struct napi_struct *napi) in netif_napi_dev_list_add()
7321 void netif_napi_add_weight_locked(struct net_device *dev, in netif_napi_add_weight_locked()
7714 struct net_device *dev; member
7748 struct net_device *dev = (struct net_device *)priv->data; in ____netdev_has_upper_dev() local
7762 bool netdev_has_upper_dev(struct net_device *dev, in netdev_has_upper_dev()
7786 bool netdev_has_upper_dev_all_rcu(struct net_device *dev, in netdev_has_upper_dev_all_rcu()
7805 bool netdev_has_any_upper_dev(struct net_device *dev) in netdev_has_any_upper_dev()
7820 struct net_device *netdev_master_upper_dev_get(struct net_device *dev) in netdev_master_upper_dev_get()
7837 static struct net_device *__netdev_master_upper_dev_get(struct net_device *dev) in __netdev_master_upper_dev_get()
7860 static bool netdev_has_any_lower_dev(struct net_device *dev) in netdev_has_any_lower_dev()
7885 struct net_device *netdev_upper_get_next_dev_rcu(struct net_device *dev, in netdev_upper_get_next_dev_rcu()
7903 static struct net_device *__netdev_next_upper_dev(struct net_device *dev, in __netdev_next_upper_dev()
7920 static struct net_device *netdev_next_upper_dev_rcu(struct net_device *dev, in netdev_next_upper_dev_rcu()
7937 static int __netdev_walk_all_upper_dev(struct net_device *dev, in __netdev_walk_all_upper_dev()
7938 int (*fn)(struct net_device *dev, in __netdev_walk_all_upper_dev()
7986 int netdev_walk_all_upper_dev_rcu(struct net_device *dev, in netdev_walk_all_upper_dev_rcu()
7987 int (*fn)(struct net_device *dev, in netdev_walk_all_upper_dev_rcu()
8033 static bool __netdev_has_upper_dev(struct net_device *dev, in __netdev_has_upper_dev()
8058 void *netdev_lower_get_next_private(struct net_device *dev, in netdev_lower_get_next_private()
8084 void *netdev_lower_get_next_private_rcu(struct net_device *dev, in netdev_lower_get_next_private_rcu()
8113 void *netdev_lower_get_next(struct net_device *dev, struct list_head **iter) in netdev_lower_get_next()
8128 static struct net_device *netdev_next_lower_dev(struct net_device *dev, in netdev_next_lower_dev()
8143 static struct net_device *__netdev_next_lower_dev(struct net_device *dev, in __netdev_next_lower_dev()
8160 int netdev_walk_all_lower_dev(struct net_device *dev, in netdev_walk_all_lower_dev()
8161 int (*fn)(struct net_device *dev, in netdev_walk_all_lower_dev()
8207 static int __netdev_walk_all_lower_dev(struct net_device *dev, in __netdev_walk_all_lower_dev()
8208 int (*fn)(struct net_device *dev, in __netdev_walk_all_lower_dev()
8256 struct net_device *netdev_next_lower_dev_rcu(struct net_device *dev, in netdev_next_lower_dev_rcu()
8271 static u8 __netdev_upper_depth(struct net_device *dev) in __netdev_upper_depth()
8291 static u8 __netdev_lower_depth(struct net_device *dev) in __netdev_lower_depth()
8311 static int __netdev_update_upper_level(struct net_device *dev, in __netdev_update_upper_level()
8321 static void net_unlink_todo(struct net_device *dev) in net_unlink_todo()
8328 static int __netdev_update_lower_level(struct net_device *dev, in __netdev_update_lower_level()
8345 int netdev_walk_all_lower_dev_rcu(struct net_device *dev, in netdev_walk_all_lower_dev_rcu()
8346 int (*fn)(struct net_device *dev, in netdev_walk_all_lower_dev_rcu()
8401 void *netdev_lower_get_first_private_rcu(struct net_device *dev) in netdev_lower_get_first_private_rcu()
8420 struct net_device *netdev_master_upper_dev_get_rcu(struct net_device *dev) in netdev_master_upper_dev_get_rcu()
8432 static int netdev_adjacent_sysfs_add(struct net_device *dev, in netdev_adjacent_sysfs_add()
8443 static void netdev_adjacent_sysfs_del(struct net_device *dev, in netdev_adjacent_sysfs_del()
8454 static inline bool netdev_adjacent_is_neigh_list(struct net_device *dev, in netdev_adjacent_is_neigh_list()
8463 static int __netdev_adjacent_dev_insert(struct net_device *dev, in __netdev_adjacent_dev_insert()
8525 static void __netdev_adjacent_dev_remove(struct net_device *dev, in __netdev_adjacent_dev_remove()
8565 static int __netdev_adjacent_dev_link_lists(struct net_device *dev, in __netdev_adjacent_dev_link_lists()
8588 static void __netdev_adjacent_dev_unlink_lists(struct net_device *dev, in __netdev_adjacent_dev_unlink_lists()
8598 static int __netdev_adjacent_dev_link_neighbour(struct net_device *dev, in __netdev_adjacent_dev_link_neighbour()
8608 static void __netdev_adjacent_dev_unlink_neighbour(struct net_device *dev, in __netdev_adjacent_dev_unlink_neighbour()
8616 static int __netdev_upper_dev_link(struct net_device *dev, in __netdev_upper_dev_link()
8699 int netdev_upper_dev_link(struct net_device *dev, in netdev_upper_dev_link()
8727 int netdev_master_upper_dev_link(struct net_device *dev, in netdev_master_upper_dev_link()
8742 static void __netdev_upper_dev_unlink(struct net_device *dev, in __netdev_upper_dev_unlink()
8782 void netdev_upper_dev_unlink(struct net_device *dev, in netdev_upper_dev_unlink()
8823 struct net_device *dev, in netdev_adjacent_change_prepare()
8851 struct net_device *dev) in netdev_adjacent_change_commit()
8871 struct net_device *dev) in netdev_adjacent_change_abort()
8896 void netdev_bonding_info_change(struct net_device *dev, in netdev_bonding_info_change()
8910 static int netdev_offload_xstats_enable_l3(struct net_device *dev, in netdev_offload_xstats_enable_l3()
8941 int netdev_offload_xstats_enable(struct net_device *dev, in netdev_offload_xstats_enable()
8960 static void netdev_offload_xstats_disable_l3(struct net_device *dev) in netdev_offload_xstats_disable_l3()
8973 int netdev_offload_xstats_disable(struct net_device *dev, in netdev_offload_xstats_disable()
8992 static void netdev_offload_xstats_disable_all(struct net_device *dev) in netdev_offload_xstats_disable_all()
8998 netdev_offload_xstats_get_ptr(const struct net_device *dev, in netdev_offload_xstats_get_ptr()
9010 bool netdev_offload_xstats_enabled(const struct net_device *dev, in netdev_offload_xstats_enabled()
9042 static int netdev_offload_xstats_get_used(struct net_device *dev, in netdev_offload_xstats_get_used()
9063 static int netdev_offload_xstats_get_stats(struct net_device *dev, in netdev_offload_xstats_get_stats()
9098 int netdev_offload_xstats_get(struct net_device *dev, in netdev_offload_xstats_get()
9130 void netdev_offload_xstats_push_delta(struct net_device *dev, in netdev_offload_xstats_push_delta()
9157 struct net_device *netdev_get_xmit_slave(struct net_device *dev, in netdev_get_xmit_slave()
9169 static struct net_device *netdev_sk_get_lower_dev(struct net_device *dev, in netdev_sk_get_lower_dev()
9187 struct net_device *netdev_sk_get_lowest_dev(struct net_device *dev, in netdev_sk_get_lowest_dev()
9202 static void netdev_adjacent_add_links(struct net_device *dev) in netdev_adjacent_add_links()
9227 static void netdev_adjacent_del_links(struct net_device *dev) in netdev_adjacent_del_links()
9252 void netdev_adjacent_rename_links(struct net_device *dev, char *oldname) in netdev_adjacent_rename_links()
9277 void *netdev_lower_dev_get_private(struct net_device *dev, in netdev_lower_dev_get_private()
9315 static void dev_change_rx_flags(struct net_device *dev, int flags) in dev_change_rx_flags()
9323 static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify) in __dev_set_promiscuity()
9379 int netif_set_promiscuity(struct net_device *dev, int inc) in netif_set_promiscuity()
9392 int netif_set_allmulti(struct net_device *dev, int inc, bool notify) in netif_set_allmulti()
9433 void __dev_set_rx_mode(struct net_device *dev) in __dev_set_rx_mode()
9461 void dev_set_rx_mode(struct net_device *dev) in dev_set_rx_mode()
9474 unsigned int netif_get_flags(const struct net_device *dev) in netif_get_flags()
9499 int __dev_change_flags(struct net_device *dev, unsigned int flags, in __dev_change_flags()
9565 void __dev_notify_flags(struct net_device *dev, unsigned int old_flags, in __dev_notify_flags()
9594 int netif_change_flags(struct net_device *dev, unsigned int flags, in netif_change_flags()
9609 int __netif_set_mtu(struct net_device *dev, int new_mtu) in __netif_set_mtu()
9622 int dev_validate_mtu(struct net_device *dev, int new_mtu, in dev_validate_mtu()
9648 int netif_set_mtu_ext(struct net_device *dev, int new_mtu, in netif_set_mtu_ext()
9689 int netif_set_mtu(struct net_device *dev, int new_mtu) in netif_set_mtu()
9702 int netif_change_tx_queue_len(struct net_device *dev, unsigned long new_len) in netif_change_tx_queue_len()
9729 void netif_set_group(struct net_device *dev, int new_group) in netif_set_group()
9742 int netif_pre_changeaddr_notify(struct net_device *dev, const char *addr, in netif_pre_changeaddr_notify()
9757 int netif_set_mac_address(struct net_device *dev, struct sockaddr_storage *ss, in netif_set_mac_address()
9789 struct net_device *dev; in netif_get_mac_address() local
9814 int netif_change_carrier(struct net_device *dev, bool new_carrier) in netif_change_carrier()
9832 int dev_get_phys_port_id(struct net_device *dev, in dev_get_phys_port_id()
9850 int dev_get_phys_port_name(struct net_device *dev, in dev_get_phys_port_name()
9874 int netif_get_port_parent_id(struct net_device *dev, in netif_get_port_parent_id()
9926 int netif_change_proto_down(struct net_device *dev, bool proto_down) in netif_change_proto_down()
9947 void netdev_change_proto_down_reason_locked(struct net_device *dev, in netdev_change_proto_down_reason_locked()
9969 struct net_device *dev; /* protected by rtnl_lock, no refcnt held */ member
9973 static enum bpf_xdp_mode dev_xdp_mode(struct net_device *dev, u32 flags) in dev_xdp_mode()
9984 static bpf_op_t dev_xdp_bpf_op(struct net_device *dev, enum bpf_xdp_mode mode) in dev_xdp_bpf_op()
9997 static struct bpf_xdp_link *dev_xdp_link(struct net_device *dev, in dev_xdp_link()
10003 static struct bpf_prog *dev_xdp_prog(struct net_device *dev, in dev_xdp_prog()
10013 u8 dev_xdp_prog_count(struct net_device *dev) in dev_xdp_prog_count()
10025 u8 dev_xdp_sb_prog_count(struct net_device *dev) in dev_xdp_sb_prog_count()
10037 int netif_xdp_propagate(struct net_device *dev, struct netdev_bpf *bpf) in netif_xdp_propagate()
10059 u32 dev_xdp_prog_id(struct net_device *dev, enum bpf_xdp_mode mode) in dev_xdp_prog_id()
10066 static void dev_xdp_set_link(struct net_device *dev, enum bpf_xdp_mode mode, in dev_xdp_set_link()
10073 static void dev_xdp_set_prog(struct net_device *dev, enum bpf_xdp_mode mode, in dev_xdp_set_prog()
10080 static int dev_xdp_install(struct net_device *dev, enum bpf_xdp_mode mode, in dev_xdp_install()
10127 static void dev_xdp_uninstall(struct net_device *dev) in dev_xdp_uninstall()
10158 static int dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack, in dev_xdp_attach()
10285 static int dev_xdp_attach_link(struct net_device *dev, in dev_xdp_attach_link()
10292 static int dev_xdp_detach_link(struct net_device *dev, in dev_xdp_detach_link()
10437 struct net_device *dev; in bpf_xdp_link_attach() local
10499 int dev_change_xdp_fd(struct net_device *dev, struct netlink_ext_ack *extack, in dev_change_xdp_fd()
10535 u32 dev_get_min_mp_channel_count(const struct net_device *dev) in dev_get_min_mp_channel_count()
10600 static void net_set_todo(struct net_device *dev) in net_set_todo()
10660 static netdev_features_t netdev_fix_features(struct net_device *dev, in netdev_fix_features()
10759 int __netdev_update_features(struct net_device *dev) in __netdev_update_features()
10862 void netdev_update_features(struct net_device *dev) in netdev_update_features()
10879 void netdev_change_features(struct net_device *dev) in netdev_change_features()
10896 struct net_device *dev) in netif_stacked_transfer_operstate()
10915 static int netif_alloc_rx_queues(struct net_device *dev) in netif_alloc_rx_queues()
10949 static void netif_free_rx_queues(struct net_device *dev) in netif_free_rx_queues()
10963 static void netdev_init_one_queue(struct net_device *dev, in netdev_init_one_queue()
10977 static void netif_free_tx_queues(struct net_device *dev) in netif_free_tx_queues()
10982 static int netif_alloc_netdev_queues(struct net_device *dev) in netif_alloc_netdev_queues()
11003 void netif_tx_stop_all_queues(struct net_device *dev) in netif_tx_stop_all_queues()
11015 static int netdev_do_alloc_pcpu_stats(struct net_device *dev) in netdev_do_alloc_pcpu_stats()
11046 static void netdev_do_free_pcpu_stats(struct net_device *dev) in netdev_do_free_pcpu_stats()
11063 static void netdev_free_phy_link_topology(struct net_device *dev) in netdev_free_phy_link_topology()
11083 int register_netdevice(struct net_device *dev) in register_netdevice()
11272 static void init_dummy_netdev(struct net_device *dev) in init_dummy_netdev()
11302 int register_netdev(struct net_device *dev) in register_netdev()
11318 int netdev_refcnt_read(const struct net_device *dev) in netdev_refcnt_read()
11351 struct net_device *dev; in netdev_wait_allrefs_any() local
11442 struct net_device *dev, *tmp; in netdev_run_todo() local
11548 static void dev_get_dstats64(const struct net_device *dev, in dev_get_dstats64()
11577 struct net_device *dev) in netdev_core_stats_alloc()
11591 noinline void netdev_core_stats_inc(struct net_device *dev, u32 offset) in netdev_core_stats_inc()
11618 struct rtnl_link_stats64 *dev_get_stats(struct net_device *dev, in dev_get_stats()
11711 void dev_get_tstats64(struct net_device *dev, struct rtnl_link_stats64 *s) in dev_get_tstats64()
11718 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev) in dev_ingress_queue_create()
11738 void netdev_set_default_ethtool_ops(struct net_device *dev, in netdev_set_default_ethtool_ops()
11753 void netdev_sw_irq_coalesce_default_on(struct net_device *dev) in netdev_sw_irq_coalesce_default_on()
11782 struct net_device *dev; in alloc_netdev_mqs() local
11911 static void netdev_napi_exit(struct net_device *dev) in netdev_napi_exit()
11936 void free_netdev(struct net_device *dev) in free_netdev()
12023 static void netdev_rss_contexts_free(struct net_device *dev) in netdev_rss_contexts_free()
12051 void unregister_netdevice_queue(struct net_device *dev, struct list_head *head) in unregister_netdevice_queue()
12066 static void dev_memory_provider_uninstall(struct net_device *dev) in dev_memory_provider_uninstall()
12082 struct net_device *dev, *tmp; in unregister_netdevice_many_notify() local
12232 void unregister_netdev(struct net_device *dev) in unregister_netdev()
12240 int __dev_change_net_namespace(struct net_device *dev, struct net *net, in __dev_change_net_namespace()
12566 const char *netdev_drivername(const struct net_device *dev) in netdev_drivername()
12582 static void __netdev_printk(const char *level, const struct net_device *dev, in __netdev_printk()
12601 void netdev_printk(const char *level, const struct net_device *dev, in netdev_printk()
12660 struct net_device *dev, *aux; in default_device_exit_net() local
12703 struct net_device *dev; in default_device_exit_batch() local