Searched refs:net_config (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xdp_veth.c | 199 net_config->veth_cfg[i].local_veth, net_config->veth_cfg[i].remote_veth, in create_network() 253 struct net_configuration net_config; in xdp_veth_redirect() local 300 &net_config, ping_config, i)) in xdp_veth_redirect() 318 cleanup_network(&net_config); in xdp_veth_redirect() 348 struct net_configuration net_config; in xdp_veth_broadcast_redirect() local 395 &net_config, prog_cfg, i)) in xdp_veth_broadcast_redirect() 400 net_config.veth_cfg[i].namespace, IP_NEIGH, net_config.veth_cfg[i].remote_veth); in xdp_veth_broadcast_redirect() 433 cleanup_network(&net_config); in xdp_veth_broadcast_redirect() 509 net_config.veth_cfg[i].namespace, IP_NEIGH, net_config.veth_cfg[i].remote_veth); in xdp_veth_egress() 512 &net_config, prog_cfg, i)) in xdp_veth_egress() [all …]
|
| /linux-6.15/drivers/platform/mellanox/ |
| H A D | mlxbf-tmfifo.c | 1333 struct virtio_net_config net_config; in mlxbf_tmfifo_probe() local 1406 memset(&net_config, 0, sizeof(net_config)); in mlxbf_tmfifo_probe() 1409 net_config.mtu = __cpu_to_virtio16(virtio_legacy_is_little_endian(), in mlxbf_tmfifo_probe() 1411 net_config.status = __cpu_to_virtio16(virtio_legacy_is_little_endian(), in mlxbf_tmfifo_probe() 1413 mlxbf_tmfifo_get_cfg_mac(net_config.mac); in mlxbf_tmfifo_probe() 1415 MLXBF_TMFIFO_NET_FEATURES, &net_config, in mlxbf_tmfifo_probe() 1416 sizeof(net_config)); in mlxbf_tmfifo_probe()
|
| /linux-6.15/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim_net.c | 412 struct virtio_net_config *net_config = config; in vdpasim_net_get_config() local 414 net_config->status = cpu_to_vdpasim16(vdpasim, VIRTIO_NET_S_LINK_UP); in vdpasim_net_get_config()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | net_kern.c | 655 static int net_config(char *str, char **error_out) in net_config() function 715 .config = net_config,
|