/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_check_mtu.c | 37 __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 D | kfree_skb.c | 28 int ifindex; member 52 int ifindex; member 121 int len, ifindex; in BPF_PROG() local 139 int len, ifindex; in BPF_PROG() local
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | feature.c | 144 static int get_vendor_id(int ifindex) in get_vendor_id() 520 __u32 ifindex) in probe_prog_load_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() 833 probe_bounded_loops(const char *define_prefix, __u32 ifindex) in probe_bounded_loops() 854 probe_v2_isa_extension(const char *define_prefix, __u32 ifindex) in probe_v2_isa_extension() 936 __u32 ifindex) in section_program_types() [all …]
|
H A D | net.c | 33 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
|
H A D | netlink_dumper.c | 29 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()
|
/openbmc/linux/include/net/ |
H A D | l3mdev.h | 67 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()
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | netdev-user.h | 27 __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
|
H A D | fou-user.h | 36 __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 …]
|
/openbmc/linux/net/ipv6/ |
H A D | addrlabel.c | 35 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()
|
/openbmc/linux/security/selinux/ |
H A D | netif.c | 52 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()
|
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_util.cpp | 268 int applyCmd(int ifindex, const Command& cmd, int package = DEFAULT_VALUE, in applyCmd() 422 int sendOemCommand(int ifindex, int package, int channel, int operation, in sendOemCommand() 441 int setChannel(int ifindex, int package, int channel) in setChannel() 453 int clearInterface(int ifindex) in clearInterface() 461 int getInfo(int ifindex, int package) in getInfo() 480 int setPackageMask(int ifindex, unsigned int mask) in setPackageMask() 493 int setChannelMask(int ifindex, int package, unsigned int mask) in setChannelMask()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_multicast.c | 21 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
|
/openbmc/linux/net/l3mdev/ |
H A D | l3mdev.c | 81 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()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 40 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xsk.c | 74 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()
|
H A D | xdp_synproxy.c | 19 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()
|
H A D | xdp_redirect_multi.c | 45 static int get_mac_addr(unsigned int ifindex, void *mac_addr) in get_mac_addr() 93 unsigned int ifindex; in main() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | int_port.c | 13 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
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_dev_bound_only.c | 8 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 D | tc_helpers.h | 48 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()
|
/openbmc/linux/net/can/ |
H A D | bcm.c | 104 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 …]
|
/openbmc/linux/drivers/net/netdevsim/ |
H A D | hwstats.c | 57 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
|
/openbmc/linux/samples/bpf/ |
H A D | test_lwt_bpf.c | 163 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 D | tc_l2_redirect_kern.c | 65 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
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 205 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
|