Home
last modified time | relevance | path

Searched refs:inet_pton_with_scope (Results 1 – 9 of 9) sorted by relevance

/linux/net/core/
H A Dutils.c369 int inet_pton_with_scope(struct net *net, __kernel_sa_family_t af, in inet_pton_with_scope() function
400 EXPORT_SYMBOL(inet_pton_with_scope);
/linux/net/9p/
H A Dtrans_fd.c1000 err = inet_pton_with_scope(current->nsproxy->net_ns, AF_UNSPEC, addr, in p9_fd_create_tcp()
/linux/drivers/nvme/host/
H A Drdma.c2258 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, in nvme_rdma_alloc_ctrl()
2267 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, in nvme_rdma_alloc_ctrl()
H A Dtcp.c2913 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, in nvme_tcp_alloc_ctrl()
2922 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, in nvme_tcp_alloc_ctrl()
/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c206 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, ip_str, in lio_target_call_addnptotpg()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c3308 ret = inet_pton_with_scope(net, AF_INET, addr, port_str, sa); in srp_parse_in()
3313 ret = inet_pton_with_scope(net, AF_INET6, addr + 1, in srp_parse_in()
/linux/drivers/nvme/target/
H A Drdma.c1966 ret = inet_pton_with_scope(&init_net, af, nport->disc_addr.traddr, in nvmet_rdma_add_port()
H A Dtcp.c2030 ret = inet_pton_with_scope(&init_net, af, nport->disc_addr.traddr, in nvmet_tcp_add_port()
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3506 ret = inet_pton_with_scope(&init_net, AF_UNSPEC, name, NULL, in srpt_init_nodeacl()