| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rtnetlink.h | 118 extern int ndo_dflt_fdb_add(struct ndmsg *ndm, 124 extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
|
| H A D | netdevice.h | 1455 int (*ndo_fdb_add)(struct ndmsg *ndm, 1462 int (*ndo_fdb_del)(struct ndmsg *ndm,
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | dsa_priv.h | 103 int dsa_legacy_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], 108 int dsa_legacy_fdb_del(struct ndmsg *ndm, struct nlattr *tb[],
|
| H A D | slave.c | 193 struct ndmsg *ndm; in dsa_slave_port_fdb_do_dump() 1595 int dsa_legacy_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in dsa_legacy_fdb_add() 1606 int dsa_legacy_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in dsa_legacy_fdb_del()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_fdb.c | 655 struct ndmsg *ndm; in fdb_fill_info() 719 return NLMSG_ALIGN(sizeof(struct ndmsg)) in fdb_nlmsg_size() 861 const u8 *addr, struct ndmsg *ndm, u16 flags, u16 vid, in fdb_add_entry() 951 static int __br_fdb_add(struct ndmsg *ndm, struct net_bridge *br, in __br_fdb_add() 994 int br_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_add() 1105 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in br_fdb_delete()
|
| H A D | br_private.h | 698 int br_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], 700 int br_fdb_add(struct ndmsg *nlh, struct nlattr *tb[], struct net_device *dev,
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ndisc.c | 1129 struct nduseroptmsg *ndmsg; in ndisc_ra_useropt() local 1147 ndmsg = nlmsg_data(nlh); in ndisc_ra_useropt() 1148 ndmsg->nduseropt_family = AF_INET6; in ndisc_ra_useropt() 1149 ndmsg->nduseropt_ifindex = ra->dev->ifindex; in ndisc_ra_useropt() 1150 ndmsg->nduseropt_icmp_type = icmp6h->icmp6_type; in ndisc_ra_useropt() 1151 ndmsg->nduseropt_icmp_code = icmp6h->icmp6_code; in ndisc_ra_useropt() 1152 ndmsg->nduseropt_opts_len = opt->nd_opt_len << 3; in ndisc_ra_useropt() 1154 memcpy(ndmsg + 1, opt, opt->nd_opt_len << 3); in ndisc_ra_useropt()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | neighbour.h | 8 struct ndmsg { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | neighbour.h | 8 struct ndmsg { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | neighbour.h | 8 struct ndmsg { struct
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 381 struct ndmsg *rt_msg; in read_arp() 398 rt_msg = (struct ndmsg *)NLMSG_DATA(nh); in read_arp() 463 struct ndmsg rt; in get_arp_table()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | neighbour.c | 1821 struct ndmsg *ndm; in neigh_delete() 1888 struct ndmsg *ndm; in neigh_add() 2461 struct ndmsg *ndm; in neigh_fill_info() 2516 struct ndmsg *ndm; in pneigh_fill_info() 2679 struct ndmsg *ndm; in neigh_valid_dump_req() 2698 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), in neigh_valid_dump_req() 2702 err = nlmsg_parse_deprecated(nlh, sizeof(struct ndmsg), tb, in neigh_valid_dump_req() 2745 if (nlmsg_len(nlh) >= sizeof(struct ndmsg) && in neigh_dump_info() 2746 ((struct ndmsg *)nlmsg_data(nlh))->ndm_flags == NTF_PROXY) in neigh_dump_info() 2783 struct ndmsg *ndm; in neigh_valid_get_req() [all …]
|
| H A D | rtnetlink.c | 3871 struct ndmsg *ndm; in nlmsg_populate_fdb_fill() 3902 return NLMSG_ALIGN(sizeof(struct ndmsg)) + in rtnl_fdb_nlmsg_size() 3935 int ndo_dflt_fdb_add(struct ndmsg *ndm, in ndo_dflt_fdb_add() 3995 struct ndmsg *ndm; in rtnl_fdb_add() 4075 int ndo_dflt_fdb_del(struct ndmsg *ndm, in ndo_dflt_fdb_del() 4103 struct ndmsg *ndm; in rtnl_fdb_del() 4248 struct ndmsg *ndm; in valid_fdb_dump_strict() 4263 err = nlmsg_parse_deprecated_strict(nlh, sizeof(struct ndmsg), tb, in valid_fdb_dump_strict() 4311 if (nlmsg_len(nlh) != sizeof(struct ndmsg) && in valid_fdb_dump_legacy() 4312 (nlmsg_len(nlh) != sizeof(struct ndmsg) + in valid_fdb_dump_legacy() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | bridge.h | 14 TP_PROTO(struct ndmsg *ndm, struct net_device *dev,
|
| /OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/ |
| H A D | ethsw.c | 336 static int dpaa2_switch_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in dpaa2_switch_port_fdb_add() 349 static int dpaa2_switch_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in dpaa2_switch_port_fdb_del() 602 struct ndmsg *ndm; in dpaa2_switch_fdb_dump_nl()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot_net.c | 513 static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_add() 526 static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in ocelot_port_fdb_del()
|
| H A D | ocelot.c | 655 struct ndmsg *ndm; in ocelot_port_fdb_do_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macvlan.c | 987 static int macvlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_add() 1013 static int macvlan_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in macvlan_fdb_del()
|
| H A D | vxlan.c | 266 struct ndmsg *ndm; in vxlan_fdb_info() 354 return NLMSG_ALIGN(sizeof(struct ndmsg)) in vxlan_nlmsg_size() 1266 static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_add() 1342 static int vxlan_fdb_delete(struct ndmsg *ndm, struct nlattr *tb[], in vxlan_fdb_delete()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 371 static int qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_del() 396 static int qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in qlcnic_fdb_add()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 5050 ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], in ice_fdb_add() 5088 ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], in ice_fdb_del()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 2487 static int igb_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in igb_ndo_fdb_add()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 9811 static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in ixgbe_ndo_fdb_add()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 12444 static int i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], in i40e_ndo_fdb_add()
|