Searched defs:ifindex (Results 101 - 125 of 199) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c86 arp_hash(struct l2t_data *d, const u32 *key, int ifindex) argument
94 ipv6_hash(struct l2t_data *d, const u32 *key, int ifindex) argument
104 addr_hash(struct l2t_data *d, const u32 *addr, int addr_len, int ifindex) argument
[all...]
/linux-master/net/packet/
H A Dinternal.h9 int ifindex; member in struct:packet_mclist
120 int ifindex; /* bound device */ member in struct:packet_sock
/linux-master/net/batman-adv/
H A Doriginator.c738 int ifindex, hard_ifindex; local
1323 int ifindex, hard_ifindex; local
H A Dbridge_loop_avoidance.c2242 int ifindex; local
2412 int ifindex; local
H A Dmulticast.c2110 int ifindex; local
/linux-master/net/caif/
H A Dcaif_socket.c744 int ifindex, headroom, tailroom; local
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c1006 ice_eswitch_br_init(struct ice_esw_br_offloads *br_offloads, int ifindex) argument
1032 ice_eswitch_br_get(struct ice_esw_br_offloads *br_offloads, int ifindex, argument
1066 ice_eswitch_br_port_unlink(struct ice_esw_br_offloads *br_offloads, struct net_device *dev, int ifindex, struct netlink_ext_ack *extack) argument
1095 ice_eswitch_br_port_link(struct ice_esw_br_offloads *br_offloads, struct net_device *dev, int ifindex, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/tools/bpf/bpftool/
H A Dfeature.c144 static int get_vendor_id(int ifindex) argument
534 static bool probe_prog_type_ifindex(enum bpf_prog_type prog_type, __u32 ifindex) argument
593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) argument
513 probe_prog_load_ifindex(enum bpf_prog_type prog_type, const struct bpf_insn *insns, size_t insns_cnt, char *log_buf, size_t log_buf_sz, __u32 ifindex) argument
547 probe_prog_type(enum bpf_prog_type prog_type, const char *prog_type_str, bool *supported_types, const char *define_prefix, __u32 ifindex) argument
614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, const char *define_prefix, __u32 ifindex) argument
655 probe_helper_ifindex(enum bpf_func_id id, enum bpf_prog_type prog_type, __u32 ifindex) argument
682 probe_helper_for_progtype(enum bpf_prog_type prog_type, bool supported_type, const char *define_prefix, unsigned int id, const char *ptype_name, __u32 ifindex) argument
719 probe_helpers_for_progtype(enum bpf_prog_type prog_type, const char *prog_type_str, bool supported_type, const char *define_prefix, __u32 ifindex) argument
780 probe_misc_feature(struct bpf_insn *insns, size_t len, const char *define_prefix, __u32 ifindex, const char *feat_name, const char *plain_name, const char *define_name) argument
808 probe_large_insn_limit(const char *define_prefix, __u32 ifindex) argument
829 probe_bounded_loops(const char *define_prefix, __u32 ifindex) argument
850 probe_v2_isa_extension(const char *define_prefix, __u32 ifindex) argument
871 probe_v3_isa_extension(const char *define_prefix, __u32 ifindex) argument
931 section_program_types(bool *supported_types, const char *define_prefix, __u32 ifindex) argument
956 section_map_types(const char *define_prefix, __u32 ifindex) argument
980 section_helpers(bool *supported_types, const char *define_prefix, __u32 ifindex) argument
1021 section_misc(const char *define_prefix, __u32 ifindex) argument
1163 __u32 ifindex = 0; local
[all...]
H A Dlink.c153 static void show_link_ifindex_json(__u32 ifindex, json_writer_t *wtr) argument
611 static void show_link_ifindex_plain(__u32 ifindex) argument
[all...]
H A Dcommon.c581 ifindex_to_name_ns(__u32 ifindex, __u32 ns_dev, __u32 ns_ino, char *buf) argument
637 ifindex_to_arch(__u32 ifindex, __u64 ns_dev, __u64 ns_ino, const char **opt) argument
674 void print_dev_plain(__u32 ifindex, __u64 ns_dev, __u64 ns_inode) argument
689 print_dev_json(__u32 ifindex, __u64 ns_dev, __u64 ns_inode) argument
[all...]
H A Dnet.c33 int ifindex; member in struct:ip_devname_ifindex
58 int ifindex; member in struct:bpf_filter_t
222 static int netlink_get_class(int sock, unsigned int nl_pid, int ifindex, argument
261 static int netlink_get_qdisc(int sock, unsigned int nl_pid, int ifindex, argument
300 static int netlink_get_filter(int sock, unsigned int nl_pid, int ifindex, int handle, argument
615 int ifindex; local
633 do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, int ifindex, bool overwrite) argument
653 int progfd, ifindex, err = 0; local
707 int progfd, ifindex, err = 0; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.c74 int ifindex; member in struct:xsk_ctx
281 bool xsk_is_in_mode(u32 ifindex, int mode) argument
393 int xsk_set_mtu(int ifindex, int mtu) argument
426 int xsk_attach_xdp_program(struct bpf_program *prog, int ifindex, u32 xdp_flags) argument
434 void xsk_detach_xdp_program(int ifindex, u32 xdp_flags) argument
458 static struct xsk_ctx *xsk_get_ctx(struct xsk_umem *umem, int ifindex, argument
502 xsk_create_ctx(struct xsk_socket *xsk, struct xsk_umem *umem, int ifindex, __u32 queue_id, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp) argument
538 xsk_socket__create_shared(struct xsk_socket **xsk_ptr, int ifindex, __u32 queue_id, struct xsk_umem *umem, struct xsk_ring_cons *rx, struct xsk_ring_prod *tx, struct xsk_ring_prod *fill, struct xsk_ring_cons *comp, const struct xsk_socket_config *usr_config) argument
708 xsk_socket__create(struct xsk_socket **xsk_ptr, int ifindex, __u32 queue_id, struct xsk_umem *umem, struct xsk_ring_cons *rx, struct xsk_ring_prod *tx, const struct xsk_socket_config *usr_config) argument
[all...]
H A Dxskxceiver.h133 int ifindex; member in struct:ifobject
/linux-master/net/can/j1939/
H A Dsocket.c1217 int ifindex; local
[all...]
H A Dj1939-priv.h302 int ifindex; member in struct:j1939_sock
/linux-master/drivers/net/ppp/
H A Dpppoe.c244 int ifindex; local
159 __get_item(struct pppoe_net *pn, __be16 sid, unsigned char *addr, int ifindex) argument
197 __delete_item(struct pppoe_net *pn, __be16 sid, char *addr, int ifindex) argument
223 get_item(struct pppoe_net *pn, __be16 sid, unsigned char *addr, int ifindex) argument
258 delete_item(struct pppoe_net *pn, __be16 sid, char *addr, int ifindex) argument
[all...]
/linux-master/net/phonet/
H A Dpep.c737 int ifindex = 0; local
[all...]
/linux-master/net/can/
H A Draw.c86 int ifindex; member in struct:raw_sock
454 int ifindex; local
907 int ifindex; local
[all...]
/linux-master/drivers/net/
H A Dnetkit.c465 static struct net_device *netkit_dev_fetch(struct net *net, u32 ifindex, u32 which) argument
696 u32 ifindex = 0; local
713 u32 ifindex = 0; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c130 __u32 ifindex; member in union:ctl_value::__anon3446
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c700 int32_t ifindex; local
712 memcpy(RTA_DATA(rta), &ifindex, 4); local
855 int32_t ifindex; local
867 memcpy(RTA_DATA(rta), &ifindex, 4); local
1041 int32_t ifindex; local
[all...]
/linux-master/tools/lib/bpf/
H A Dnetlink.c40 int ifindex; member in struct:xdp_id_md
47 int ifindex; member in struct:xdp_features_md
286 static int __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, argument
322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) argument
339 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) argument
412 __u32 ifindex; local
431 bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) argument
506 bpf_xdp_query_id(int ifindex, int flags, __u32 *prog_id) argument
721 int ret, ifindex, attach_point, prog_fd; local
797 int ret, ifindex, attach_point, prog_fd; local
868 int ret, ifindex, attach_point, prog_fd; local
[all...]
/linux-master/drivers/infiniband/core/
H A Dnldev.c1254 u32 ifindex; local
/linux-master/net/bridge/
H A Dbr_mdb.c239 int ifindex; local
547 nlmsg_populate_rtr_fill(struct sk_buff *skb, struct net_device *dev, int ifindex, u16 vid, u32 pid, u32 seq, int type, unsigned int flags) argument
605 int ifindex; local
[all...]
/linux-master/include/net/
H A Dif_inet6.h95 int ifindex; member in struct:ipv6_mc_socklist

Completed in 1296 milliseconds

12345678