Home
last modified time | relevance | path

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

12345678

/linux-6.6.21/tools/testing/selftests/bpf/progs/
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
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
Dtest_xdp_bpf2bpf.c12 int ifindex; member
33 int ifindex; member
/linux-6.6.21/tools/bpf/bpftool/
Dfeature.c144 static int get_vendor_id(int ifindex) in get_vendor_id()
520 __u32 ifindex) in probe_prog_load_ifindex()
538 static bool probe_prog_type_ifindex(enum bpf_prog_type prog_type, __u32 ifindex) in probe_prog_type_ifindex()
552 bool *supported_types, const char *define_prefix, __u32 ifindex) in probe_prog_type()
597 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex()
619 const char *define_prefix, __u32 ifindex) in probe_map_type()
660 __u32 ifindex) in probe_helper_ifindex()
688 const char *ptype_name, __u32 ifindex) in probe_helper_for_progtype()
725 const char *define_prefix, __u32 ifindex) in probe_helpers_for_progtype()
785 const char *define_prefix, __u32 ifindex, in probe_misc_feature()
[all …]
Dnet.c33 int ifindex; member
58 int ifindex; member
220 static int netlink_get_class(int sock, unsigned int nl_pid, int ifindex, in netlink_get_class()
259 static int netlink_get_qdisc(int sock, unsigned int nl_pid, int ifindex, in netlink_get_qdisc()
298 static int netlink_get_filter(int sock, unsigned int nl_pid, int ifindex, int handle, in netlink_get_filter()
610 int ifindex; in net_parse_dev() local
629 int ifindex, bool overwrite) in do_attach_detach_xdp()
648 int progfd, ifindex, err = 0; in do_attach() local
702 int progfd, ifindex, err = 0; in do_detach() local
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-6.6.21/include/net/
Dl3mdev.h67 int ifindex; in l3mdev_master_ifindex() local
76 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
121 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
143 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
232 static inline int l3mdev_master_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_ifindex_by_index()
238 int l3mdev_master_upper_ifindex_by_index_rcu(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index_rcu()
243 int l3mdev_master_upper_ifindex_by_index(struct net *net, int ifindex) in l3mdev_master_upper_ifindex_by_index()
262 static inline u32 l3mdev_fib_table_by_index(struct net *net, int ifindex) in l3mdev_fib_table_by_index()
267 static inline bool netif_index_is_l3_master(struct net *net, int ifindex) in netif_index_is_l3_master()
/linux-6.6.21/tools/net/ynl/generated/
Dnetdev-user.h27 __u32 ifindex:1; member
30 __u32 ifindex; member
40 netdev_dev_get_req_set_ifindex(struct netdev_dev_get_req *req, __u32 ifindex) in netdev_dev_get_req_set_ifindex()
48 __u32 ifindex:1; member
53 __u32 ifindex; member
Dfou-user.h36 __u32 ifindex:1; member
47 __s32 ifindex; member
115 fou_add_req_set_ifindex(struct fou_add_req *req, __s32 ifindex) in fou_add_req_set_ifindex()
131 __u32 ifindex:1; member
141 __s32 ifindex; member
162 fou_del_req_set_ifindex(struct fou_del_req *req, __s32 ifindex) in fou_del_req_set_ifindex()
221 __u32 ifindex:1; member
231 __s32 ifindex; member
252 fou_get_req_set_ifindex(struct fou_get_req *req, __s32 ifindex) in fou_get_req_set_ifindex()
312 __u32 ifindex:1; member
[all …]
/linux-6.6.21/net/ipv6/
Daddrlabel.c35 int ifindex; member
116 int addrtype, int ifindex) in __ip6addrlbl_match()
129 int type, int ifindex) in __ipv6_addr_label()
141 const struct in6_addr *addr, int type, int ifindex) in ipv6_addr_label()
161 int prefixlen, int ifindex, in ip6addrlbl_alloc()
244 int ifindex, u32 label, int replace) in ip6addrlbl_add()
267 int ifindex) in __ip6addrlbl_del()
291 int ifindex) in ip6addrlbl_del()
372 static bool addrlbl_ifindex_exists(struct net *net, int ifindex) in addrlbl_ifindex_exists()
436 int prefixlen, int ifindex, u32 lseq) in ip6addrlbl_putmsg()
/linux-6.6.21/security/selinux/
Dnetif.c52 static inline u32 sel_netif_hashfn(const struct net *ns, int ifindex) in sel_netif_hashfn()
68 int ifindex) in sel_netif_find()
132 static int sel_netif_sid_slow(struct net *ns, int ifindex, u32 *sid) in sel_netif_sid_slow()
191 int sel_netif_sid(struct net *ns, int ifindex, u32 *sid) in sel_netif_sid()
217 static void sel_netif_kill(const struct net *ns, int ifindex) in sel_netif_kill()
/linux-6.6.21/drivers/net/vxlan/
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
/linux-6.6.21/tools/lib/bpf/
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()
721 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local
797 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local
[all …]
/linux-6.6.21/net/l3mdev/
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-6.6.21/tools/testing/selftests/bpf/
Dxsk.c74 int ifindex; member
278 bool xsk_is_in_mode(u32 ifindex, int mode) in xsk_is_in_mode()
390 int xsk_set_mtu(int ifindex, int mtu) in xsk_set_mtu()
423 int xsk_attach_xdp_program(struct bpf_program *prog, int ifindex, u32 xdp_flags) in xsk_attach_xdp_program()
431 void xsk_detach_xdp_program(int ifindex, u32 xdp_flags) in xsk_detach_xdp_program()
456 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, in xsk_get_ctx()
501 struct xsk_umem *umem, int ifindex, in xsk_create_ctx()
537 int ifindex, in xsk_socket__create_shared()
706 int xsk_socket__create(struct xsk_socket **xsk_ptr, int ifindex, in xsk_socket__create()
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()
Dxdp_redirect_multi.c45 static int get_mac_addr(unsigned int ifindex, void *mac_addr) in get_mac_addr()
93 unsigned int ifindex; in main() local
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
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-6.6.21/net/can/
Dbcm.c104 int ifindex; member
128 int ifindex; member
175 static char *bcm_proc_getifname(struct net *net, char *result, int ifindex) in bcm_proc_getifname()
715 struct bcm_msg_head *mh, int ifindex) in bcm_find_op()
766 int ifindex) in bcm_delete_rx_op()
817 int ifindex) in bcm_delete_tx_op()
837 int ifindex) in bcm_read_op()
860 int ifindex, struct sock *sk) in bcm_tx_setup()
1039 int ifindex, struct sock *sk) in bcm_rx_setup()
1249 static int bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, in bcm_tx_send()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
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
Dtc_helpers.h48 static inline void __assert_mprog_count(int target, int expected, int ifindex) in __assert_mprog_count()
64 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex()
/linux-6.6.21/drivers/net/netdevsim/
Dhwstats.c57 int ifindex) in nsim_dev_hwslist_find_hwsdev()
216 int ifindex, in nsim_dev_hwstats_enable_ifindex()
272 int ifindex, in nsim_dev_hwstats_disable_ifindex()
305 int ifindex, in nsim_dev_hwstats_fail_ifindex()
347 int ifindex; in nsim_dev_hwstats_do_write() local
/linux-6.6.21/samples/bpf/
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
Dtc_l2_redirect_kern.c65 int key = 0, *ifindex; in _l2_to_iptun_ingress_forward() local
116 int key = 0, *ifindex; in _l2_to_iptun_ingress_redirect() local
157 int key = 0, *ifindex; in _l2_to_ip6tun_ingress_redirect() local
/linux-6.6.21/drivers/net/bonding/
Dbond_netlink.c205 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink() local
366 int ifindex = nla_get_u32(data[IFLA_BOND_PRIMARY]); in bond_changelink() local
624 int ifindex; in bond_option_active_slave_get_ifindex() local
638 int ifindex, i, targets_added; in bond_fill_info() local

12345678