Home
last modified time | relevance | path

Searched defs:ifindex (Results 1 – 25 of 182) sorted by relevance

12345678

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_check_mtu.c37 __u32 ifindex = 0; in xdp_use_helper() local
63 __u32 ifindex = GLOBAL_USER_IFINDEX; in xdp_exceed_mtu() local
90 __u32 ifindex = GLOBAL_USER_IFINDEX; in xdp_minus_delta() local
114 __u32 ifindex = GLOBAL_USER_IFINDEX; in xdp_input_len() local
136 __u32 ifindex = GLOBAL_USER_IFINDEX; in xdp_input_len_exceed() local
178 __u32 ifindex = GLOBAL_USER_IFINDEX; in tc_exceed_mtu() local
205 __u32 ifindex = GLOBAL_USER_IFINDEX; in tc_exceed_mtu_da() local
230 __u32 ifindex = GLOBAL_USER_IFINDEX; in tc_minus_delta() local
252 __u32 ifindex = GLOBAL_USER_IFINDEX; in tc_input_len() local
272 __u32 ifindex = GLOBAL_USER_IFINDEX; in tc_input_len_exceed() local
H A Dkfree_skb.c28 int ifindex; member
52 int ifindex; member
121 int len, ifindex; in BPF_PROG() local
139 int len, ifindex; in BPF_PROG() local
H A Dtest_xdp_bpf2bpf.c12 int ifindex; member
33 int ifindex; member
/linux/tools/bpf/bpftool/
H A Dfeature.c144 static int get_vendor_id(int ifindex) in get_vendor_id()
516 __u32 ifindex) in probe_prog_load_ifindex()
534 static bool probe_prog_type_ifindex(enum bpf_prog_type prog_type, __u32 ifindex) in probe_prog_type_ifindex()
548 bool *supported_types, const char *define_prefix, __u32 ifindex) in probe_prog_type()
593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex()
615 const char *define_prefix, __u32 ifindex) in probe_map_type()
656 __u32 ifindex) in probe_helper_ifindex()
685 const char *ptype_name, __u32 ifindex) in probe_helper_for_progtype()
722 const char *define_prefix, __u32 ifindex) in probe_helpers_for_progtype()
782 const char *define_prefix, __u32 ifindex, in probe_misc_feature()
[all …]
H A Dnetlink_dumper.c29 static int do_xdp_dump_one(struct nlattr *attr, unsigned int ifindex, in do_xdp_dump_one()
162 const char *devname, int ifindex) in do_filter_dump()
/linux/include/net/
H A Dl3mdev.h81 int ifindex; in l3mdev_master_ifindex() local
90 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
135 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
157 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
248 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
254 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index_rcu()
259 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
278 static inline u32 l3mdev_fib_table_by_index(struct net *net, int ifindex) in l3mdev_fib_table_by_index()
283 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
/linux/drivers/net/vxlan/
H A Dvxlan_multicast.c21 int ifindex = (rifindex ? : vxlan->default_dst.remote_ifindex); in vxlan_igmp_join() local
55 int ifindex = (rifindex ? : vxlan->default_dst.remote_ifindex); in vxlan_igmp_leave() local
85 static bool vxlan_group_used_match(union vxlan_addr *ip, int ifindex, in vxlan_group_used_match()
101 union vxlan_addr *ip, int ifindex) in vxlan_group_used_by_vnifilter()
129 int ifindex = (rifindex ? : dev->default_dst.remote_ifindex); in vxlan_group_used() local
H A Dvxlan_core.c85 __be16 port, u32 flags, int ifindex) in vxlan_find_sock()
102 int ifindex, __be32 vni, in vxlan_vs_find_vni()
142 static struct vxlan_dev *vxlan_find_vni(struct net *net, int ifindex, in vxlan_find_vni()
429 __be32 vni, __u32 ifindex) in vxlan_fdb_find_rdst()
549 __u32 ifindex, struct vxlan_rdst *oldrd) in vxlan_fdb_replace()
574 __u32 ifindex, struct vxlan_rdst **rdp) in vxlan_fdb_append()
858 __be32 vni, __u32 ifindex, __u16 ndm_flags, in vxlan_fdb_create()
971 __u32 ifindex, __u16 ndm_flags, in vxlan_fdb_update_existing()
1070 __u32 ifindex, __u16 ndm_flags, u32 nhid, in vxlan_fdb_update_create()
1106 __u32 ifindex, __u16 ndm_flags, u32 nhid, in vxlan_fdb_update()
[all …]
/linux/tools/lib/bpf/
H A Dnetlink.c40 int ifindex; member
47 int ifindex; member
286 static int __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, in __bpf_set_link_xdp_fd_replace()
322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_attach()
339 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_detach()
412 __u32 ifindex; in parse_xdp_features() local
431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query()
506 int bpf_xdp_query_id(int ifindex, int flags, __u32 *prog_id) in bpf_xdp_query_id()
735 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
811 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
[all …]
/linux/net/l3mdev/
H A Dl3mdev.c81 int ifindex = -EINVAL; in l3mdev_ifindex_lookup_by_table_id() local
112 int ifindex = 0; in l3mdev_master_ifindex_rcu() local
144 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index_rcu()
189 u32 l3mdev_fib_table_by_index(struct net *net, int ifindex) in l3mdev_fib_table_by_index()
/linux/tools/testing/selftests/bpf/
H A Dxsk.c74 int ifindex; member
281 bool xsk_is_in_mode(u32 ifindex, int mode) in xsk_is_in_mode()
393 int xsk_set_mtu(int ifindex, int mtu) in xsk_set_mtu()
426 int xsk_attach_xdp_program(struct bpf_program *prog, int ifindex, u32 xdp_flags) in xsk_attach_xdp_program()
434 void xsk_detach_xdp_program(int ifindex, u32 xdp_flags) in xsk_detach_xdp_program()
458 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, in xsk_get_ctx()
503 struct xsk_umem *umem, int ifindex, in xsk_create_ctx()
539 int ifindex, in xsk_socket__create_shared()
708 int xsk_socket__create(struct xsk_socket **xsk_ptr, int ifindex, in xsk_socket__create()
H A Dxdp_synproxy.c19 static unsigned int ifindex; variable
91 static void parse_options(int argc, char *argv[], unsigned int *ifindex, __u32 *prog_id, in parse_options()
188 static int syncookie_attach(const char *argv0, unsigned int ifindex, bool tc) in syncookie_attach()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dint_port.c13 int ifindex; member
106 int ifindex, in mlx5e_int_port_lookup()
125 int ifindex, enum mlx5e_tc_int_port_type type, in mlx5e_int_port_metadata_alloc()
151 int ifindex, in mlx5e_int_port_add()
265 int ifindex, in mlx5e_tc_int_port_get()
416 int ifindex; in mlx5e_tc_int_port_dev_fwd() local
/linux/net/can/
H A Dbcm.c107 int ifindex; member
132 int ifindex; member
189 static char *bcm_proc_getifname(struct net *net, char *result, int ifindex) in bcm_proc_getifname()
778 struct bcm_msg_head *mh, int ifindex) in bcm_find_op()
829 int ifindex) in bcm_delete_rx_op()
880 int ifindex) in bcm_delete_tx_op()
900 int ifindex) in bcm_read_op()
923 int ifindex, struct sock *sk) in bcm_tx_setup()
1110 int ifindex, struct sock *sk) in bcm_rx_setup()
1317 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_dev_bound_only.c8 static int load_dummy_prog(char *name, __u32 ifindex, __u32 flags) in load_dummy_prog()
28 __u32 ifindex; in test_xdp_dev_bound_only_offdev() local
H A Dtc_helpers.h24 static inline void __assert_mprog_count(int target, int expected, int ifindex) in __assert_mprog_count()
40 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex()
H A Dlwt_reroute.c190 int ifindex = -1; in test_lwt_reroute_normal_xmit() local
223 int ifindex = -1; in test_lwt_reroute_qdisc_dropped() local
H A Dcheck_mtu.c104 static void test_check_mtu_xdp(__u32 mtu, __u32 ifindex) in test_check_mtu_xdp()
157 static void test_check_mtu_tc(__u32 mtu, __u32 ifindex) in test_check_mtu_tc()
H A Dxdp_bonding.c102 int ifindex; in xdp_attach() local
218 int ifindex; in send_udp_packets() local
347 int ifindex = if_nametoindex(ifaces[i]); in test_xdp_bonding_redirect_multi() local
/linux/drivers/net/netdevsim/
H A Dhwstats.c57 int ifindex) in nsim_dev_hwslist_find_hwsdev()
216 int ifindex, in nsim_dev_hwstats_enable_ifindex()
269 int ifindex, in nsim_dev_hwstats_disable_ifindex()
302 int ifindex, in nsim_dev_hwstats_fail_ifindex()
343 int ifindex; in nsim_dev_hwstats_do_write() local
/linux/samples/bpf/
H A Dtest_lwt_bpf.c163 int ret, ifindex = DST_IFINDEX; in __do_push_ll_and_redirect() local
193 int ret, ifindex = DST_IFINDEX; in do_push_ll_and_redirect() local
231 int ifindex = DST_IFINDEX; in do_fill_garbage_and_redirect() local
H A Dtc_l2_redirect_kern.c64 int key = 0, *ifindex; in _l2_to_iptun_ingress_forward() local
113 int key = 0, *ifindex; in _l2_to_iptun_ingress_redirect() local
152 int key = 0, *ifindex; in _l2_to_ip6tun_ingress_redirect() local
H A Dxdp_router_ipv4.bpf.c19 int ifindex; member
37 int ifindex; member
/linux/net/batman-adv/
H A Dnetlink.c1145 batadv_netlink_get_meshif_from_ifindex(struct net *net, int ifindex) in batadv_netlink_get_meshif_from_ifindex()
1175 int ifindex; in batadv_netlink_get_meshif_from_info() local
1194 int ifindex = batadv_netlink_get_ifindex(cb->nlh, in batadv_netlink_get_meshif() local
1214 struct net *net, int ifindex) in batadv_netlink_get_hardif_from_ifindex()
1256 int ifindex; in batadv_netlink_get_hardif_from_info() local
1278 int ifindex = batadv_netlink_get_ifindex(cb->nlh, in batadv_netlink_get_hardif() local
/linux/drivers/net/bonding/
H A Dbond_netlink.c208 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink() local
369 int ifindex = nla_get_u32(data[IFLA_BOND_PRIMARY]); in bond_changelink() local
651 int ifindex; in bond_option_active_slave_get_ifindex() local
665 int ifindex, i, targets_added; in bond_fill_info() local

12345678